栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

python打包android的app,出现 Could not load the Qt platform plugin “xcb“的解决方法

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

python打包android的app,出现 Could not load the Qt platform plugin “xcb“的解决方法

问题描述:

pytorch代码调试过程出现:

QObject::moveToThread: Current thread (0x1186a80) is not the object’s thread (0x272b130).
Cannot move to target thread (0x1186a80)

qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “/home/lzm/miniconda3/envs/torch1.0/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 platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl.
解决方法:

在.py文件前添加如下内容:(指定到torch1.0中qt的库文件路径)
注意改称自己的路径

envpath = ‘/home/pwj/anaconda3/lib/python3.7/site-packages/PySide2/Qt/plugins/platforms’
os.environ[‘QT_QPA_PLATFORM_PLUGIN_PATH’] = envpath

即将qt相关库libqxcb.so添加到环境变量中。
即可解决!

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/844084.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号