I am trying to install TensorFlow. I am using this command:
python3.7 -m pip install tensorflow
But every time I get this error:
ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\\Users\\gjohn\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python37\\site-packages\\tensorflow\\include\\external\\com_github_grpc_grpc\\src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\client_load_reporting_filter.h'
It gets to the part where it says this:
Running setup.py install for termcolor ... done
Running setup.py install for wrapt ... done
Does anybody know how to fix this? In File Explorer, I looked up the directory. It said it didn't exist. But if you only use one / instead of two(//), it finds it. Any way I can have it use the correct directory?