ModuleNotFoundError: No module named 'tqdm.auto'
- Dominant language
- Python
- Stars
- 36.9k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
PS C:\MockingBird> python demo_toolbox.py -d .\samples键入命令后报错
Traceback (most recent call last):
File "demo_toolbox.py", line 2, in
from toolbox import Toolbox
File "C:\MockingBird\toolbox\__init__.py", line 1, in
from toolbox.ui import UI
File "C:\MockingBird\toolbox\ui.py", line 16, in
import umap
File "C:\ProgramData\Anaconda3\lib\site-packages\umap\__init__.py", line 2, in
from .umap_ import UMAP
File "C:\ProgramData\Anaconda3\lib\site-packages\umap\umap_.py", line 41, in
from umap.layouts import (
File "C:\ProgramData\Anaconda3\lib\site-packages\umap\layouts.py", line 5, in
from tqdm.auto import tqdm
ModuleNotFoundError: No module named 'tqdm.auto'
这是什么问题啊
Contributor guide
No contributing guide indexed for this repository
Research direction
Run `python demo_toolbox.py -d .\samples` in the reported Windows environment and start with `demo_toolbox.py`, `toolbox/__init__.py`, and `toolbox/ui.py` before tracing the import into the installed `umap` package. Done means the command no longer stops at the reported `tqdm.auto` import error, with the supported dependency setup or remaining incompatibility documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100