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

猜你喜欢

转载自www.cnblogs.com/wushujun/p/11691027.html