nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Installation error

Open ML-learner79 opened this issue 1 year ago • 1 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.

ML-learner79 avatar Sep 27 '24 17:09 ML-learner79