原文:HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out的解决方法

问题描述: Pycharm创建Django项目提示:HTTPSConnectionPool host files.pythonhosted.org , port : Read timed out 解决方法: 这个问题是因为访问files.pythonhosted.org超时引起的,换为国内的豆瓣源就可以解决 创建配置文件,windows命名pip.ini,linux mac命名pip.conf 配 ...

2020-02-15 23:13 0 11031 推荐指数:

查看详情

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

  今天用pip安装第三方库时总报超时,可能是网络不稳定地原因。         解决方法:将超时时间延长,重新下载。   命令:1.pip --default-timeout=100 install -U pip      2.pip --default-timeout ...

Sun Feb 23 07:51:00 CST 2020 0 730
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM