I want to install Tensorflow 1.o for python on windows.
This is information for my system.
D:>python --version
Python 3.5.2 :: Anaconda 4.2.0 (32-bit)
D:>pip3 --version
pip 9.0.1 from d:webanacondalibsite-packages (python 3.5)'
But, when I execute below command,
D:>pip3 install tensorflow
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
I don't understand what the problem is...
And I tried another way...
This is case when I use Conda
(tensorflow) D:>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.0-cp35-cp35m-win_x86_64.whl
tensorflow-1.0.0-cp35-cp35m-win_x86_64.whl is not a supported wheel on this platform.
What is the problem?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…