成功解决INFO: pip is looking at multiple versions of keras-preprocessing to determine which version is c

简介: 成功解决INFO: pip is looking at multiple versions of keras-preprocessing to determine which version is c


目录

解决问题

解决思路

解决方法


解决问题

INFO: pip is looking at multiple versions of keras-preprocessing to determine which version is compatible with other requirements. This could take a while.

INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking

INFO: pip is looking at multiple versions of h5py to determine which version is compatible with other requirements. This could take a while.

INFO: pip is looking at multiple versions of grpcio to determine which version is compatible with other requirements. This could take a while.

解决思路

信息:pip正在研究keras预处理的多个版本,以确定哪个版本与其他需求兼容。这可能需要一段时间。

信息:这比通常需要更长的时间。您可能需要为依赖项解析程序提供更严格的约束以减少运行时间。如果要中止此运行,可以按Ctrl+C来中止。要改进pip的执行方式,请在此处告诉我们发生了什么:https://pip.pypa.io/surveys/backtracking

信息:pip正在研究h5py的多个版本,以确定哪个版本与其他要求兼容。这可能需要一段时间。

信息:pip正在研究grpcio的多个版本,以确定哪个版本与其他需求兼容。这可能需要一段时间。

解决方法

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

相关文章
|
5月前
|
开发者 Python
【Python】已解决:(Python3中pip无法安装urllib报错问题) ERROR: Could not find a version that satisfies the requireme
【Python】已解决:(Python3中pip无法安装urllib报错问题) ERROR: Could not find a version that satisfies the requireme
355 0
【Python】已解决:(Python3中pip无法安装urllib报错问题) ERROR: Could not find a version that satisfies the requireme
|
5月前
|
API 计算机视觉 开发者
【Python】已解决:(pip安装PIL库报错) ERROR: Could not find a version that satisfies the requirement PIL (from v
【Python】已解决:(pip安装PIL库报错) ERROR: Could not find a version that satisfies the requirement PIL (from v
533 0
|
5月前
|
Shell Linux 网络安全
【Python】已完美解决:(pip提示升级)WARNING: There was an error checking the latest version of pip.,
【Python】已完美解决:(pip提示升级)WARNING: There was an error checking the latest version of pip.,
677 0
|
Python
pip安装包报错Could not find a version that satisfies the requirement pymysql (from versions: none)
pip安装包报错Could not find a version that satisfies the requirement pymysql (from versions: none)
766 1
|
Python
VScode配置python且安装pip出错详细解决办法(You are using pip version 19.2.3, however version 19.3.1 is available)
VScode配置python且安装pip出错详细解决办法(You are using pip version 19.2.3, however version 19.3.1 is available)
1608 0
|
数据安全/隐私保护 Python
Python 常见问题 - pip install 指定 poetry 导出的 requirements.txt,报错 ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: cffi>=1.1 from https://.....
Python 常见问题 - pip install 指定 poetry 导出的 requirements.txt,报错 ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: cffi>=1.1 from https://.....
897 0
Python 常见问题 - pip install 指定 poetry 导出的 requirements.txt,报错 ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: cffi>=1.1 from https://.....
成功解决You are using pip version 9.0.3, however version 10.0.1 is available. You should consider upgr
成功解决You are using pip version 9.0.3, however version 10.0.1 is available. You should consider upgr
成功解决You are using pip version 9.0.3, however version 10.0.1 is available. You should consider upgr
成功解决You are using pip version 9.0.1, however version 9.0.3 is available. You should consider upgra
成功解决You are using pip version 9.0.1, however version 9.0.3 is available. You should consider upgra
成功解决You are using pip version 9.0.1, however version 9.0.3 is available. You should consider upgra
|
算法框架/工具
成功解决INFO: pip is looking at multiple versions of keras-preprocessing to determine which version is c
成功解决INFO: pip is looking at multiple versions of keras-preprocessing to determine which version is c
|
人工智能 大数据 Python
pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )
欢迎关注大数据和人工智能技术文章发布的微信公众号:清研学堂,在这里你可以学到夜白(作者笔名)精心整理的笔记,让我们每天进步一点点,让优秀成为一种习惯! 今天用pip安装skimage时报错: 这是因为网络的问题,需要使用国内的镜像源来加速,比如豆瓣源 命令改为: pip install scikit-image -i http://pypi.
38361 0

热门文章

最新文章