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

Issue with installing diff-gaussian-raterization-modified. Everything else works fine and get installed. But this package is creating problem. I have Torch with cu118 installed #53

Open
Shahid1Malik opened this issue Jul 25, 2024 · 3 comments

Comments

@Shahid1Malik
Copy link

No description provided.

@donydchen
Copy link
Owner

Hi @Shahid1Malik, can you share the error log here? It will be easier for us to see what the problem is.

Typically, when compiling and installing diff-gaussian-raterization-modified, you will need to ensure that you have correctly set up the CUDA path and G++ path.

@Shahid1Malik
Copy link
Author

Shahid1Malik commented Jul 26, 2024 via email

@donydchen
Copy link
Owner

Hi @Shahid1Malik, I have not encountered similar error logs, so I am unsure what the problem is. The CUDA version looks correct, it may be because the g++ version is too high or something, you might try to install a different g++ version. For example, run conda search gxx to find an available gxx. Then, you can install a lower version of gxx, e.g., on my machine, and I can install via conda install gxx_linux-64==11.2.0.

I don't know whether this will work. If it doesn't, you might try to find potential solutions at here, the initial repo of the Gaussian renderer.

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

2 participants