这是哪里有问题啊,求助 日志 – dailycheckin 开始安装依赖 dailycheckin,开始时间 2024-06-29 11:47:03 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(‘: Failed to establish a new connection: [Errno 13] Permission denied’)’: /simple/dailycheckin/ Collecting dailycheckin Using cached dailycheckin-24.5.15-py3-none-any.whl.metadata (10 kB) Collecting pycryptodome==3.17 (from dailycheckin) Using cached pycryptodome-3.17-cp35-abi3-musllinux_1_1_aarch64.whl.metadata (3.2 kB) Collecting requests~=2.25.1 (from dailycheckin) Using cached requests-2.25.1-py2.py3-none-any.whl.metadata (4.2 kB) Collecting rsa~=4.0 (from dailycheckin) Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) Collecting urllib3~=1.26.2 (from dailycheckin) Using cached urllib3-1.26.19-py2.py3-none-any.whl.metadata (49 kB) Collecting chardet<5,>=3.0.2 (from requests~=2.25.1->dailycheckin) Using cached chardet-4.0.0-py2.py3-none-any.whl.metadata (3.5 kB) Collecting idna<3,>=2.5 (from requests~=2.25.1->dailycheckin) Downloading idna-2.10-py2.py3-none-any.whl.metadata (9.1 kB) Collecting certifi>=2017.4.17 (from requests~=2.25.1->dailycheckin) Downloading certifi-2024.6.2-py3-none-any.whl.metadata (2.2 kB) Collecting pyasn1>=0.1.3 (from rsa~=4.0->dailycheckin) Downloading pyasn1-0.6.0-py2.py3-none-any.whl.metadata (8.3 kB) Downloading dailycheckin-24.5.15-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.3/47.3 kB 4.3 kB/s eta 0:00:00 Downloading pycryptodome-3.17-cp35-abi3-musllinux_1_1_aarch64.whl (2.0 MB) ━━━━━━ 0.3/2.0 MB 5.6 kB/s eta 0:05:12 ERROR: Exception: Traceback (most recent call last): File “/usr/local/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py”, line 438, in _error_catcher yield File “/usr/local/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py”, line 561, in read data = self._fp_read(amt) if not fp_closed else b”” ^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py”, line 527, in _fp_read return self._fp.read(amt) if amt is not None else self._fp.read() ^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py”, line 98, in read data: bytes = self.__fp.read(amt) ^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.11/http/client.py”, line 473, in read s = self.fp.read(amt) ^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.11/socket.py”, line 706, in readinto return self._sock.recv_into(b) ^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.11/ssl.py”, line 1314, in recv_into return self.read(nbytes, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.11/ssl.py”, line 1166, in read return self._sslobj.read(len, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/local/lib/python3.11/site-packages/pip/_internal/cli/base_command.py”, line 180, in exc_logging_wrapper status = run_func(*args) ^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.11/site-packages/pip/_internal/cli/req_command.py”, line 245, in wrapper return func(self, options, args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.11/site-packages/pip/_internal/commands/install.py”, line 377, in run requirement_set = resolver.resolve( ^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py”, line 179, in resolve self.factory.preparer.prepare_linked_requirements_more(reqs) File “/usr/local/lib/python3.11/site-packages/pip/_internal/operations/prepare.py”, line 552, in prepare_linked_requirements_more self._complete_partial_requirements( File “/usr/local/lib/python3.11/site-packages/pip/_internal/operations/prepare.py”, line 467, in _complete_partial_requirements for link, (filepath, _) in batch_download: File “/usr/local/lib/python3.11/site-packages/pip/_internal/network/download.py”, line 183, in __call__ for chunk in chunks: File “/usr/local/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py”, line 53, in _rich_progress_bar for chunk in iterable: File “/usr/local/lib/python3.11/site-packages/pip/_internal/network/utils.py”, line 63, in response_chunks for chunk in response.raw.stream( File “/usr/local/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py”, line 622, in stream data = self.read(amt=amt, decode_content=decode_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py”, line 560, in read with self._error_catcher(): File “/usr/local/lib/python3.11/contextlib.py”, line 158, in __exit__ self.gen.throw(typ, value, traceback) File “/usr/local/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py”, line 443, in _error_catcher raise ReadTimeoutError(self._pool, None, “Read timed out.”) pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=’files.pythonhosted.org’, port=443): Read timed out. 依赖安装失败,结束时间 2024-06-29 11:49:53,耗时 169 秒复制代码
没有回复内容