ubuntu 安装软件时经常不成功,常见的如;pip install --upgrade pip时,提示错误:

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

ubuntu 安装软件报timed out

 

 

解决办法:加 --default-timeout=1000

    即pip install --upgrade pip --default-timeout=1000安装

相关文章:

  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
猜你喜欢
  • 2021-07-30
  • 2021-12-09
  • 2021-12-07
  • 2022-01-15
  • 2022-12-23
  • 2021-05-26
  • 2021-06-30
相关资源
相似解决方案