Installing PySide6 on a Jetson Xavier

Hello everybody,
I have problems installing PySide6 for Python in a Jetson Xavier with Ubuntu 20.04. After spending countless hours searching the web for a solution, I am asking here for help. I would be very glad if you could help me in this case.

Thank you very much in advance!

Best regards,
Ramojn

Hi Ramojn, thank you for your question! Could you please post it one more time in the Jetson forum - that way the relevant specialists will see it muh quicker and get back to you! Jetson & Embedded Systems - NVIDIA Developer Forums Thank you!

Hello,

I have followed all the steps described in:

Sadly, it doesn’t work. When I started Python and try to import PySide, I get the following answer:

from PySide2 import *
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘PySide2’

What did I wrong?

Thank you very much in advance!
Bet regards,
Ramon

Hello,

I am moving this topic to the Jetson forums for visibility.

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Hi,

Which Python version do you use?
Could you check if you are using Python 3.8 for both compiling and testing?

Thanks.