【发布时间】:2017-07-08 02:38:10
【问题描述】:
我想在 windows 上安装 Tensorflow 1.o for python。
这是我系统的信息。
D:\>python --version
Python 3.5.2 :: Anaconda 4.2.0 (32-bit)
D:\>pip3 --version
pip 9.0.1 from d:\web\anaconda\lib\site-packages (python 3.5)'
但是,当我执行下面的命令时,
D:\>pip3 install tensorflow
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
我不明白问题是什么......
我尝试了另一种方法......
这是我使用 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.
有什么问题?
【问题讨论】:
-
tensorflow 不支持 python 32 位它需要 python 64 位
标签: python windows tensorflow installation