You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to a project directory where you want to use faster-whisper
Run uv venv --python 3.12
Activate the virtual env
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.
The text was updated successfully, but these errors were encountered:
ctranslate2
doesn't have wheels for Python 3.13 nor provides a source dist, so you'll have to settle for Python 3.12uv 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
andsource .venv/bin/activate
to hop in and out of the virtual env respectively.The text was updated successfully, but these errors were encountered: