Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to import dearpygui._dearpygui #34

Open
DanahYatim opened this issue Oct 11, 2022 · 2 comments
Open

Not able to import dearpygui._dearpygui #34

DanahYatim opened this issue Oct 11, 2022 · 2 comments

Comments

@DanahYatim
Copy link

When running main.py I get the following error:

 File "main.py", line 8, in <module>
    from nerf.gui import NeRFGUI
  File "nerf/gui.py", line 4, in <module>
    import dearpygui.dearpygui as dpg
  File "lib/python3.9/site-packages/dearpygui/dearpygui.py", line 22, in <module>
    import dearpygui._dearpygui as internal_dpg
ImportError: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by lib/python3.9/site-packages/dearpygui/_dearpygui.so)

Any suggestions for fixing this?

@ashawkey
Copy link
Owner

ashawkey commented Oct 11, 2022

@DanahYatim Hi, what's the OS? You could try to build dearpygui from source.

@DanahYatim
Copy link
Author

Hi, I see that I have centos version 7.9 which is related to GLIBC 2.17, guess this older version is the issue.
Is there any guidance for building dearpygui from source? Don't have much experience with cmake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants