未找到PYQT5模块,安装后已经编译(MINT)

发布于 2025-02-06 14:39:38 字数 526 浏览 1 评论 0原文

我已经有问题了,因为PYQT5缺少,所以程序没有运行:

    from PyQt5.QtCore import (
ModuleNotFoundError: No module named 'PyQt5'

我已经安装了Pyqt5:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
python3-pyqt5 is already the newest version (5.14.1+dfsg-3build1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

并进行了编译

./configure
make
sudo make install

,但没有帮助。

你对我有帮助吗?我的操作系统是Linux薄荷。

I've the problem, that programs didn't run since PyQt5 is missing:

    from PyQt5.QtCore import (
ModuleNotFoundError: No module named 'PyQt5'

I've already installed PyQt5:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
python3-pyqt5 is already the newest version (5.14.1+dfsg-3build1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

and compiled with

./configure
make
sudo make install

but it didn't help.

Do you have any help for me? My OS is Linux Mint.

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

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文