ImportError: cannot import name 'cached_download' from 'huggingface_hub' (C:\APP\anaconda3\envs\ootd\lib\site-packages\huggingface_hub\__init__.py)
how to solve the problem?
pip uninstall huggingface_hub pip install huggingface_hub==0.25.2
Hello @zzubrzycka , how are you able to solve this issue even with huggingface_hub version 0.30.0 I got the same erro
Hello @zzubrzycka , how are you able to solve this issue even with huggingface_hub version 0.30.0 I got the same erro
Hello, I just unistalled the huggingface_hub library and installed an older version of it that still has the needed implementation of cached_download. And this version is 0.25.2
pip uninstall huggingface_hub pip install huggingface_hub==0.25.2
It works!