Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

huggingface-hub 0.0.12 requires packaging>=20.9, but you'll have packaging 20.4 which is incompatible

Tags:

pytorch

huggingface-hub 0.0.12 requires packaging>=20.9, but you'll have packaging 20.4 which is incompatible enter image description here

like image 921
liubingqing Avatar asked Jun 26 '21 09:06

liubingqing


People also ask

What is the minimum size of packaging required for the huggingface-hub?

huggingface-hub 0.0.12 requires packaging>=20.9, but you'll have packaging 20.4 which is incompatible enter image description here Show activity on this post. Thanks for contributing an answer to Stack Overflow!

What is the hugging face Hub library?

interfaces, Typescript definition files for the Hugging Face Hub. docs, containing the official Hugging Face Hub documentation. This library allows anyone to work with the Hub repositories: you can clone them, create them and upload your models to them. On top of this, the library also offers methods to access information from the Hub.

Why is my huggingface_hub not working?

Maybe, the cause is that you have a quite old version of huggingface_hub. Could you please try to update it and confirm if the problem persists? Sorry, something went wrong.

What is the default classifier for huggingface?

classifier( [ "I've been waiting for a HuggingFace course my whole life.", "I hate this so much!" ]) The default model for this task is a pretrained model fine-uned for sentient analysis in english. Let's see if I can't find it


1 Answers

You will have to update the huggingface-hub through

pip install --upgrade huggingface-hub
like image 166
Shubhashis Avatar answered Oct 16 '22 13:10

Shubhashis