gpt4 book ai didi

python - 在虚拟环境中使用 PyQt5 时出现致命 Python 错误

转载 作者:太空宇宙 更新时间:2023-11-03 21:17:35 25 4
gpt4 key购买 nike

我用venv做了一个虚拟环境,并使用pip安装了PyQt5。当我尝试任何使用 PyQt5 的程序时,我收到以下错误:

Fatal Python error: PyThreadState_Get: no current thread

我使用的是 Python 3.6.0、Anaconda 64 位,并在 Windows 7 64 位上安装了 PyQt5 和 pip(版本 4.20)。

MWE:

from PyQt5 import QtWidgets

我已经确认这在我的常规安装中确实有效。

最佳答案

您应该使用以下命令安装它:

conda install pyqt

然后导入它:

import pyqt

关于python - 在虚拟环境中使用 PyQt5 时出现致命 Python 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54566694/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com