原文博客:https://www.cnblogs.com/shenpings1314/p/9413646.html

针对在安装Python库出现的超时问题

 

其一:

pip --default-timeout=100 install -U 库名
例如:
pip --default-timeout=100 install -U numpy

其二:

包源镜像:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple 库名
例如:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple superset

 

【转】pip出现timeout时解决办法

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-10-18
  • 2021-12-09
  • 2021-08-25
  • 2022-03-09
相关资源
相似解决方案