nyu-systems / Grendel-GS

Ongoing research training gaussian splatting at scale by distributed system
Apache License 2.0
311 stars 17 forks source link

ImportError: cannot import name '_C' from partially initialized module 'diff_gaussian_rasterization' (most likely due to a circular import) #11

Open yangyiqiao opened 1 month ago

yangyiqiao commented 1 month ago

I don't know if this is due to a recent update of the code, or if it's a problem with my configuration environment.

TarzanZhao commented 1 month ago

We haven't made any recent changes to the diff_gaussian_rasterization repository. I recommend deleting the build folder and reinstalling diff_gaussian_rasterization. If this doesn't resolve the issue, please provide more details about your installation environment and then we can have a look together.

MaureenZOU commented 1 month ago

If you are using conda environment, please check this: export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH