yinruiqing / pyannote-whisper

498 stars 84 forks source link

install trouble #13

Open ChipNowacek opened 1 year ago

ChipNowacek commented 1 year ago

I can't seem to get pyannote-whisper to install. I've attached the results. Any thoughts? pyannote build fail.txt

ChipNowacek commented 1 year ago

$ uname -a Linux 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

MikeS159 commented 1 year ago

I get the same thing. Haven't been able to get this running in windows or linux. Sndfile seems to be completely broken.

Vincent-Fernandez commented 1 year ago

Same issue with mac M1.

The installation return this message :

Successfully built pyannote-whisper Failed to build sndfile ERROR: Could not build wheels for sndfile, which is required to install pyproject.toml-based projects

But I can't use the module :

ModuleNotFoundError: No module named 'pyannote_whisper'

cggaurav commented 1 year ago

Seems like this project is not active. Perhaps https://github.com/MahmoudAshraf97/whisper-diarization ?

u5014 commented 9 months ago

You may need to install the dev package for sndfile such as on Ubuntu: sudo apt-get install libsndfile1-dev