Python cannot import name 'cached_download' from 'huggingface_hub' 报错解决方案

2026-03-13 37 浏览 0 评论

Python 安装依赖出现这个错误:

cannot import name 'cached_download' from 'huggingface_hub'

出现这个问题是 huggingface_hub ​ 版本不兼容,0.26 及以上的版本不支持 cached_download 了。 ​

pip install huggingface_hub==0.25.2 -i https://pypi.tuna.tsinghua.edu.cn/simple 

使用上面的命令安装 v0.25.2​ 版本就可以了。


发布评论

发布评论前请先 登录
取消
0 评论
点赞
收藏

评论列表 0

暂无评论