提示无法正常运行
- Dominant language
- Python
- Stars
- 36.9k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
我换了一台电脑继续运行运行以下命令:python C:\MockingBird-main\demo_toolbox.py -d .\samples后提示:
Traceback (most recent call last):
File "C:\MockingBird-main\demo_toolbox.py", line 2, in
from toolbox import Toolbox
File "C:\MockingBird-main\toolbox\__init__.py", line 1, in
from toolbox.ui import UI
File "C:\MockingBird-main\toolbox\ui.py", line 16, in
import umap
ModuleNotFoundError: No module named 'umap'
于是我又换了种说法:python C:\MockingBird-main\demo_toolbox.py又提示:
Traceback (most recent call last):
File "C:\MockingBird-main\demo_toolbox.py", line 2, in
from toolbox import Toolbox
File "C:\MockingBird-main\toolbox\__init__.py", line 1, in
from toolbox.ui import UI
File "C:\MockingBird-main\toolbox\ui.py", line 16, in
import umap
ModuleNotFoundError: No module named 'umap'
这台新机器是双显版本1.Intel iris Xe 11代酷睿搭载 2.NVDIA GeForce MX350 CUDA版本为11.6.99
对于小白来说,请问如何解决???
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with demo_toolbox.py and toolbox/ui.py, where importing umap fails, and reproduce the reported command in the project environment. Check how this dependency is declared and how the project documents setup for Python and CUDA. Done means the toolbox starts without ModuleNotFoundError and the required dependency setup is documented or corrected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100