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

diff-gaussian-rasterization-w-depth installation error #22

Open
AvirupJU opened this issue Nov 22, 2023 · 0 comments
Open

diff-gaussian-rasterization-w-depth installation error #22

AvirupJU opened this issue Nov 22, 2023 · 0 comments

Comments

@AvirupJU
Copy link

setyp.py ran successfully but whenever I run pip install. I get the following error:

Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1

The traceback:

 File "<string>", line 13, in <module>
      ModuleNotFoundError: No module named 'torch'
      [end of output]

My CUDA version is 11.7 and I have PyTorch 1.13 installed on my environment. I tried using torch1.12.1+cu116 but it was throwing a different error: CUDA version does not match the one used to compile Pytorch.

Any ideas how to work around this issue?

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

1 participant