hoffstadt / DearPyGui

Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
https://dearpygui.readthedocs.io/en/latest/
MIT License
12.7k stars 668 forks source link

ImportError: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/sotamak1r/anaconda3/envs/py38/lib/python3.8/site-packages/dearpygui/_dearpygui.so) #1972

Closed SOTAMak1r closed 1 year ago

SOTAMak1r commented 1 year ago

Version: 1.8.0 Operating System: CentOS Linux 7 (Core)

the whole output is:

Traceback (most recent call last): File "main.py", line 8, in from nerf.gui import NeRFGUI File "/nvme/chenjunyi/dreamfusion/stable-dreamfusion/nerf/gui.py", line 4, in import dearpygui.dearpygui as dpg File "/nvme/chenjunyi/anaconda3/envs/dreamfusion/lib/python3.8/site-packages/dearpygui/dearpygui.py", line 22, in import dearpygui._dearpygui as internal_dpg ImportError: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/chenjunyi/anaconda3/envs/py38/lib/python3.8/site-packages/dearpygui/_dearpygui.so)

please help me!

bandit-masked commented 1 year ago

Looks like you installed somebody else's code and are reporting a problem with Dear PyGUI. That's problably a problem with the other app, not a Dear PyGUI bug. Closing.