安装tensorflow时找不到版本[重复]

Posted

技术标签:

【中文标题】安装tensorflow时找不到版本[重复]【英文标题】:can not find a version when I install tensorflow [duplicate] 【发布时间】:2019-02-15 16:36:54 【问题描述】:

这是我的症状:

[shankai@shankai ~]$ pip3 install tensorflow
Collecting tensorflow
  Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

我的蟒蛇:3.7 64bit 操作系统:ArchLinux

【问题讨论】:

【参考方案1】:

如所列at the pypi tensorflow page tensorflow 目前仅适用于 Python 3.6,不适用于 Python 3.7。

要么将您的设置更改为 Python 3.6,要么从源代码构建 Tensorflow。

【讨论】:

【参考方案2】:

试试这个(如this 帖子中的建议):

python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl

您应该始终查看您开始使用的任何库、模块或免费软件的官方文档。您可以通过检查 the official documentation 找到此解决方案。

【讨论】:

以上是关于安装tensorflow时找不到版本[重复]的主要内容,如果未能解决你的问题,请参考以下文章

使用 get-pip 在 OSX 上安装时找不到 Pip 命令 [重复]

运行xcode应用程序时找不到设备消息[重复]

TensorFlow的安装

在 python 中安装 Imblearn 时找不到版本错误

错误:在 windows7 中安装 PIL 时找不到 vcvarsall.bat [重复]

在 DataSet 中填充数据时找不到可安装的 ISAM