【问题标题】:can not find a version when I install tensorflow [duplicate]安装tensorflow时找不到版本[重复]
【发布时间】: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

【问题讨论】:

    标签: python linux tensorflow


    【解决方案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 找到此解决方案。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2020-04-19
        • 2012-07-22
        • 1970-01-01
        • 2019-06-20
        • 1970-01-01
        • 2019-10-17
        • 2021-05-23
        • 1970-01-01
        相关资源
        最近更新 更多