pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

python -m pip install --upgrade pip  --default-timeout=100  -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

 pip install eventlet   --default-timeout=100  -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

 

参考:https://blog.csdn.net/sinat_26811377/article/details/99698807

相关文章:

  • 2022-12-23
  • 2021-06-22
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
猜你喜欢
  • 2022-12-23
  • 2021-06-08
  • 2021-09-15
  • 2021-09-18
  • 2022-02-08
  • 2022-12-23
相关资源
相似解决方案