我在虚拟环境中安装了PyQt5,遵循以下步骤:( Windows)
1 - 从源
下载sip和PyQt whl文件2 - 打开管理员提示
3 - 激活虚拟环境
4 - pip install sip“path_sip_whl_file”
5 - pip安装PyQt5“path_sip_whl_file”
显然程序是成功的
但是当我尝试执行命令时:
from PyQt5 import QtCore
返回错误:
“ImportError:DLL加载失败:找不到指定的模块”
我需要更多的东西吗?
非常感谢! Felipe Fonseca