after install huggingface_hub with pip, the huggingface_cli command not found
See original GitHub issueDescribe the bug
after install huggingface_hub with pip, the huggingface_cli command not found
Reproduction
No response
Logs
No response
System Info
os: MAC OS 11.6.8
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Quick start - Hugging Face
To get started, you should install the huggingface_hub library. ... Once you have your User Access Token, run the following command in your...
Read more >transformers command not found after installing ... - GitHub
I wanted to convert TF checkpoints to pytorch saved files and thus I followed instructions as mentioned in the link ...
Read more >StableDiffusion Colab - How to "make sure you're logged in ...
I logged in with my token (Read) - login successful. However it still returns the same error on the attempt to download the...
Read more >Projects · spaCy Usage Documentation
Since spaCy v3.4.2, spacy projects run checks your installed dependencies to verify ... The project assets command will alert you about missing files...
Read more >Hugging Face — Sentence-Transformers documentation
All models on the Hugging Face Hub come with the following: An automatically generated model card with ... pip install huggingface_hub huggingface-cli login....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks, it works
@xiongma hmm, it seems that
huggingface_hub
is correctly installed so the problem might be with your$PATH
variable. Could you try the solution proposed here: https://stackoverflow.com/a/62151306 ?e.g. updating your
$PATH
like this:(depending on your setup, you might want to update your
.bashrc
or.zshrc
or any config file you use)