extremq / gptsubtitler

Automatically subtitle any video spoken in any language to a language of your choice using AI.
MIT License
45 stars 4 forks source link

ModuleNotFoundError: No module named 'whisper' #3

Closed Yasand123 closed 2 months ago

Yasand123 commented 2 months ago

I used pipx to install the package, which installs packages in separate envs but makes the scripts available globally automatically. And it seems the whisper package was not marked as a dependency hence why pipx did not install it. Can you please mark it as a dependency? Because right now you can't use it at all.

Yasand123 commented 2 months ago

Nevermind, there's more packages missing. I guess pipx isn't an ideal way to install this package. You should probably create an env manually and get all the requirements.