MahmoudAshraf97 / whisper-diarization

Automatic Speech Recognition with Speaker Diarization based on OpenAI Whisper
BSD 2-Clause "Simplified" License
2.44k stars 238 forks source link

faster-whisper branch/revision has changed #164

Closed transcriptionstream closed 4 months ago

transcriptionstream commented 4 months ago

the install for whisper-diarization references faster-whisper 0.10.0 but it no longer exists and has been replaced by 0.10.1, causing the whisper-diarization install to fail

transcriptionstream commented 4 months ago

not sure the issue is with whisper-diarization, possibly whisperx

transcriptionstream commented 4 months ago

while installaing whisper-diarization, the following error occurs in reference to the whisperx package referenced in requirements.txt

`Collecting faster-whisper@ git+https://github.com/SYSTRAN/faster-whisper.git@0.10.0 Cloning https://github.com/SYSTRAN/faster-whisper.git (to revision 0.10.0) to /tmp/pip-install-t98pe8m2/faster-whisper_bc01692bbb944c809a2d3802bbe43af9 Running command git clone --filter=blob:none --quiet https://github.com/SYSTRAN/faster-whisper.git /tmp/pip-install-t98pe8m2/faster-whisper_bc01692bbb944c809a2d3802bbe43af9 WARNING: Did not find branch or tag '0.10.0', assuming revision or ref. Running command git checkout -q 0.10.0 error: pathspec '0.10.0' did not match any file(s) known to git error: subprocess-exited-with-error

× git checkout -q 0.10.0 did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× git checkout -q 0.10.0 did not run successfully. │ exit code: 1 ╰─> See above for output.`

Not really a whisper-diarization issue, but breaks the setup/install - https://github.com/m-bain/whisperX/pull/710

MahmoudAshraf97 commented 4 months ago

fixed