m0_52062055 2022-11-25 10:31 采纳率: 30%
浏览 84
已结题

ubuntu系统下运行程序出现bug 已放弃 (核心已转储)

ubuntu系统下运行程序出现bug 已放弃 (核心已转储)
用代码块功能插入代码,请勿粘贴截图
运行以后报错: QObject::moveToThread: Current thread (0x8c9a160) is not the object's thread (0x8aa4b00).

Cannot move to target thread (0x8c9a160)
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/zml/anaconda3/envs/tf/lib/python3.8/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, minimal, minimalegl, offscreen, vnc, webgl.

看到网上有win系统下的解决方法,找到文件然后添加路径。可是我根据文件夹提示,找到相关文件发现跟win系统下显示的不一致。

img

  • 写回答

2条回答 默认 最新

  • Jackyin0720 2022-11-25 10:51
    关注
    这是同类报错的一种思路,提供给你做参考
    解决方案:
    openCV降级
    卸载pip uninstall opencv-python
    安装pip install opencv-python==4.1.2.30
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 12月4日
  • 已采纳回答 11月26日
  • 创建了问题 11月25日

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效