I tried to install pyside6, its installation was successful (Successfully installed pyside6-6.2.4 shiboken6-6.2.4).
But I can't run the "Hello World Program" of PySide6, and when executing
from PySide6 import QtCore, QtWidgets, QtGui
, error occurs:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: libQt6Core.so.6: cannot open shared object file: No such file or directory
P.S.
My python version: 3.8.10
; pyside version: 6.2.4
; Linux kernel: 4.4.0-19041-Microsoft