问题一
运行程序,报错qt.qpa.plugin: Could not load the Qt platform plugin “xcb” 定位后是pyqt5问题,什么修改动态连接文件、降低版本,各种方式都试过了都不能解决,使用conda安装后启动正常。
QObject::moveToThread: Current thread (0x557d2ffe4400) is not the object's thread (0x557d30751de0).
Cannot move to target thread (0x557d2ffe4400)
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/cv/anaconda3/envs/darknet/lib/python3.6/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 plat

博客讲述了在运行程序时遇到PyQt5加载Qtplatformplugin“xcb”失败的问题,尝试多种修改动态链接文件和降低版本的方法无效。最终通过conda环境安装PyQt5解决了问题。此外,还提到了Qtpy版本不匹配导致的ImportError,解决方法是卸载原有版本并安装与环境匹配的PyQt5版本(5.12)。

8875

被折叠的 条评论
为什么被折叠?



