成功解决To fix this you could try to: 1. loosen the range of package versions you‘ve specified ​​​​​​​

简介: 成功解决To fix this you could try to: 1. loosen the range of package versions you‘ve specified ​​​​​​​


目录

解决问题

解决思路

解决方法


解决问题

he conflict is caused by:

tensorflow 2.5.0 depends on keras—nightly=2.5.0.dev

tensorflow 2.4.2 depends on tensorflow—estimator<2.5.0 and >=2.4.0

tensorflow 2.4.1 depends on tensorflow—estimator<2.5.0 and >=2.4.0

tensorflow 2.4.0 depends on tensorflow—estimator<2.5.0 and >=2.4.0rc0

tensorflow 2.3.3 depends on tensorflow—estimator<2.4.0 and >=2.3.0

tensorflow 2.3.2 depends on tensorflow—estimator<2.4.0 and >=2.3.0

tensorflow 2.3.1 depends on tensorflow—estimator<2.4.0 and >=2.3.0

tensorflow 2.3.0 depends on tensorflow—estimator<2.4.0 and >=2.3.0

tensorflow 2.2.3 depends on tensorflow—estimator<2.3.0 and >=2.2.0

tensorflow 2.2.2 depends on tensorflow—estimator<2.3.0 and >=2.2.0

tensorflow 2.2.1 depends on tensorflow—estimator<2.3.0 and >=2.2.0

tensorflow 2.2.0 depends on tensorflow—estimator<2.3.0 and >=2.2.0

To fix this you could try to:

1. loosen the range of package versions you've specified

2. remove package versions to allow pip attempt to solve the dependency conflict

解决思路

要解决这个问题,你可以尝试:

1. 放宽您指定的包版本的范围

2. 删除包版本以允许PIP尝试解决依赖项冲突

解决方法

参考文章成功解决WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after co


相关文章
“Could not find suitable distribution for Requirement.parse(‘XXXX‘)”的问题
“Could not find suitable distribution for Requirement.parse(‘XXXX‘)”的问题
341 0
|
3月前
|
Python
ERROR: Could not find a version that satisfies the requirement thop (from versions: none) ERROR: No
这篇文章介绍了在尝试安装`thop`包时遇到的"No matching distribution found"错误,并提供了通过直接从GitHub源码安装`thop`的解决方法。
ERROR: Could not find a version that satisfies the requirement thop (from versions: none) ERROR: No
|
Ubuntu Unix Linux
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
|
4月前
|
Linux 开发工具
You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofi
linux配置环境变量操作失误出现:/usr/libexec/grepconf.sh: line 5: grep: command not found 的解决办法
112 2
|
4月前
|
开发者 Python
【Python】已解决:ERROR: Could not find a version that satisfies the requirement easyocr (from versions: n
【Python】已解决:ERROR: Could not find a version that satisfies the requirement easyocr (from versions: n
102 0
|
6月前
|
Oracle 关系型数据库
The opatch minimum version check for patch failed
The opatch minimum version check for patch failed
54 2
|
计算机视觉 Python
ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)
ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)
Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option ...
Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option ...
143 0
|
TensorFlow 算法框架/工具
成功解决To fix this you could try to: 1. loosen the range of package versions you‘ve specified ​​​​​​​
成功解决To fix this you could try to: 1. loosen the range of package versions you‘ve specified ​​​​​​​
成功解决To fix this you could try to: 1. loosen the range of package versions you‘ve specified ​​​​​​​
|
Python
解决办法:RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96
解决办法:RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96
539 0