-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
This application failed to start because no Qt platform plugin could be initialized #1220
Comments
I fixed it. |
was able to work around this using this answer: NVlabs/instant-ngp#300 (comment) |
I was facing the same issue. Turns out in my case, python 3.9 was causing this conflict. commands: |
For me it worked to downgrade PyQt5 to version 5.13.2. I am on Python version 3.10.6 and opencv-python version 4.7.0.72. |
solved my issue. |
It works for me in a conda env |
Use brew, which avoids these errors. On Ubuntu brew works. brew install pyqt
brew install wkentaro/labelme/labelme # command line interface |
|
worked for me to solve anaconda-navigator launch issue! thanks!! |
that didn't work but |
New system ubuntu 20.04, first time installing labelImg with a bug: Available platform plugins are: linuxfb, minimal, offscreen, vnc, webgl, xcb. 已放弃 (核心已转储) |
Provide environment information
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/pidl/.local/lib/python3.9/site-packages/cv2/qt/plugins" 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: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl.
What OS are you using?
Ubuntu 20.04
Describe the Bug
When I run labelme Folder. The bug happens
Expected Behavior
No response
To Reproduce
No response
The text was updated successfully, but these errors were encountered: