我尝试这样安装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是最新的
答案 0 :(得分:0)
我使用python3 -m pip install --upgrade tensorflow
安装了。
不要问我如何。