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
We encountered this issue in our GitHub actions build on Windows 10 in the last week or so. This happens using both Python 3.8.10 and 3.9.13. It seems to be caused by a mismatch between PyQt6 and PyQt6-Qt6 that installs when just using pip install PyQt6==6.6.0.
`ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyqt6-plugins 6.4.2.2.3 requires pyqt6==6.4.2, but you have pyqt6 6.6.0 which is incompatible.
pyqt6-plugins 6.4.2.2.3 requires pyqt6-qt6==6.4.3, but you have pyqt6-qt6 6.6.0 which is incompatible.
pyqt6-tools 6.4.2.3.3 requires pyqt6==6.4.2, but you have pyqt6 6.6.0 which is incompatible.`
PyQt6: DLL load failed while importing QtGui: The specified procedure could not be found.
The text was updated successfully, but these errors were encountered: