tmoroney / auto-subs

Generate subtitles using OpenAI Whisper in Davinci Resolve editing software.
MIT License
282 stars 16 forks source link

No module named "stable-whisper" #42

Open mrharryhd opened 1 month ago

mrharryhd commented 1 month ago

idk much but heres all my trubleshooting with chatgpt https://chatgpt.com/share/e4a040e0-1f62-438e-addb-a3e7a8e26acc

fucskonorbi commented 1 month ago

In powershell you could try to do python -m pip install stable-ts Make sure your python version is the same as in Davinci Resolve. After installation you might have to restart Davinci.

(To check in Powershell you can do python -c "import sys; print(sys.version)", then to check in Davinci you can click on the Py3 panel in the console and type in import sys then print(sys.version).)