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

ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found #289

Open
ehobson opened this issue Jan 8, 2023 · 1 comment

Comments

@ehobson
Copy link

ehobson commented Jan 8, 2023

When attempting to run program, receive following error at launch:

Traceback (most recent call last):
  File "/home/me/Videos/Dandere/dandere2x-master/src/main.py", line 50, in <module>
    main()
  File "/home/me/Videos/Dandere/dandere2x-master/src/main.py", line 43, in main
    start_gui()
  File "/home/me/Videos/Dandere/dandere2x-master/src/main.py", line 22, in start_gui
    from gui_driver import gui_start
  File "/home/me/Videos/Dandere/dandere2x-master/src/gui_driver.py", line 7, in <module>
    from PyQt6 import QtCore, QtGui
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /home/me/.local/lib/python3.11/site-packages/PyQt6/Qt/lib/libQt6Core.so.6)

The glibc_2.25 package does not seem to be available for any version of Ubuntu. How can this requirement be satisfied?

@akai-katto
Copy link
Owner

What version of ubuntu are you on?

And btw, you can use the cli for dandere2x, if the gui isn't working.

python3 main.py -p singleprocess -ws ./workspace/ -i /host/[your_video.mkv] -o /host/[your_output.mkv]

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