Shiboken 2 & Py Shide 2 问题

shiboken2 & PySide2 issues

我在尝试 运行 PyQt5 应用程序时收到此错误,我一直收到它,我认为是当我使用 pyuic5 从 QT Designer 导出代码然后尝试 运行 它时。

from .shiboken2 import *
ImportError: DLL load failed: The specified procedure could not be found.

我用pip freeze找到了shiboken2pyside2的版本,它们都是相同的版本。

我安装了 Python 3.7 + 并且有效。