ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host=‘files.pythonhosted.or

是因为pip下载速度太慢了。

解决方法:换个镜像下载;或者是连手机热点

pip install xxx -i https://pypi.douban.com/simple/

xxx为需要pip的包。

这个示例方法一般是临时使用的,每次记得加 -i https://pypi.doubanio.com/simple/ 即可。

你可能感兴趣的:(#,Python各种问题报错,pycharm,ide,python)