Closed r-cemper closed 7 months ago
34.46 File "/usr/lib/python3/dist-packages/pip/_vendor/urllib3/response.py", line 443, in _error_catcher 34.46 raise ReadTimeoutError(self._pool, None, "Read timed out.") 34.46 pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
failed to solve: process "/bin/sh -c pip3 install -r /requirements.txt" did not complete successfully: exit code: 2
I'll do a retry but don't have much hope
Thanks to docker caching it worked at second run. But then failed with a different issue:
12 34.46 File "/usr/lib/python3/dist-packages/pip/_vendor/urllib3/response.py", line 443, in _error_catcher
12 34.46 raise ReadTimeoutError(self._pool, None, "Read timed out.")
12 34.46 pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
12 ERROR: process "/bin/sh -c pip3 install -r /requirements.txt" did not complete successfully: exit code: 2
34.46 File "/usr/lib/python3/dist-packages/pip/_vendor/urllib3/response.py", line 443, in _error_catcher 34.46 raise ReadTimeoutError(self._pool, None, "Read timed out.") 34.46 pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
failed to solve: process "/bin/sh -c pip3 install -r /requirements.txt" did not complete successfully: exit code: 2
I'll do a retry but don't have much hope