ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.

ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.

通过pip安装 numpy 一直都是超时,我默认用的是 pypi.python.org
使用国内镜像下载python 的方法

pip install --index https://pypi.mirrors.ustc.edu.cn/simple/ numpy
原文地址:https://www.cnblogs.com/zychengzhiit1/p/6910725.html