Install insanely-fast-whisper
mainYou can install the CLI using pipx for an isolated environment.
Standard installation:
pipx install insanely-fast-whisperTroubleshooting Python 3.11+ installation:
If pipx incorrectly installs an old version (e.g., 0.0.8) due to Python 3.11 version parsing, use the following command to force the latest version:
pipx install insanely-fast-whisper --force --pip-args="--ignore-requires-python"Alternative installation via pip:
pip install insanely-fast-whisper --ignore-requires-python