Skip to content

ModuleNotFoundError: No module named 'tqdm' #243

@cathhriss

Description

@cathhriss

After installing the requirements.txt with pip3 I get:

python3 download_model.py 1558M
Traceback (most recent call last):
  File "download_model.py", line 4, in <module>
    from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'

when trying to python3 download_model.py 1558M even if I have tqdm 4.31.1 installed. I also tried uninstalling and installing the latest version of tqdm 4.46.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions