在安装pip instal XX是出现如下错误:
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
解决办法:
pip --default-timeout=100 install -U Pillow
在安装pip instal XX是出现如下错误:
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
解决办法:
pip --default-timeout=100 install -U Pillow