Closed tiandaoyuxi closed 11 months ago
ok git pull
Hello, have you solved the issue?
Hello, have you solved the issue?
yes. git pull ,it's working.
Great!
No module named 'depth_diff_gaussian_rasterization_min
how can i solve this problem?
@j1ming999 current version has that module -- so please git pull
if you do not update the codes
After git pull,
error still occurs showing "No module named 'depth_diff_gaussian_rasterization_min'".
I've already set 'python setup.py install' in submodules/depth-diff-gaussian-rasterization-min. Does anybody know what's wrong?
Figure it out, it's due to the path of compiling results is different from my pip install path, move the compiled file into pip install path would be ok.
(lucid) C:\DATA\LucidDreamer>python app.py Traceback (most recent call last): File "C:\DATA\LucidDreamer\app.py", line 55, in
from luciddreamer import LucidDreamer
File "C:\DATA\LucidDreamer\luciddreamer.py", line 41, in
from gaussian_renderer import render
File "C:\DATA\LucidDreamer\gaussian_renderer__init__.py", line 15, in
from depth_diff_gaussian_rasterization_min import GaussianRasterizationSettings, GaussianRasterizer
ModuleNotFoundError: No module named 'depth_diff_gaussian_rasterization_min'