runtime error

Exit code: 1. Reason: pip/ Given no hashes to check 257 links for project 'pip': discarding no candidates Remote version of pip: 26.0.1 Local version of pip: 25.3 Was pip installed by pip? True [notice] A new release of pip is available: 25.3 -> 26.0.1 [notice] To update, run: pip install --upgrade pip error: failed-wheel-build-for-install × Failed to build installable wheels for some pyproject.toml based projects ╰─> uv_unwrapper Exception information: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 107, in _run_wrapper status = _inner_run() File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 98, in _inner_run return self.run(options, args) File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 85, in wrapper return func(self, options, args) File "/usr/local/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 440, in run raise InstallWheelBuildError(build_failures) pip._internal.exceptions.InstallWheelBuildError: <InstallWheelBuildError: failed-wheel-build-for-install> Removed build tracker: '/tmp/pip-build-tracker-86mbgdsq' WARNING:root:Could not import uv_unwrapper. Please install it via `pip install uv_unwrapper/` Traceback (most recent call last): File "/app/sf3d/models/mesh.py", line 18, in <module> from uv_unwrapper import Unwrapper ImportError: cannot import name 'Unwrapper' from 'uv_unwrapper' (unknown location) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/gradio_app.py", line 18, in <module> from sf3d.system import SF3D File "/app/sf3d/system.py", line 18, in <module> from sf3d.models.isosurface import MarchingTetrahedraHelper File "/app/sf3d/models/isosurface.py", line 9, in <module> from .mesh import Mesh File "/app/sf3d/models/mesh.py", line 26, in <module> raise ImportError("uv_unwrapper not found") ImportError: uv_unwrapper not found

Container logs:

Fetching error logs...