Error : Unknown command: huggingface-hub while uploading spacy model on huggingface

Hi,
I am trying to upload my custom named entity recognition model on huggingface repository, prepared with prodi.gy spacy on my scientific text.
As prescribed on spacy (spaCy), I ran pip install spacy-huggingface-hub in my ubuntu (22.04) terminal.
I notice the module in the list of packages.
However when I run ‘python -m spacy huggingface-hub --help’ to check, the terminal gives me error ‘Unknown command: huggingface-hub’.

Any suggestion?

This problem is answered in How to reuse the prodigy.db to retrain the older (spacy v2) ner custom model - #9 by rahul1 - usage - Prodigy Support