2025-09-18T09:23:23,597 ERROR: Exception: 2025-09-18T09:23:23,597 Traceback (most recent call last): 2025-09-18T09:23:23,597 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2025-09-18T09:23:23,597 status = run_func(*args) 2025-09-18T09:23:23,597 ^^^^^^^^^^^^^^^ 2025-09-18T09:23:23,597 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2025-09-18T09:23:23,597 return func(self, options, args) 2025-09-18T09:23:23,597 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-18T09:23:23,597 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 111, in run 2025-09-18T09:23:23,597 wheel_cache = WheelCache(options.cache_dir, options.format_control) 2025-09-18T09:23:23,597 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-18T09:23:23,597 File "/usr/lib/python3/dist-packages/pip/_internal/cache.py", line 231, in __init__ 2025-09-18T09:23:23,597 self._ephem_cache = EphemWheelCache(format_control) 2025-09-18T09:23:23,597 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-18T09:23:23,597 File "/usr/lib/python3/dist-packages/pip/_internal/cache.py", line 195, in __init__ 2025-09-18T09:23:23,597 self._temp_dir = TempDirectory( 2025-09-18T09:23:23,597 ^^^^^^^^^^^^^^ 2025-09-18T09:23:23,597 File "/usr/lib/python3/dist-packages/pip/_internal/utils/temp_dir.py", line 125, in __init__ 2025-09-18T09:23:23,597 path = self._create(kind) 2025-09-18T09:23:23,597 ^^^^^^^^^^^^^^^^^^ 2025-09-18T09:23:23,597 File "/usr/lib/python3/dist-packages/pip/_internal/utils/temp_dir.py", line 164, in _create 2025-09-18T09:23:23,597 path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) 2025-09-18T09:23:23,597 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-18T09:23:23,597 File "/usr/lib/python3.11/tempfile.py", line 523, in mkdtemp 2025-09-18T09:23:23,597 _os.mkdir(file, 0o700) 2025-09-18T09:23:23,597 OSError: [Errno 28] No space left on device: '/tmp/pip-ephem-wheel-cache-aot_z0j9'