简体   繁体   English

错误:找不到满足 tensorflow==2.1.0 要求的版本,并且未找到 tensorflow==2.1.0 的匹配分布

[英]ERROR: Could not find a version that satisfies the requirement tensorflow==2.1.0 and No matching distribution found for tensorflow==2.1.0

I am trying to use 'pipenv' on Windows Subsystem for Linux (ubuntu 18.04) When I run当我运行时,我正在尝试在 Linux 的 Windows 子系统(ubuntu 18.04)上使用“pipenv”

$ pipenv sync

I am getting this error :我收到此错误:

[pipenv.exceptions.InstallError]: ['ERROR: Could not find a version that satisfies the requirement 
tensorflow==2.1.0 (from -r /tmp/pipenv-gy0uz1a7-requirements/pipenv-glre38t7-requirement.txt (line 1))
(from versions: 2.2.0rc1, 2.2.0rc2)', 'ERROR: No matching distribution found for tensorflow==2.1.0 
(from -r /tmp/pipenv-gy0uz1a7-requirements/pipenv-glre38t7-requirement.txt (line 1))']

I followed some other instructions that say I have to install tensorflow, so I installed tensorflow我按照其他一些说明说我必须安装 tensorflow,所以我安装了 tensorflow

$ pip install --upgrade pip
$ pip install tensorflow==2.1.0

Even after installing tensorflow 2.1.0 I am still getting the same error when I run即使在安装 tensorflow 2.1.0 之后,我在运行时仍然遇到同样的错误

$ pipenv sync

What should I do to fix this problem?我应该怎么做才能解决这个问题?

检查您的 python 版本,python 3.8 不支持 TensorFlow 2.1 版本。

暂无
暂无

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

相关问题 错误:找不到满足 tensorflow 要求的版本(来自版本:无)错误:没有找到 tensorflow 的匹配分布) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow) 找不到满足张量流要求的版本(来自版本:)没有找到张量流的匹配分布 - Could not find a version that satisfies the requirement tensorflow (from versions:) No matching distribution found for tensorflow Mac using:Could not find a version that satisfied the tensorflow (from versions:) No matching distribution found for tensorflow - Mac using:Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow 找不到满足tensorflow> = 1.7.0的版本(来自版本:)找不到与tensorflow> = 1.7.0匹配的分布 - Could not find a version that satisfies the requirement tensorflow>=1.7.0 (from versions: ) No matching distribution found for tensorflow>=1.7.0 错误:找不到匹配的发行版和错误:找不到满足要求的版本 - ERROR: No matching distribution found and ERROR: Could not find a version that satisfies the requirement 错误:找不到满足要求的版本 tensorflow - ERROR : could not find a version that satisfies the requirement tensorflow 错误:找不到满足 mathplotlib 要求的版本(来自版本:无)错误:找不到 mathplotlib 的匹配分布 - ERROR: Could not find a version that satisfies the requirement mathplotlib (from versions: none) ERROR: No matching distribution found for mathplotlib 错误:找不到满足 pyonmttok 要求的版本错误:找不到 pyonmttok 的匹配发行版 - ERROR: Could not find a version that satisfies the requirement pyonmttok ERROR: No matching distribution found for pyonmttok 错误:找不到满足 protos 要求的版本错误:尝试安装 protos 时未找到 protos 的匹配分发 - ERROR: Could not find a version that satisfies the requirement protos ERROR: No matching distribution found for protos when trying to install protos 错误:找不到满足要求的版本 os(来自版本:无) 错误:找不到匹配的发行版 os - ERROR: Could not find a version that satisfies the requirement os (from versions: none) ERROR: No matching distribution found for os
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM