小编ceo*_*lee的帖子

Tensorflow r1.0:无法找到满足需求张量流的版本

我想在Windows上为python安装Tensorflow 1.o.

这是我系统的信息.

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)'
Run Code Online (Sandbox Code Playgroud)

但是,当我执行下面的命令时,

D:\>pip3 install tensorflow
Collecting tensorflow
  Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
Run Code Online (Sandbox Code Playgroud)

我不明白问题是什么......

我尝试了另一种方式......

这是我使用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.
Run Code Online (Sandbox Code Playgroud)

问题是什么?

python windows install tensorflow

42
推荐指数
4
解决办法
9万
查看次数

标签 统计

install ×1

python ×1

tensorflow ×1

windows ×1