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

pip install requirements.txt in Debian WSL on Windows takes forever #185

Closed Johnny-Larue closed 2 months ago

Johnny-Larue commented 2 months ago

Not sure if this is something native to the WSL, but when I try running the command

pip install -r requirements.txt

it takes literally days to run, and I haven't yet seen it complete.

I'm running inside a Python 3.11.2 venv, within Debian 12 on WSL 2.

Thanks!

MahmoudAshraf97 commented 2 months ago

Hello, the requirements were updated can you try again? if it still doesn't work install the requirements one by one not using the requirements file

Johnny-Larue commented 2 months ago

It works much, much quicker now! Thanks!