解决pip安装第三方包出现socket.timeout: The read operation timed out超时问题

版权声明:转载注明出处,大家一起交流 https://blog.csdn.net/qq_38231051/article/details/83210600

这个问题的出现就是字面意思,链接超时。

出现这个原因是两边网络连接速度慢。

要解决这个问题要么提高网速----这个有的时候是服务器网速较慢,那没办法给他提高。

要么就增加他的超时判定时间。

使用语句:pip3 --default-timeout=100 install pymysql

猜你喜欢

转载自blog.csdn.net/qq_38231051/article/details/83210600