python 安装第三方包时 read timed out

Posted 蜗牛kuai快跑

tags:

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

记录下安装python第三方包超时报错,解决方法:(以安装numpy为例)

pip install numpy

报错:raise ReadTimeoutError(self._pool, None, ‘Read timed out.‘)

改变默认时间

pip --default-timeout==100 install -U numpy

 

 

 

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

Python安装第三方库,报错超时: Read timed out.

python 安装第三方库,超时报错--Read timed out.

python 安装第三方库,超时报错--Read timed out.(亲测有效)

记录初次使用 Python 的 Poetry 库遇到的一个坑(安装第三方包时卡住)

python模块安装问题:no matching distribution found for XXX 或者 Read timed out.

Pythonpip在线安装报错Read Timed out