繁体   English   中英

在 Windows 上 pip 安装 tensorflow 时出错

[英]Getting error while pip installing tensorflow on Windows

我尝试像这样安装 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 是最新的

我使用python3 -m pip install --upgrade tensorflow

不要问我如何。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM