You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When attempting to run program, receive following error at launch:
The glibc_2.25 package does not seem to be available for any version of Ubuntu. How can this requirement be satisfied?
The text was updated successfully, but these errors were encountered: