其他分享
首页 > 其他分享> > 【pip报错+安装pygame+豆瓣源pip安装】 raise ReadTimeoutError(self._pool, None, "Read timed out.") pip.

【pip报错+安装pygame+豆瓣源pip安装】 raise ReadTimeoutError(self._pool, None, "Read timed out.") pip.

作者:互联网

问题:

报错:
raise ReadTimeoutError(self._pool, None, “Read timed out.”)
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Re
ad timed out.
在这里插入图片描述

解决:

因为直接下载有限速,所以显示的意思是超时了
我们需要用豆瓣源下载既可,超级快哦

pip  install  -i  https://pypi.doubanio.com/simple/  --trusted-host pypi.doubanio.com pygame

注意把pygame改成自己需要安装的包的名字哦
在这里插入图片描述

汪雯琦 发布了64 篇原创文章 · 获赞 15 · 访问量 2884 私信 关注

标签:pygame,timed,ReadTimeoutError,._,pip,安装,out
来源: https://blog.csdn.net/qq_35456045/article/details/104065525