1.在Ubuntu下利用pip安装如下图的依赖时,报错reantimeout
报错具体情形如下图
根据此错误将连接默认时间(15s)修改为1000s,但是依然同样错误。
还有一次下载至99%,报错memoryerror,设置了--no-cache-dir,依然报错。
1.在Ubuntu下利用pip安装如下图的依赖时,报错reantimeout
报错具体情形如下图
根据此错误将连接默认时间(15s)修改为1000s,但是依然同样错误。
还有一次下载至99%,报错memoryerror,设置了--no-cache-dir,依然报错。
使用国内镜像 清华:https://pypi.tuna.tsinghua.edu.cn/simple
例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider
这样就会从清华这边的镜像去安装pyspider库。