【发布时间】:2019-02-23 16:30:05
【问题描述】:
我正在尝试使用 pip 命令在 python 中安装 tensorflow
pip install tensorflow
,但不幸的是,我收到以下错误:
Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow
我也尝试使用以下命令安装 tensorflow
pip install --upgrade
https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl,但再次遇到以下错误:
tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform。此外,我已经针对 Python 3.5x 3.6x 和 3.7 版本检查了相同的命令,但这些都不起作用。
【问题讨论】:
-
我认为添加一些有关您的配置的信息可能会很有用。
-
用 anaconda 试试 tensorflow。 anaconda.org/conda-forge/tensorflow
-
再次尝试安装最新版本,支持python 3.7的TensorFlow 1.13.0刚刚发布(github.com/tensorflow/tensorflow/releases)
-
这能回答你的问题吗? TensorFlow not found using pip
标签: python tensorflow object-detection-api