tiny-cuda-nn
tiny-cuda-nn copied to clipboard
ERROR: Could not build wheels for tinycudann, which is required to install pyproject.toml-based projects
Building wheel for tinycudann (setup.py) ... error error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [51 lines of output]
I get this error when I run the command : "pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch" I am trying to setup the nerfstudio in my device and i need the tiny-cuda-nn for it.
"[51 lines of output]" is probably what tells where the problem is. Figuring out how to not truncate that would be a first step