原文: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