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
Hello, I am having issues importing modules from PyQt6.
I've already installed PyQt6 into my environment using python3 -m pip install PyQt6 but when importing the module I receive the following error:
ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
import PyQt6 and from PyQt6 import QtCore seem to run fine with no error, but from PyQt6 import QtCore, QtGui returns the ImportError. I've not been able to render my trees as images because of these errors.
Would appreciate any help, thanks!
The text was updated successfully, but these errors were encountered:
Hello, I am having issues importing modules from PyQt6.
I've already installed PyQt6 into my environment using
python3 -m pip install PyQt6
but when importing the module I receive the following error:import PyQt6
andfrom PyQt6 import QtCore
seem to run fine with no error, butfrom PyQt6 import QtCore, QtGui
returns theImportError
. I've not been able to render my trees as images because of these errors.Would appreciate any help, thanks!
The text was updated successfully, but these errors were encountered: