首页 > 代码库 > python 安装第三方库,超时报错--Read timed out.

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

加上超时时间即可

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

null


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