yinruiqing / pyannote-whisper

457 stars 72 forks source link

Segmentation fault Error #24

Closed szl0144 closed 2 months ago

szl0144 commented 2 months ago

Hi,

I just followed the Github ReadMe Instruction to install all the packages and run the Python usage 1 sample code (Code is exactly same as the ReadMe) in an EC2 server, but I met an error "Segmentation fault" and don't know how to resolve that. I copied all the python command line output here, can you help me with this? Thanks!

/home/ec2-user/pyannote-whisper/venv/lib/python3.10/site-packages/pyannote/audio/core/io.py:43: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call. torchaudio.set_audio_backend("soundfile") Segmentation fault

szl0144 commented 2 months ago