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.
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.
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.