ashawkey / nerf2mesh

[ICCV2023] Delicate Textured Mesh Recovery from NeRF via Adaptive Surface Refinement
https://me.kiui.moe/nerf2mesh/
MIT License
914 stars 89 forks source link

error:GLIBC #65

Open fanzz1208 opened 1 year ago

fanzz1208 commented 1 year ago

Traceback (most recent call last): File "main.py", line 4, in from nerf.gui import NeRFGUI File "/workspace/nerf2mesh/nerf/gui.py", line 4, in import dearpygui.dearpygui as dpg File "/opt/conda/envs/ngp_pl/lib/python3.8/site-packages/dearpygui/dearpygui.py", line 22, in import dearpygui._dearpygui as internal_dpg ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /opt/conda/envs/ngp_pl/lib/python3.8/site-packages/dearpygui/_dearpygui.so)

shenggedeqiang commented 1 year ago

same question

JQJ001 commented 1 year ago

I commented out 'from nerf.gui import NeRFGUI' in File "main.py", line 4, then I can train normally.