AttributeError: No huggingface_hub attribute hf_api

import datasets 模块时,报错如标题。

参考博客文章:

https://blog.csdn.net/weixin_44137397/article/details/126597632

的 datasets==2.3.2

将 datasets 模块版本降至 2.3.2 即可。其他包版本未修改。

你可能感兴趣的:(python)