yihua7 / SC-GS

[CVPR 2024] Code for SC-GS: Sparse-Controlled Gaussian Splatting for Editable Dynamic Scenes
https://yihua7.github.io/SC-GS-web/
MIT License
427 stars 21 forks source link

ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/miniconda3/envs/myenv/lib/python3.9/site-packages/dearpygui/_dearpygui.so) #34

Open dashanpodemanong opened 2 months ago

dashanpodemanong commented 2 months ago

Hello! After running the command provided in the README file, I encountered the following error: "ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/miniconda3/envs/myenv/lib/python3.9/site-packages/dearpygui/_dearpygui.so)". The solutions found online suggest using the sudo command to upgrade the glibc library, but I do not have administrator privileges on the server. When attempting to upgrade glibc in my home directory, I faced various issues that I could not resolve. I would like to ask you if upgrading the glibc library is the only method to solve this problem?Thanks!

yihua7 commented 2 months ago

Hi, I am sorry to hear that. Maybe you can try the solution here: https://github.com/hoffstadt/DearPyGui/issues/2222 I don't have much to offer since I haven't met such an error. Sorry about this : (

dashanpodemanong commented 1 month ago

Hello! I have successfully resolved the issue. Thank you very much for the information you provided! Wishing you smooth progress in your research!