You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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