MahmoudAshraf97 / whisper-diarization

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

python setup.py egg_info did not run successfully. #90

Closed squillace91 closed 2 months ago

squillace91 commented 10 months ago

When running pip install -r requirements.txt I am getting the following:

image

Anyone has any leads?

dahifi commented 10 months ago

It's a failure in onnx, which is a nemo dependency. I had a similar issue and saw that they recommend python 3.10.12. I was using 3.13.x, so I bumped it down and it worked.


Next time you have an issue, copy the terminal output into GPT and if you still get stuck share the text, not images please.

deeeed commented 7 months ago

is there a fix for it?