Installing PySide6 on a Jetson Xavier

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