Skip to content
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

Could not load the Qt platform plugin "xcb" in "" even though it was found #2

Open
gabriel-vanzandycke opened this issue Nov 18, 2019 · 2 comments

Comments

@gabriel-vanzandycke
Copy link

gabriel-vanzandycke commented Nov 18, 2019

Hi, I tried to launch the application, but get stuck with Qt not being able to load the plugin "xcb". I'm not sure what packages is missing. Could you help me please? Thanks

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

[1]    482 abort (core dumped)  python -m ultimatelabeling.main

Additional details

$ which python
/home/user/UltimateLabeling/venv/bin/python
$ python --version
Python 3.6.8

Running on Ubuntu 18.04.3 LTS

@VaticanCameos99
Copy link

Hi, were you able to solve this? I am facing the same issue.

@silasalves
Copy link

As suggested here, I ran export QT_DEBUG_PLUGINS=1 then saw on the error message that libxcb-xinerama.so.0 didn't exist, so just installed it with:

$ sudo apt install libxcb-xinerama0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants