首页 > 其他分享 >Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSCon

Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSCon

时间:2023-09-23 10:35:26浏览次数:42  
标签:WinError retries 10060 Max Failed exceeded new establish

报错 Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001A73833FD00>: Failed to establish a new connection: [WinError 10060] 

 

pip uninstall requests urllib3  # 先卸载

pip install requests==2.27  urllib3==1.25.8 -i https://pypi.doubanio.com/simple  # 指定版本安装,不然默认会装最新版

 

摘自:https://www.cnblogs.com/Eeyhan/p/14610998.html

                   

标签:WinError,retries,10060,Max,Failed,exceeded,new,establish
From: https://www.cnblogs.com/modys/p/17723958.html

相关文章