python 安装包报错系列
一、报错:ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host…
解决方法:
pip install xxx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com,xxx为要安装的软件,如:
安装jill软件:pip install jill -i http://pypi.douban.com/simple --trusted-host pypi.douban.com