We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the latest openai-whisper docs, it works best with python 3.8.8+
I assume there is a way to lock down the version of openai-whisper to be compatible with 3.7, but I thought it might be useful to make note of that.
I was running into a syntax error when trying to run auto-subtitle after installing in a python 3.7.9 environment (:= is not available until 3.8):
:=
... File "c:\users\lzmunch\dev\python_3.7.9\auto_subtitle\lib\site-packages\whisper\utils.py", line 108 if word_timings := segment.get("words", None): ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to the latest openai-whisper docs, it works best with python 3.8.8+
I assume there is a way to lock down the version of openai-whisper to be compatible with 3.7, but I thought it might be useful to make note of that.
I was running into a syntax error when trying to run auto-subtitle after installing in a python 3.7.9 environment (
:=
is not available until 3.8):The text was updated successfully, but these errors were encountered: