最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

qt - PySide6 App on Orange Pi 3 LTS (Armbian) - No GUI Visible, XCB Plugin Error - Stack Overflow

programmeradmin3浏览0评论

I am trying to run my PySide6 Python application on an Orange Pi 3 LTS running Armbian, but while the app seems to start, the GUI is not visible.

I get the following error:

qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This plugin does not support propagateSizeHints()

What I've tried:

  • Installed libxcb-cursor0 using:

    sudo apt install libxcb-cursor0
    

    but it did not resolve the issue.

  • The app runs inside a virtual environment (.env)—could this be causing the problem?

  • I reinstall pyside6 and updated pip and nothing

How can I resolve this issue and make the GUI visible? Any help would be appreciated!

发布评论

评论列表(0)

  1. 暂无评论