错误处理: pip install 时候 “Read timed out”
Posted UQI-LIUWJ
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误处理: pip install 时候 “Read timed out”相关的知识,希望对你有一定的参考价值。
在用 pip 安装python库的时候,报错 “Read timed out”。
解决方法有两种
1 换源
用pip 安装库文件时,默认使用国外的源文件,因此在国内的下载速度会比较慢。
可以使用以下几个比较常用的国内镜像
阿里云 | Simple Index |
豆瓣 | Simple Index |
清华大学 | Simple Index |
中国科学技术大学 | http://pypi.mirrors.ustc.edu.cn/simple/ |
华中科技大学 | http://pypi.hustunique.com/ |
2 设置timeout 时间
pip install XXX --default-timeout=10000
以上是关于错误处理: pip install 时候 “Read timed out”的主要内容,如果未能解决你的问题,请参考以下文章
vscode 终端 执行pip install --upgrade pip 错误解决办法
pip安装Python包出现错误,easy_install可以安装
pip3 install --upgrade pip升级安装后无法使用的解决步骤