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