python 安装第三方库,超时报错--Read timed out.

解决方法,设置超时时间

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

原文地址:https://www.cnblogs.com/saolv/p/9984158.html