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

 

相关文章:

  • 2022-01-01
  • 2021-12-15
  • 2022-12-23
猜你喜欢
  • 2022-02-25
  • 2021-07-05
  • 2021-07-01
  • 2021-08-25
  • 2022-12-23
  • 2021-03-31
  • 2022-12-23
相关资源
相似解决方案