qt.qpa.plugin:Could not load the Qt platform plugin “xcb“

文章描述了在使用OpenCV时遇到的Qt相关错误,包括QObject线程迁移失败和Qtplatformpluginxcb插件加载问题。提供了三种解决方案:重新安装opencv,删除特定库文件,或者切换Python版本至3.7。这些方法可能能解决应用程序启动失败的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

提示信息: 

QObject::moveToThread: Current thread (0x563e8bd48ed0) is not the object's thread (0x563e8ced9cf0).
Cannot move to target thread (0x563e8bd48ed0)

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/zxq/anaconda3/envs/open3d/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.

错误信息中提到“"/home/zxq/anaconda3/envs/open3d/lib/python3.9/site-packages/cv2/qt/plugins”


 解决办法1:首先按照提示信息的建议“Reinstalling the application may fix this problem.”,卸载原来的opencv,一般都能解决。

pip uninstall opencv-python opencv-contrib-python

// 安装新的opencv 下面这两个都行,最新版本不行。
pip install opencv-python==3.4.3.18 opencv-contrib-python==3.4.3.18
pip install opencv-python==4.0.0.21 opencv-contrib-python==4.0.0.21

解决办法2:删除上面目录中的libqxcb.so文件即可

解决办法3:尝试过的另一种解决办法,卸载python3.9,安装python3.7

评论 11
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Mr.Q

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值