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)))