Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: DLL load failed while importing QtCore: 找不到指定的程序 #79

Open
laozhuang727 opened this issue Jan 27, 2024 · 2 comments

Comments

@laozhuang727
Copy link

使用的是windows 11的系统。发现一直报这个错。后面的解决方案如下,给后人一个参考

  1. 删除所有的pyqt6,
    pip uninstall pyqt6[all]

  2. requirement里面把PyQt6==6.6.0
    改为PyQt6>=6.6.0

3.执行pip install pyqt6[all]
Requirement already satisfied: PyQt6-Qt6>=6.6.0 in d:\anaconda3\envs\dlta-ai\lib\site-packages (from pyqt6[all]) (6.6.1)
Installing collected packages: pyqt6
Successfully installed pyqt6-6.6.1

发现它最终安装的是 pyqt6-6.6.1,问题解决

@yolo01826
Copy link

我的里面怎么没有tracking功能
Uploading 2024-04-01 01-59-35 的屏幕截图.png…

@oakleychen1
Copy link

应该是没有安装PyQt6-tools ,我安装后就不报错了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants