这里写自定 raise ReadTimeoutError(self._pool, None, 'Read timed out.'
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
方法是
pip install pillow
再不行,就用
解决方法,设置超时时间
pip --default-timeout=100 install -U Pillow
参考的连接
https://blog.youkuaiyun.com/weixin_33915554/article/details/93322774