简体   繁体   English

在 Windows 上 pip 安装 tensorflow 时出错

[英]Getting error while pip installing tensorflow on Windows

I tried installing tensorflow like this - pip install tensorflow but I get this error我尝试像这样安装 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

So then, I tried adding in the version as well pip install tensorflow==2.2 but no luck.那么,我尝试添加版本以及pip install tensorflow==2.2但没有运气。 I tried version 1.15 as well but I still got the same error.我也尝试了 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

As for using the pip3 install tensorflow .至于使用pip3 install tensorflow That didn't work as well, giving the same error.这也不起作用,给出了同样的错误。

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

OS - Windows 10操作系统 - Windows 10

Python Version - 3.8.5 Python 版本 - 3.8.5

Pip is up-to-date Pip 是最新的

I installed using python3 -m pip install --upgrade tensorflow .我使用python3 -m pip install --upgrade tensorflow

Don't ask me how.不要问我如何。

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

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