threestudio-project/threestudio

Can't install due to Cuda mismatch

CaptainMarcia opened this issue · 2 comments

When I try to run "pip install -r requirements.txt", I get an error message saying: "The detected CUDA version (12.4) mismatches the version that was used to compile PyTorch (11.8). Please make sure to use the same CUDA versions." I've been looking for a way to unistall my current Cuda version or to downgrade it from 12.4 to 11.8, but nothing so far has worked. Is there a way to downgrade to an earlier Cuda, to use a PyTorch compatible with 12.4, or to find some other way to proceed?

From some more research, it looks like installing 11.8 is impossible with my 6.5.0 kernel, and I had to use this kernel because earlier ones weren't compatible with my hardware. Is there anything I can do other than waiting for compatibility with 12.4?

I got this issue too.