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

posted @ 2019-10-17 11:35  虎皮猫  阅读(6803)  评论(0编辑  收藏  举报