Problem
ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.
Solution
$ pip install matplotlib -i https://pypi.douban.com/simple
Reference
- 使用国内镜像源来加速python pypi包的安装
微信扫一扫
ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.
$ pip install matplotlib -i https://pypi.douban.com/simple
相关推荐