python ReadTimeoutError异常处理

看到这异常,一般是网速不行因为当你运行pip install 的时候内部有时间设定,超出时间范围就会爆提取异常处理

一般就是拔网线,要么

pip --default-timeout=100 install -U pip

修改他的内定时间

原文地址:https://www.cnblogs.com/chunqing/p/9355278.html