Open tkarabela opened 3 months ago
Same problem in Ubuntu 20.04 LTS, same steps to reproduce. The Docker unfortunately also seems to be broken (ns-download-data immediately errors with ModuleNotFoundError: No module named 'nerfstudio'), so none of the installation options described on the docs page work at the moment.
same error in Ubuntu 22.04
I saw this error recently - I saw it with magic
, which is a fork of pixi
. The equivalent pixi
version that fixed it for me is 0.33.0
.
Describe the bug I'm following the installation guide on Ubuntu 24.04 using the Pixi dependency manager: https://docs.nerf.studio/quickstart/installation.html#using-pixi
After cloning the nerfstudio repository and running
pixi run post-install
, the installation ultimately fails with the errorUnsupported archive type: setuptools
when trying to installfire==0.6.0
. This error occurs with every Pixi command, as it tries to update the lockfile first and then runs into the problem when installingfire
.To Reproduce
Output:
The result is the same for v1.1.3 and for current main (2ed1716980191abd818d048b686475f897267c96).
Expected behavior Installation completes without errors.
Additional context