-
@qdoldwolf Hi! When asking in Chinese please ask here: https://forum.qt.io/category/37/chinese
-
Let me translate his question:
My python environment is: pycharm2022 Professional Edition, the operating system is UOS arm64, and python verison is 3.9.16. I installedpyside6
using conda, but I can’t importPySide6.QtWebEngineWidgets
in pycharm, and it prompts that there is no such module. I uninstalledPySide6
during the period then reinstalled it, which still doesn't work. Moreover, this pyside is already the latest version.
Later, I tried to installPySide2
, which is able to importPySide2.QtWebEngineWidgets
. Does anyone know why? -