tiny-cuda-nn icon indicating copy to clipboard operation
tiny-cuda-nn copied to clipboard

ERROR: Could not build wheels for tinycudann, which is required to install pyproject.toml-based projects

Open parth-psd-009 opened this issue 1 year ago • 1 comments

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.

parth-psd-009 avatar May 24 '24 18:05 parth-psd-009

"[51 lines of output]" is probably what tells where the problem is. Figuring out how to not truncate that would be a first step

cogwheel avatar May 31 '24 16:05 cogwheel