luozhangyou 发表于 2020-3-16 02:29:39

ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443...

一番折腾之后,直接指定下载源,解决问题
    pip install -i https://pypi.douban.com/simple <需要安装的包>
    比如:
    pip install -i https://pypi.douban.com/simple requests
国内源:
    http://pypi.douban.com/ 豆瓣
    http://pypi.hustunique.com/ 华中理工大学
    http://pypi.sdutlinux.org/ 山东理工大学
    http://pypi.mirrors.ustc.edu.cn/ 中国科学技术大学

页: [1]
查看完整版本: ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443...