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

How to install faster-whisper [guide] #1240

Open
WyattBlue opened this issue Feb 8, 2025 · 0 comments
Open

How to install faster-whisper [guide] #1240

WyattBlue opened this issue Feb 8, 2025 · 0 comments

Comments

@WyattBlue
Copy link

ctranslate2 doesn't have wheels for Python 3.13 nor provides a source dist, so you'll have to settle for Python 3.12

  1. Install uv
  2. Go to a project directory where you want to use faster-whisper
  3. Run uv venv --python 3.12
  4. Activate the virtual env
  5. run uv pip install faster-whisper

You can now use faster-whisper. Note that it will only be installed in your virtual environment. This is useful for preventing conflicts with other projects. You can use deactivate and source .venv/bin/activate to hop in and out of the virtual env respectively.

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

1 participant