python模块安装问题:no matching distribution found for XXX 或者 Read timed out.

Posted 虎皮猫

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python模块安装问题:no matching distribution found for XXX 或者 Read timed out.相关的知识,希望对你有一定的参考价值。

https://blog.csdn.net/zhang_han666/article/details/88286010

 

 

看了很多解决问题的博客,亲测通过更换国内安装源和设置超时时间可以解决。
pip install XXX命令的后面加上
--default-timeout=100 -i https://pypi.tuna.tsinghua.edu.cn/simple即可。

 

pip install robotframework-httplibrary   --default-timeout=100 -i https://pypi.tuna.tsinghua.edu.cn/simple

以上是关于python模块安装问题:no matching distribution found for XXX 或者 Read timed out.的主要内容,如果未能解决你的问题,请参考以下文章

python测试开发django-189.安装celery==3.1.26.post2版本报错No matching distribution found for anyjson>=0.3.3

正则表达式

Python Error: “ImportError: No module named six”,用自动安装解决依赖问题

INSTALL_FAILED_NO_MATCHING_ABIS

Python安装模块出错(ImportError: No module named setuptools)解决方法

Python RE模块中search和match的区别