在Windows上Pip安装Tensorflow时出现错误

时间:2020-09-09 15:46:15

标签: python tensorflow pip

我尝试这样安装tensorflow-pip install tensorflow,但出现此错误

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

因此,我尝试也添加了pip install tensorflow==2.2版本,但没有运气。我也尝试了1.15版,但仍然遇到相同的错误。

ERROR: Could not find a version that satisfies the requirement tensorflow==2.2 (from versions: none)
ERROR: No matching distribution found for tensorflow==2.2

关于使用pip3 install tensorflow。效果不佳,给出了相同的错误。

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

操作系统-Windows 10

Python版本-3.8.5

Pip是最新的

1 个答案:

答案 0 :(得分:0)

我使用python3 -m pip install --upgrade tensorflow安装了。

不要问我如何。