-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Runtime error on Ubuntu 22.04 - Could not load the Qt platform plugin "xcb" #5974
Comments
Can you run QT_DEBUG_PLUGINS=1 python3 -m Orange.canvas and post the output. |
|
try
|
You might need to also install any of the following libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libegl1-mesa i.e. sudo apt-get install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libegl1-mesa |
Running |
For me, running |
Thanks it's working too |
Works for me too! Thanks guys! sudo apt-get install libxcb-xinerama0 |
[G4] Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb. CAUGHT SIGNAL: 6 ### address: 0x3e8000011a7, signal = SIGABRT, value = 6, description = abort program (formerly SIGIOT).Backtrace: : Aborted (Signal sent by tkill() 4519 1000) |
This worked for me, with the addition of installing |
Hello @ales-erjavec, Thank you for your suggestions on the related issue. I'm encountering a similar problem with the Qt platform plugin "offscreen" failing to load, and the error message I receive is: QLibraryPrivate::loadPlugin failed on "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so" : "Cannot load library /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so: (/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so: undefined symbol: _ZNK20QPlatformIntegration28createPlatformVulkanInstanceEP15QVulkanInstance, version Qt_5_PRIVATE_API)" This suggests an issue with the Qt platform plugin initialization. Could you please advise if there are any specific packages or steps I should consider to resolve this issue? Thank you for your help! |
@Qunut999 I have the same issue:
in particular is missing, and I don't know why. I tried building Qt from source, same issue. |
thank you! but why? I wanted to understand why this solved the problem.. |
When I execute the command
python3 -m Orange.canvas
i get the following error:The problem occurs on
Ubuntu 22.04
fresh installation. I installed Orange via the commandpip install orange3
(pip version 22.1, python version 3.10).The text was updated successfully, but these errors were encountered: