-
Hi, at 9:40 AM EST 9/25/2022, I did the update and Now when I do python import whisper, I get
Is there any dependency that also need to be installed together with this update? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It's an unrelated package hosted at PyPI. Please run: pip uninstall whisper
pip install git+https://github.com/openai/whisper.git |
Beta Was this translation helpful? Give feedback.
-
this is a good solution but I was hoping to package openai-whisper into a pypi package im building at the moment and its currently not possible to pip install it yet. when do we think the current git version will be published? |
Beta Was this translation helpful? Give feedback.
It's an unrelated package hosted at PyPI. Please run: