Need help with error: OSX ModuleNotFoundError: No module named 'huggingface_hub'

Hello,

I am trying to confirm my install with:

python -c “from huggingface_hub import model_info; print(model_info(‘gpt2’))”

It returns the error:

Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘huggingface_hub’

Huggingface Hub, is, AFAICT installed. Can someone point me at any documentation about this?
Kind regards,

kdn