QObject::moveToThread and qt.qpa.plugin
-
When try to run QtApplcation I wouldget this ERROR:
QObject::moveToThread: Current thread (0x5cb15add2500) is not the object's thread (0x5cb1627ed760).
Cannot move to target thread (0x5cb15add2500)qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/media/lenovo/Windows 10/KM/Jarvis_client/.venv/lib/python3.10/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.
Even After installing and re-installing the PyQt5,libxcb-xinerama0 package it would throws this Error
-
@tonystark Please do what is usually suggested here in such cases: set QT_DEBUG_PLUGINS env variable before starting your app and post its output here.