pip安装python第三方包报错

Posted 二航

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip安装python第三方包报错相关的知识,希望对你有一定的参考价值。

报错信息:

HTTPConnectionPool(host=‘‘xx.xx.xx.xx‘, port=xx): Max retries exceeded with url: (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x00000237EE44EF98>: Failed to establish a new connection: [WinError 10060]

由于连接方在一段时间后没有正确答复或连接的主机没有反 应,连接尝试失败。‘,))

 

解决方式:

 

以上是关于pip安装python第三方包报错的主要内容,如果未能解决你的问题,请参考以下文章

python 的pip install 安装包报错。

Python pip install 安装包报错ERROR: Could not find a version that satisfies the requirement XXX解决方法

python安装第三方库超时报错

Mac使用pip命令安装selenium包报错解决方法

django安装各种包报错

Mac上python 在终端使用pip3安装包报ConnectTimeoutError错误