Debian11运行pyside6程序出现qt.apa.plugin: Could not load the Qt platform plugin “xcb“

张开发
2026/5/10 20:02:37 15 分钟阅读
Debian11运行pyside6程序出现qt.apa.plugin: Could not load the Qt platform plugin “xcb“
如下图所示缺少对应包通过以下命令安装libxcb-cursor-dev即可sudo apt install libxcb-cursor-dev

更多文章