系统相关
首页 > 系统相关> > ---Arch Linux: install bypy tool

---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!!! 
 

 

标签:python3.10,lib,tool,py,urllib3,---,usr,install,self
来源: https://www.cnblogs.com/bzhao/p/15693206.html