runtime error
Exit code: 1. Reason: hon:>=3.8), version: 24.3.1 Skipping link: not a file: https://pypi.org/simple/pip/ Given no hashes to check 241 links for project 'pip': discarding no candidates Remote version of pip: 24.3.1 Local version of pip: 24.3.1 Was pip installed by pip? True ERROR: ERROR: 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 105, in _run_wrapper status = _inner_run() File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run return self.run(options, args) File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 67, in wrapper return func(self, options, args) File "/usr/local/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 434, in run raise InstallationError( pip._internal.exceptions.InstallationError: ERROR: Failed to build installable wheels for some pyproject.toml based projects (uv_unwrapper) Removed build tracker: '/tmp/pip-build-tracker-y2koigo3' WARNING:root:Could not import uv_unwrapper. Please install it via `pip install uv_unwrapper/` Traceback (most recent call last): File "/home/user/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 "/home/user/app/gradio_app.py", line 18, in <module> from sf3d.system import SF3D File "/home/user/app/sf3d/system.py", line 18, in <module> from sf3d.models.isosurface import MarchingTetrahedraHelper File "/home/user/app/sf3d/models/isosurface.py", line 9, in <module> from .mesh import Mesh File "/home/user/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...