nerfstudio-project/nerfstudio

Installation error

Opened this issue · 0 comments

Describe the bug
When doing the git install for nerfstudio as described in the Install nerfstudio step.
pip install -e . got this erro

Collecting pyliblzfse>=0.4.1 (from viser==0.2.7->nerfstudio==1.1.4)
Downloading pyliblzfse-0.4.1.tar.gz (47 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
ERROR: Can not execute setup.py since setuptools is not available in the build environment.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

Expected behavior
Nerfstudio to install successfully. I have earlier installed the older version and I have not seen/encounter this error

Screenshots
If applicable, add screenshots to help explain your problem.
image

Additional context
Add any other context about the problem here.