首页 > 其他 > 详细

pip之常见错误

时间:2020-02-27 14:37:01      阅读:74      评论:0      收藏:0      [点我收藏+]

 

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

  原因: 默认的pip的超时时间为15秒, 需要进行超时时间设置

pip install --default-timeout=100 SQLAlchemy==1.3.13

 

pip之常见错误

原文:https://www.cnblogs.com/xingxia/p/python_pip_errors.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!