pip install的时候报错timed out 解决pip install的时候报错timed out的问题

软件发布|下载排行|最新软件

当前位置:首页IT学院IT技术

pip install的时候报错timed out 解决pip install的时候报错timed out的问题

狂奔的蜗牛cn   2021-03-31 我要评论

安装包的时候报错,执行:pip install pyinstaller

问题:

File "c:\python\python35\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 357, in stream
 data = self.read(amt=amt, decode_content=decode_content)
File "c:\python\python35\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 324, in read
 flush_decoder = True
File "c:\python\python35\lib\contextlib.py", line 77, in __exit__
 self.gen.throw(type, value, traceback)
File "c:\python\python35\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 237, in _error_catcher
 raise ReadTimeoutError(self._pool, None, 'Read timed out.')
p._vendor.requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.

解决:

修改超时时间:

pip --default-timeout=1000 install -U pip

指定安装源进行安装:

pip install pyinstaller -i http://pypi.doubanio.com/simple

以上这篇解决pip install的时候报错timed out的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。

Copyright 2022 版权所有 软件发布 访问手机版

声明:所有软件和文章来自软件开发商或者作者 如有异议 请与本站联系 联系我们