成都网站建设设计

将想法与焦点和您一起共享

如何解决pipinstall时报错timedout的问题-创新互联

这篇文章将为大家详细讲解有关如何解决pip install时报错timed out的问题,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

目前成都创新互联已为上1000家的企业提供了网站建设、域名、虚拟主机、网站托管、服务器托管、企业网站设计、昌都网站维护等服务,公司将坚持客户导向、应用为本的策略,正道将秉承"和谐、参与、激情"的文化,与客户和合作伙伴齐心协力一起成长,共同发展。

安装包的时候报错,执行: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 https://pypi.doubanio.com/simple

关于“如何解决pip install时报错timed out的问题”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。


文章题目:如何解决pipinstall时报错timedout的问题-创新互联
网页链接:http://chengdu.cdxwcx.cn/article/ddsdjh.html