graphdeco-inria / reduced-3dgs

The code for the paper "Reducing the Memory Footprint of 3D Gaussian Splatting"
Other
96 stars 6 forks source link

build error #4

Open whu-lyh opened 3 months ago

whu-lyh commented 3 months ago
 ninja: build stopped: subcommand failed.
      Traceback (most recent call last):
        File "/opt/conda/lib/python3.10/site-packages/torch/utils/cpp_extension.py", line 1900, in _run_ninja_build
          subprocess.run(
        File "/opt/conda/lib/python3.10/subprocess.py", line 526, in run
          raise CalledProcessError(retcode, process.args,
      subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1

how to solve it? Thanks

PanagiotisP commented 3 months ago

Hello! This error message is a bit vague. It could be anything from CUDA not being installed or the respective environment variables not being properly set to some extensions not being properly installed.