在Windows上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


点子是最新的


温温酱
浏览 152回答 1
1回答

阿晨1998

我安装时使用python3 -m pip install --upgrade tensorflow.别问我怎么做。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python