在deepin下通过pycharm--》setting中安装了pyqt5,然后执行了简单的测试代码,出现了这个问题
百度到的方法都试过了,好像没啥用,有人帮忙看看吗?先谢谢了
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率

已结题
deepin pyqt5配置问题qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫
点击复制链接分享
- 邀请回答
- 编辑 收藏 删除
- 收藏 举报
1条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
「已注销」 2021-09-02 16:18关注现在问题解决了吗,配置应该不正确。你的电脑版本
本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏举报微信扫一扫
点击复制链接分享
评论按下Enter换行,Ctrl+Enter发表内容
报告相同问题?
提交
- 2025-01-27 16:48一张假钞的博客 qt.qpa.plugin: Could not find the Qt platform plugin "dxcb" in "" 我本地的环境信息如下: 操作系统:Deepin 23社区版 Python版本:Python 3.12.8 PySide版本:PySide 6.6.3 快速解决方法是,在VS Code配置中...
- 2021-07-26 15:11houyawei_NO1的博客 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. python3 gui_main.py qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even ...
- 2020-12-28 16:56照物华的博客 Deepin linux中使用PySide2 Qt出现qt.qpa.plugin:Could not load the Qt platform plugin “xcb“问题 , 缺少的库,在系统源中找不到对应的链接库的解决办法
- 2021-08-21 19:56weixin_42111284的博客 问题描述 ...qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized..
- 2024-11-04 14:37
Uos-qt.qpa.screen: QXcbConnection: Could not connect to display. Could not connect to any X display.
太阳风暴的博客 一、概述 二、解决方案 一、概述 系统环境:UOS系统 显示系统:X11 在使用 ssh 去远程电脑时候,需要启动对应的图形化软件,报如下错误 ssh [email protected] 启动图形化应用 deepin-screen-recorder >qt.qpa.screen:... - 2021-07-10 10:36qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the ...
- 2024-05-09 17:53清治_的博客 这个不知道干嘛的dxcb去掉就好了(猜测是不是deepin也是qt写的,所以有的程序用到这个了)这篇文章描述了应该是deepin系统的一个问题,应该已经修复了不知道为什么我还会遇到。不过知道是dxcb后直接去qtcreater里的...
- 2018-03-08 09:23在本文中,我们将深入探讨如何在Qt环境中结合X11和XCB(X Window System Core Protocol)技术,通过具体的例子来解析这些概念及其在实际应用中的作用。首先,让我们逐一了解这三个关键术语。 Qt是一个跨平台的应用...
- 2022-12-29 13:42Tinus Chen的博客 Pycharm+PySide6 报错no Qt platform plugin could be initialized
- 2023-09-13 18:16dreamtale90的博客 记录Qt常见问题
- a man with a fragrant soul的博客 在使用matplotlib的时候出现报错"This application failed to start because no Qt platform plugin could be
- 2023-03-09 08:28fool-zz的博客 CMake Error: Could not find CMAKE_ROOT 解决办法
- 2023-09-13 18:12@十三阿哥的博客 实际上上述的解决思路是一种取巧的办法, 主要是得以于运行程序的服务器上面安装有 qt。。不然的话,,照样没法正常运行。。最好的办法就是利用linuxdeployqt进行程序发布,,将所有依赖都给找出来。。这是最稳妥的...
- 呆萌的代Ma的博客 安装通用教程会报错:aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Deepin/stable 修改后如下代码是正确的: sudo apt install apt-transport-...
- 2021-07-15 14:06c01dkit的博客 pwnlib.exception.PwnlibException: Could not find a terminal binary to use. Set context.terminal to your terminal. 解决方案是在代码的gdb.attach前添加一行代码,指定使用哪个terminal。 context.terminal ...
- 2023-04-07 21:19星念.的博客 在安装完ros之后,因为我的cmake降级了,所以我新从官网上安装了一个source版本的cmake,因为是直接安装的,所以在进行catkin_make时报了如下错误: Could not find CMAKE_ROOT !!! CMake has most likely not been ...
- 2019-05-25 15:50warning_千万不要尝试去背的博客 安装新版本: wget https://libzip.org/download/libzip-1.5.1.tar.gz tar -zxvf libzip-1.5.1.tar.gz cd libzip-1.5.1 mkdir build cd build cmake … make && make install
- 2021-04-26 16:17Fozei的博客 not found 操作系统:深度Linux 20.2社区版本。 文章目录最终解决办法:解决过程:后记 2021-4-26从Qt官网下下载了开源版本安装包qt-unified-linux-x64-4.1.0-online.run,运行,下载后,双击qtcreator启动图标,...
- 2021-12-17 01:59桃之夭夭ღ的博客 PyQt5
- 没有解决我的问题, 去提问