When following the Installing TensorFlow for Windows guide https://www.tensorflow.org/install/install_windows, after executing
C:> pip3 install --upgrade tensorflow
I get the following error:
'pip3' is not recognized as an internal or external command,
It looks like pip3 isn't recognized at all (although PATH to python is set)
Run the following
python -m pip install --upgrade tensorflow
Assuming python is working, TensorFlow should get installed (at least the "Validate the installation" step is green).
1.4m articles
1.4m replys
5 comments
57.0k users