当前位置:   article > 正文

用pip安装包时提示超时错误WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)_warning: the index url "mirrors.aliyun/pypi/simple

warning: the index url "mirrors.aliyun/pypi/simple/" seems invalid, please p

anaconda中用pip安装包时提示超时错误

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)",)': /simple/pip/

解决方法:

举个例子

如果要更新pip的版本 用命令 pip install --upgrade pip 出现上述错误,在其后加入 -i url

url可选:

阿里云 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/
即 
pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple/

pip install 包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

这样每次都需要加一个源

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/209256
推荐阅读
相关标签
  

闽ICP备14008679号