pip 安装三方库报超时
Posted 陌上花开
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip 安装三方库报超时相关的知识,希望对你有一定的参考价值。
python安装第三方库,超时报错 Read timed out,解决方法:
1、设置超时时间:
pip --default-timeout=100 install -U pandas
2、更换安装源:
pip install pandas -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
以上是关于pip 安装三方库报超时的主要内容,如果未能解决你的问题,请参考以下文章