成功解决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, redirect=None, status=None)) after co


相关文章
|
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)
1650 1
|
算法框架/工具
成功解决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
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://.....
1479 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://.....
|
人工智能 大数据 Python
pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )
欢迎关注大数据和人工智能技术文章发布的微信公众号:清研学堂,在这里你可以学到夜白(作者笔名)精心整理的笔记,让我们每天进步一点点,让优秀成为一种习惯! 今天用pip安装skimage时报错: 这是因为网络的问题,需要使用国内的镜像源来加速,比如豆瓣源 命令改为: pip install scikit-image -i http://pypi.
38937 0
|
自然语言处理 搜索推荐 程序员
【Python】如何使用pip,安装第三方库和生成二维码、操作Excel
【Python】如何使用pip,安装第三方库和生成二维码、操作Excel
520 0
|
Python
pip批量安装Python库 requirement.txt 离线环境无互联网环境下pip安装Python库
pip批量安装Python库 requirement.txt 离线环境无互联网环境下pip安装Python库
1714 3
|
机器学习/深度学习 Linux 开发者
Python必备工具:pip的安装与管理
Python必备工具:pip的安装与管理
2401 0
|
存储 Linux 网络安全
常用的 Python 工具:使用 virtualenv、使用 Pip 进行安装和管理包
常用的 Python 工具:使用 virtualenv、使用 Pip 进行安装和管理包
411 0
|
Python
Python——pip安装weditor失败
Python——pip安装weditor失败
390 0
pip安装iterstrat.ml_stratifiers import MultilabelStratifiedKFold, MultilabelStratifiedShuffleSplit
文章介绍了如何使用iterative-stratification库进行多标签多分类的K折交叉验证,包括安装方法和示例代码。
525 1

热门文章

最新文章