ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org‘, port=443): Read timed out.

pip install 出错
ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
临时解决方法,修改PIP源
pip install <模块> -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

你可能感兴趣的:(python,开发语言)