Skip to content

Module "tqdm" has no attribute "tqdm_gui" #8307

Closed
@copperfield42

Description

@copperfield42

I installed the the types-tqdm but mypy doesn't recognize the tqdm_gui, in for example:

from tqdm import tqdm_gui

for x in tqdm_gui(range(10**8)):
    pass
C:\Users\copperfield\Desktop\mypy_tests>mypy test10.py
test10.py:1: error: Module "tqdm" has no attribute "tqdm_gui"
Found 1 error in 1 file (checked 1 source file)

C:\Users\copperfield\Desktop\mypy_tests>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions