ashawkey / nerf2mesh

[ICCV2023] Delicate Textured Mesh Recovery from NeRF via Adaptive Surface Refinement

Home Page:https://me.kiui.moe/nerf2mesh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error:GLIBC

fanzz1208 opened this issue · comments

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)

same question

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