nyu-systems / Grendel-GS

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

compile error for diff-gaussian-rasterization @ 053e6a5 #5

Closed lt-xiang closed 1 month ago

lt-xiang commented 2 months ago

hi, when I build "diff-gaussian-rasterization( 053e6a5 )", there are some errors. Could you provide any solutions ? Before that, I can successfully compile the version used in the original 3D GS.

image

TarzanZhao commented 1 month ago

Hi, could you please try clean all compilation cache and recompile again? I never see this issue before.

If you still cannot solve this issue, please provide more details of your compilation steps and environment setup. And then we can figure out the solution together.

lt-xiang commented 1 month ago

Hi, thanks for your suggestion. I change the python version from 3.9 to 3.8, now it can be complied successfully.