Skip to content

Commit 25fa6a8

Browse files
Specify setuptools version to avoid compatibility issues during installation
1 parent 891309a commit 25fa6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source .venv/bin/activate
1313
uv pip install torch==2.1.2 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121
1414

1515
# Install whisperx in isolation to avoid ctranslate2/torch version conflicts
16-
uv pip install setuptools
16+
uv pip install "setuptools<74"
1717
uv pip install --no-deps --no-build-isolation "whisperx @ git+https://github.com/m-bain/whisperX.git@v3.1.1"
1818
# whisperx runtime deps (transformers must be <4.42 — newer versions require torch>=2.4)
1919
uv pip install "ctranslate2>=4.0" "faster-whisper>=1.0.0" "transformers>=4.35.0,<4.42.0" nltk

0 commit comments

Comments
 (0)