【发布时间】:2020-06-08 23:52:07
【问题描述】:
我正在尝试安装 tensorflow 1.14.0
我已经用提示更新了 pip。
有人说 tensorflow 不适用于 python 3.7
我已经检查过我使用的是 python 64 位
我正在使用 VScode。
这是我输入的:
pip install tensorflow==1.14.0
这是显示的:
ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0 (from versions: none)
ERROR: No matching distribution found for tensorflow==1.14.0
谢谢。
【问题讨论】:
-
我无法重现该问题。你能提供更多细节吗?
-
我现在在另一台机器上使用 Pycharm,现在它很稳定。看来我需要稍后验证VScode。
-
我在使用python3.8时遇到同样的问题,切换到python3.6解决了我的问题。
-
尝试通过 google colab 安装。您将能够安装它
标签: python tensorflow pip