Skip to content
New issue

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

Auto-Subs not working on Python 3.13 #93

Open
LeckdiHenn opened this issue Oct 9, 2024 · 1 comment
Open

Auto-Subs not working on Python 3.13 #93

LeckdiHenn opened this issue Oct 9, 2024 · 1 comment

Comments

@LeckdiHenn
Copy link

I know that Python 3.13 was just released, but i am pretty new to coding so i don't understand why Auto Subs shouldn't work on the new version. I can install the script and it shows up in DR but then there is this error:

Traceback (most recent call last):
File "C:\ProgramData\Blackmagic Design\DaVinci Resolve\Fusion\Scripts\Utility\auto-subs.py", line 26, in
import stable_whisper
ModuleNotFoundError: No module named 'stable_whisper'

I already tried the new DR Fix, but i can't install open ai whisper on Python 3.13...
What could i do to fix that?

@Vigneshkumar212
Copy link

hi, different versions of python use different methods or changes that may break support for other things that whisper may require. Also open ai might have released stable_whisper to only work on that version of python. I'd recommended you uninstall python 3.13 and search for any version of python 3.8-3.11, I personally use 3.10 and it works perfectly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants