问题

ImportError: cannot import name ‘cached_download‘ from ‘huggingface_hub‘

解决

pip install huggingface_hub==0.25.2

问题

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
transformers 4.51.3 requires huggingface-hub<1.0,>=0.30.0, but you have huggingface-hub 0.25.0 which is incompatible.

解决

transformers==4.40.0

参考

ImportError: cannot import name ‘cached_download‘ from ‘huggingface_hub‘
导入huggingface_hub不知道那个版本导入库没有后面的 TextGenerationStreamResponse, Token #1218

更多推荐