Replies: 2 comments
-
I just dropped Python 3.7 support in #889. I'd recommend upgrading to 3.8 or later, but in the meantime you can do:
to use the latest version supporting 3.7 |
Beta Was this translation helpful? Give feedback.
-
Thanks @jongwook - Makes sense. I'll leave a couple notes in case anyone else runs into this on Google Compute Engine: It took me a while to get back to operational after this update because most of the deep learning optimized google compute engine instances I use are python 3.7 based and were resistant to updating versions. I finally gave up on using pre-baked images and installed everything manually from bare-metal. Here are the commands that worked to get me back to running with a T4 GPU:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just installed Whisper via
sudo pip3 install git+https://github.com/openai/whisper.git
and am getting a syntax error on basic CLI usage:
Seems like a bad release / bug?
Beta Was this translation helpful? Give feedback.
All reactions