Skip to content
New issue

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

Trouble installing tinycudann #46

Closed
Askejm opened this issue Jun 4, 2022 · 2 comments
Closed

Trouble installing tinycudann #46

Askejm opened this issue Jun 4, 2022 · 2 comments

Comments

@Askejm
Copy link

Askejm commented Jun 4, 2022

Whenever i try running this command pip install --global-option="--no-networks" git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch it spits out ERROR: Command errored out with exit status 1
image
I tried building it manually this way
image
but it just fails to build it then spits out the same error.
Tried the command below and get RuntimeError: Error compiling objects for extension
fully_fused_mlp.cu.txt
I also tried to cmake it, no luck
image

Cuda: 11.3
Python 3.9
Windows 10
CMake 3.23.2
Visual Studio 2019 community
Git 2.36.1
image
image

@jmunkberg
Copy link
Collaborator

This seems to be an issue with tiny-cuda-nn, not the nvdiffrec code base. Please file an issue at https://github.com/NVlabs/tiny-cuda-nn as we do not control that code.

@supriya-gdptl
Copy link

I was facing the same issue with tinycudann. Resolved it by following the solution given
in NVlabs/tiny-cuda-nn#110 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants