当前位置:   article > 正文

huggingface-cli: command not found

huggingface-cli: command not found

安装

pip  install huggingface_hub
  • 1

运行

huggingface-cli login
  • 1

报错

在这里插入图片描述

查看

pip list
  • 1

在这里插入图片描述
已安装,那就是环境变量问题

解决办法

# linux or mac
echo "export PATH=\"`python3 -m site --user-base`/bin:\$PATH\"" >> ~/.bashrc
source ~/.bashrc
  • 1
  • 2
  • 3

再次运行

在这里插入图片描述

成功!

参考

StackOverflow
github issues

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/577284
推荐阅读
相关标签
  

闽ICP备14008679号