Kai-46 / ARF-svox2

Artistic Radiance Fields
BSD 2-Clause "Simplified" License
498 stars 42 forks source link

subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1. #18

Open zAuk000 opened 1 year ago

zAuk000 commented 1 year ago

Hi, when I try to run try{}.sh, it shows no module name sovx2, and I try to run pip install -e . according to https://github.com/sxyu/svox2, but there is an error subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1. could you help me fix it ,Thanks!

Kai-46 commented 1 year ago

Can you post more detailed error reports?

zAuk000 commented 1 year ago

. ./try_llff.sh 14 Traceback (most recent call last): File "opt.py", line 10, in import svox2 ModuleNotFoundError: No module named 'svox2' Traceback (most recent call last): File "opt_style.py", line 9, in import svox2 ModuleNotFoundError: No module named 'svox2' Traceback (most recent call last): File "render_imgs.py", line 5, in import svox2 ModuleNotFoundError: No module named 'svox2'