threestudio-project / threestudio

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

Found: Solution to tinycudann not installing on Windows. #423

Closed LordBombShell closed 7 months ago

LordBombShell commented 7 months ago

I fed the solution found in https://github.com/threestudio-project/threestudio/issues/405 to ChatGPT and of the solutions it gave, this seemed to be the fix

Set the Variable: Variable name: LIBRARY_PATH Variable value: C:\path\to\cuda\lib64\stubs (You will need to replace C:\path\to\cuda\lib64\stubs with the actual path to your CUDA lib64\stubs directory on Windows). If you're not sure about the exact path to CUDA on your system, you can typically find it in a directory similar to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 (adjusting for the version of CUDA you have installed). The lib64\stubs directory on Linux corresponds to the lib\x64 directory on Windows in many cases, but this can vary depending on your specific setup and what you're trying to achieve with tinycudann.