Windows7 64位,Pyside6,PyQt6,ImportError:导入QtCore时DLL加载失败:找不到指定的过程

发布于 2025-01-19 02:41:37 字数 395 浏览 2 评论 0原文

我通过以下命令安装了 PySide6 和 PyQt6:

python -m pip install PySide6

python -m pip install PyQt6

但是当我尝试运行 import PySide6.QtCoreimport PyQt6.QtCore 时,我收到此错误: ImportError:导入QtCore时DLL加载失败:找不到指定的过程。 但是当我运行 import PySide2.QtCoreimport PyQt5.QtCore 时,一切正常。

我尝试了 StackOverflow 上找到的很多技巧,但没有任何帮助。

I installed PySide6 and PyQt6 by following command:

python -m pip install PySide6

python -m pip install PyQt6

But when I try to run import PySide6.QtCore or import PyQt6.QtCore, then I get this error: ImportError: DLL load failed while importing QtCore: The specified procedure could not be found.
But when I run import PySide2.QtCore or import PyQt5.QtCore, then all works fine.

I tried a lot of tips found on StackOverflow, but nothing helped me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文