ModuleNotFoundError: No module named 'tqdm.auto'

#26
by EricCrossley - opened

Can anyone help me figure this out? ChatGPT has told me to pip install tqdm, pip upgrade tqdm, and try to bypass tqdm by editing a file in huggingface_hub to remove the '.auto' after tqdm ("D:\AItools\Lib\site-packages\huggingface_hub\utils\tqdm.py" changed from tqdm.auto import tqdm as old_tqdm to from tqdm import tqdm as old_tqdm)

this is what i was able to do to solve mine.
root of ur stable diffusion url bar. type cmd
put the below command
pip uninstall tqdm
pip uninstall imageio
follow this link - https://mothergeo-py.readthedocs.io/en/latest/development/how-to/venv-win.html
this will reinstall the compatible versions

Sign up or log in to comment