错误:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted

Posted 知一以天

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted相关的知识,希望对你有一定的参考价值。

pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org‘, port=443): Read timed out.

 
上官瑾文 2018-07-26 14:57:34 浏览45376
 

场景

在用Dockerfile制作镜像的时候总是出现如下错误
技术图片

原因分析

在下载python库的时候,由于国内网络原因,python包的下载速度非常慢,查看pip 文档,只要在 pip的时候控制超时即可, 具体参数为 --default-timeout=100, 后面的时间可以自己指定。

解决

pip install --default-timeout=1000 --no-cache-dir -r requirements.txt

以上是关于错误:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted的主要内容,如果未能解决你的问题,请参考以下文章

PYPY venv pip 错误:ModuleNotFoundError:没有名为“pip._vendor.six”的模块

我使用pip的时候“没有名为zlib的模块”错误

导入错误和未定义符号:dgesv_ 使用 PIP 安装 CVXPY 时出错

错误:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted

pip install 出错:“没有名为 pip.__main__ 的模块”[重复]

Easy_install 或 pip 安装错误:[SSL: CERTIFICATE_VERIFY_FAILED] 证书验证失败 (_ssl.c:579)]