Can't Enter Client Token in Anaconda Prompt

I had the same problem and succeeded with this command:

huggingface-cli login --token [your token]

I got this solution from the help command:

huggingface-cli login --help
usage: huggingface-cli [] login [-h] [–token TOKEN] [–add-to-git-credential]

2 Likes

I’m in the same boat and none of the solutions above works.

YES. It worked

wonderful!

thanks tons man

You can also equally use the prompt:

login(“Token as string”, True/False[Boolean to whether store the token in git credential manager])

image