本文主要是介绍python pip 时候出现Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
意思就是 连接超时,安装不上, 我们换个地址下载就好了.
pip install xxx -i url
xxx: 你要下载的库, 自己修改名字
url : pip源
国内几个pip源如下:
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
这篇关于python pip 时候出现Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None))的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!