开启图形化界面时报错
- Dominant language
- Python
- Stars
- 36.9k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
D:\MockingBird-main>python demo_toolbox.py
Traceback (most recent call last):
File "demo_toolbox.py", line 2, in
from toolbox import Toolbox
File "D:\MockingBird-main\toolbox\__init__.py", line 1, in
from toolbox.ui import UI
File "D:\MockingBird-main\toolbox\ui.py", line 1, in
from PyQt5.QtCore import Qt, QStringListModel
ModuleNotFoundError: No module named 'PyQt5'
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure with `python demo_toolbox.py`, then trace the imports from `demo_toolbox.py` through `toolbox/__init__.py` to `toolbox/ui.py`. Check how this project declares or documents its Python dependencies; done means the graphical interface starts without the reported `PyQt5` import error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100