问题:
用pip3 install requests安装requests库时报错:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
安装requests库出错
解决方法:pip --default-timeout=1000 install requests

相关文章:

  • 2021-10-01
  • 2021-05-21
  • 2021-09-26
  • 2022-01-23
  • 2022-01-01
  • 2022-12-23
  • 2022-01-15
  • 2021-05-03
猜你喜欢
  • 2022-12-23
  • 2021-08-24
  • 2021-09-20
  • 2021-12-21
  • 2021-08-18
  • 2021-07-02
相关资源
相似解决方案