【发布时间】:2019-08-13 19:48:00
【问题描述】:
我正在尝试使用 pip 安装 tensorflow,但每次尝试都会得到以下信息:
pip3 install Tensorflow
Collecting Tensorflow
ERROR: Could not find a version that satisfies the requirement Tensorflow
(from versions: none)
ERROR: No matching distribution found for Tensorflow
我该怎么办? (如果需要此信息,我正在 Windows 7 x64 上运行 Pip 19.2.2)
【问题讨论】:
-
一如既往,您关注installation guide
-
“tensorflow”应该全部小写吗?
-
运行
python -c "from pip._internal.pep425tags import get_supported; print(get_supported()[0])",你得到什么输出?
标签: python tensorflow pip