We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
"[51 lines of output]" is probably what tells where the problem is. Figuring out how to not truncate that would be a first step
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: