How to install PyQt5 on Jetson agx Orin?

I tried to install pyQT5 using pip but it doesnot work. Also could not find a source code as well. How to install PyQt5==5.12 on Jetson agx Orin ?

Hi,

Please find the below comment for info:

Thanks.

1 Like

HI thank you for the response. I tried their methods and ended up with the following error.

ERROR: Feature 'xcb' was enabled, but the pre-condition 'features.thread && libs.xcb && tests.xcb_syslibs && features.xkbcommon-x11' failed.

any directions to solve the problem?
i followed

Hi,

Does QT6 work for you?
We have a user that has enabled it on the Orin device. You can find the below link for mor e info:

Thanks.

Create an account and logon. Qt Account Login

Then you can download a qt6.run file [download qt6]
(https://download.qt.io/official_releases/online_installers/qt-online-installer-linux-arm64-online.run)

chmod +x qt-online-installer-linux-arm64-online.run

sudo ./qt-online-installer-linux-arm64-online.run

and it makes you login and, I think I remember, pick open source and then it installs it.