安装模块时提示HTTPSConnectionPool(host=‘files.pythonhosted.org‘, port=443): Read timed out信息
这个问题是因为访问files.pythonhosted.org超时引起的,换为国内的豆瓣源就可以解决。
通过命令安装时,输入以下格式命令:
命令如: pip install 模块名称 -i https://pypi.doubanio.com/simple
原创
2021-01-23 00:20:11 ·
621 阅读 ·
1 评论