基于Python pip用国内镜像下载的方法
异常信息: Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by ‘ReadTimeoutError(“HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out. (read timeout=15)”,)': /simple/scipy/ 通过pip安装scipy、scikit-learn等库的时候,可能会报上面的错误,国内通过翻墙手段,是可能解决该问题的。下面给个不用翻墙的办法。