-
Notifications
You must be signed in to change notification settings - Fork 0
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
Drawing fails on Wayland desktop #2
Comments
This seems to be a well documented issue:
The root cause seems to be a missing qt plugin. This might not be resolvable in conda, this might require the host OS to install the deb package via apt. |
The apt repo doesn't have a qt5-wayland as indicated in stack overlfow:
Instead it seems that is is named qtwayland5:
However, installing this package did not fix the issue. Even specifying the platform variable did not resolve the problem:
|
Several things were discovered while trying to resolve this issue:
Other refs:
|
commit b2610f1 resolves the issue |
When running the code in ubuntu 22.04 with the default desktop (wayland), @ssugrim-kryptowire gets the follow error:
This is due to matplotlib trying to open a window and is probably tied to some QT issues.
The text was updated successfully, but these errors were encountered: