Tensorflow安装:没有匹配的分发

时间:2017-05-19 16:52:17

标签: python tensorflow pip install

已经切换到Python 3.5,因为Tensorflow仅支持3.5。

我正在尝试使用Tensorflow安装指南和以下命令:

  pip3 install --upgrade tensorflow

结果如下:

  Could not find a version that satisfies the requirement tensorflow (from versions: )
  No matching distribution found for tensorflow

运行32位python

更新

更改为64位Python,现在安装了tensorflow。仍然想知道32位是否可能,因为我找不到任何关于32位无法在官方Tensorflow指南中工作的内容。

1 个答案:

答案 0 :(得分:1)

编辑 - 我想念它是32位,我的答案是64位。

我在Windows上遇到过类似的问题,我安装了python 3.5但得到了同样的错误 这是我解决这个问题的步骤:
通过在命令行中键入python -V(在Windows中输入密钥+ R-> cmd)检查python版本,首先检查您是否遇到了完全相同的问题。
如果它不是3.5,即使你安装了3.5,那么它可能是我面临的问题,所以你需要在windows中更改环境变量,这可以通过以下方式完成:

Control Panel->System and Security -> System -> Advanced system settings -> Advanced -> Environment Variables..

然后编辑Path值并将其更改为python 3.5目录