data = self._fp.read(amt) if not fp_closed else b"" File "C:\Users\Acer\AppData\Local\Programs\Python\Python38\lib\site-packages\pip\_vend or\cachecontrol\filewrapper.py", line 62, in read data = self.__fp.read(amt) File "C:\Users\Acer\AppData\Local\Programs\Python\Python38\l...
升级使用命令:pip3 install --upgrade pip 出现报错: raise ReadTimeoutError(self._pool, None, 'Read timed out.')pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. 网上查了一下,看起来是因为files.pythonhosted.org的网址...
Read timed out 错误多数是由于网络问题,因为官方在国外,可能由于网络问题超时。建议使用国内的镜像源:...
File "C:\Users\Acer\AppData\Local\Programs\Python\Python38\lib\site-packages\pip\_vend or\urllib3\response.py", line 507, in read data = self._fp.read(amt) if not fp_closed else b"" File "C:\Users\Acer\AppData\Local\Programs\Python\Python38\lib\site-packages\pip\_vend or\cachec...
fter connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.pyth on.org', port=443): Read timed out. (read timeout=15)",)': /simple/pip/ Collecting pip Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) ...
ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. You are using pip version10.0.1, however version19.0.3is available. You should consider upgrading via the'python -m pip install --upgrade pip' command. ...
看黄字 readtimeout 像楼上一样换成清华源吧,顺便路径最好不要有中文
21.3.1-py3-none-any.whlWARNING:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x043D6930>,'Connection to files.pythonhosted.org timedout. (connect ...
Requirement already satisfied: pip in c:\self setup\跑一趟红\lib\site-packages (22.3.1)WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (...
v = self._sslobj.read(len, buffer)socket.timeout: The read operation timed out During handling of the above exception, another exception occurred:Traceback (most recent call last):File "D:\安装\Python36-32\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(...