---Arch Linux: install bypy tool

2021/12/16 7:14:58

本文主要是介绍---Arch Linux: install bypy tool,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!



 $ sudo pip install bypy

File "/usr/lib/python3.10/site-packages/urllib3/response.py", line 579, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/usr/lib/python3.10/site-packages/urllib3/response.py", line 515, in read
with self._error_catcher():
File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/usr/lib/python3.10/site-packages/urllib3/response.py", line 446, in _error_catcher
raise ReadTimeoutError(self._pool, None, "Read timed out.")
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

set your http proxy and then do this command agin

try again!!! 
 

 



这篇关于---Arch Linux: install bypy tool的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程