threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.35k stars 480 forks source link

Can't install due to Cuda mismatch #466

Open CaptainMarcia opened 6 months ago

CaptainMarcia commented 6 months ago

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?

CaptainMarcia commented 6 months ago

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?

scchess commented 4 months ago

I got this issue too.