camenduru / gaussian-splatting-colab

371 stars 29 forks source link

Notebook is broken #7

Closed fasteinke closed 9 months ago

fasteinke commented 9 months ago

Was working fine until today ...

Throws this error,

Traceback (most recent call last): File "/content/gaussian-splatting/train.py", line 16, in from gaussian_renderer import render, network_gui File "/content/gaussian-splatting/gaussian_renderer/init.py", line 14, in from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer File "/usr/local/lib/python3.10/dist-packages/diff_gaussian_rasterization/init.py", line 15, in from . import _C ImportError: libcudart.so.11.0: cannot open shared object file: No such file or directory

ghost commented 9 months ago

Following this answer I solved with apt install nvidia-cuda-toolkit

fasteinke commented 9 months ago

Didn't try it - see the other method, that worked for me, https://github.com/camenduru/gaussian-splatting-colab/issues/8 ... thanks!

camenduru commented 9 months ago

thanks ❤