19reborn/NeuS2

libcudart.so.10.1: cannot open shared object file: No such file or directory

Opened this issue · 2 comments

I get this error running python3 scripts/run.py ... command. I'm working on docker with torch 1.11.0 and cuda 11.3
Do you have any suggestion on other working docker/ to solve the error ???

Hi @ZepSbosnia , this error occurs because your installed pytorch was compiled for CUDA 10.1, but your system has CUDA Toolkit 11.3. Making your pytorch version consistent with your CUDA version will solve this problem.

Hi @ZepSbosnia, I test the python environment used in nerfstudio with CUDA 11.8 and it works.