Python 安装tensorflow时找不到版本

Python 安装tensorflow时找不到版本,python,linux,tensorflow,Python,Linux,Tensorflow,这是我的症状: [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 我的python:3.7 64位 操作系统:ArchLinux试试这个(如文章中所

这是我的症状:

[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
我的python:3.7 64位 操作系统:ArchLinux

试试这个(如文章中所建议的):

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

如清单所示,tensorflow目前仅适用于Python3.6,而不适用于Python3.7

将设置更改为Python 3.6或从源代码构建Tensorflow

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