You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says subprocess.CalledProcessError: Command '['which', 'g++']' returned non-zero exit status 1.
in your log. You don't seem to have gcc/g++ installed.
sudo apt install build-essential should help. You may also use sudo apt install g++ but the first one will solve similar issues that may come after that.
Be also prepared to dive deeper with different gcc versions depending on your Linux environment.
I faced two kinda errors:
pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
pip install nerfstudio
Install tiny-cuda-nn(Linux).txt
Installing nerfstudio(From pip)..txt
The text was updated successfully, but these errors were encountered: