Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Working on Jetson Nano #1

Open
openedhardware opened this issue Jul 29, 2022 · 3 comments
Open

Not Working on Jetson Nano #1

openedhardware opened this issue Jul 29, 2022 · 3 comments

Comments

@openedhardware
Copy link

I have just installed wheel files, but couldn't get it running:

nvidia@nvidia-desktop:~/$ python3
Python 3.6.9 (default, Jun 29 2022, 11:45:57)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import PySide2
>>> from PySide2.QtGui import QGuiApplication
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/python3.6/dist-packages/PySide2/QtGui.cpython-36m-aarch64-linux-gnu.so: symbol _ZTI18QOpenGLTimeMonitor version Qt_5 not defined in file libQt5Gui.so.5 with link time reference
>>>

Here is my system info:

nvidia@nvidia-desktop:~/$ uname -a
Linux nvdia-desktop 4.9.253-tegra #1 SMP PREEMPT Sat Feb 19 08:59:22 PST 2022 aarch64 aarch64 aarch64 GNU/Linux

Do I have to install Qt 5.12 again?

Thanks!

@ISPlatonov
Copy link
Owner

Hi! I'm sorry for such huge delay

Maybe you're using Ubuntu with older version than 20.04 that was used by me for compiling these wheels. Are you using Ubuntu 18.04?

@openedhardware
Copy link
Author

@ISPlatonov
Yes, Jetson boards still don't support Ubuntu 20.04 officially.

@ISPlatonov
Copy link
Owner

ISPlatonov commented Jan 29, 2023

Yeah, officialy they don't, but I found a way to do this. Now I updated README, you can try to update the system and then install PySide2.

Keep me updated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants