You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
I have just installed wheel files, but couldn't get it running:
Here is my system info:
Do I have to install Qt 5.12 again?
Thanks!
The text was updated successfully, but these errors were encountered: