I'm trying to install Tensorflow on a Win 10 machine.
I installed Python (3.7) successfully and then tried to followed the installation instructions on tensorflow.org.
When executing
pip install tensorflow
I get the following error message:
ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\Users\XXX\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\tensorboard\_vendor\tensorflow_serving\sources\storage_path\__pycache__\file_system_storage_path_source_pb2.cpython-37.pyc'
Can anyone help? Thanks!