whisper-jax icon indicating copy to clipboard operation
whisper-jax copied to clipboard

huggingface-hub 0.18.0 is installed but huggingface_hub<0.18,>=0.16.4 is required by {'tokenizers'}

Open bitdeep opened this issue 1 year ago • 1 comments

Hey guys, I'm just trying to install via a simple git pull and pip on a docker instance, but I'm getting this error:

audio  | Installed /usr/local/lib/python3.11/dist-packages/msgpack-1.0.7-py3.11-linux-x86_64.egg
audio  | Searching for jax>=0.4.2
audio  | Reading https://pypi.org/simple/jax/
audio  | Downloading https://files.pythonhosted.org/packages/b5/5b/5131520dd9a384a640399e5efe4324fdee9e8a48685a33d08eb47140ccc3/jax-0.4.18-py3-none-any.whl#sha256=2ded3f558b74593c3533036a90c20d41ea35f35c74b25ca0fc86f4aafc388746
audio  | Best match: jax 0.4.18
audio  | Processing jax-0.4.18-py3-none-any.whl
audio  | Installing jax-0.4.18-py3-none-any.whl to /usr/local/lib/python3.11/dist-packages
audio  | Adding jax 0.4.18 to easy-install.pth file
audio  |
audio  | Installed /usr/local/lib/python3.11/dist-packages/jax-0.4.18-py3.11.egg
audio  | error: huggingface-hub 0.18.0 is installed but huggingface_hub<0.18,>=0.16.4 is required by {'tokenizers'}       
audio exited with code 0

Anyone know how to solve this?

bitdeep avatar Oct 17 '23 01:10 bitdeep

Ran into the same thing working with Tortoise TTS V2. I "fixed" it with "pip install --upgrade huggingface_hub==0.17.3" from within the venv, This will "upgrade" you to the older package.