We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用的是windows 11的系统。发现一直报这个错。后面的解决方案如下,给后人一个参考
删除所有的pyqt6, pip uninstall pyqt6[all]
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,问题解决
The text was updated successfully, but these errors were encountered:
我的里面怎么没有tracking功能
Sorry, something went wrong.
应该是没有安装PyQt6-tools ,我安装后就不报错了
No branches or pull requests
使用的是windows 11的系统。发现一直报这个错。后面的解决方案如下,给后人一个参考
删除所有的pyqt6,
pip uninstall pyqt6[all]
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,问题解决
The text was updated successfully, but these errors were encountered: