I'm currently trying to install tensorflow on windows 7 (64 bits). I have python 3.5.2 version (64 bits). I tried to follow the instructions on https://www.tensorflow.org/install/install_windows by taping:
pip3 install --upgrade tensorflow in the cmd.
I had the error below:
Could not find a version that satisfies the requirement tensorflow from versions. No matching distributions found from tensorflow.
I tried the other way using a wheel file that I downloaded from https://pypi.python.org/pypi/tensorflow/1.0.1 :
pip3 install --upgrade tensorflow-1.0.1-cp35-cp35m-win_amd64
or
pip install --upgrade tensorflow-1.0.1-cp35-cp35m-win_amd64
They both don't work and it gives me now:
Could not find a version that satisfies the requirement tensorflow from versions. No matching distributions found for wheel from tensorflow
Could someone help me please?!!!
Try upgrading pip3 to recent version and install using {pip3 install --upgrade tensorflow}