wenet-e2e / wespeaker

Research and Production Oriented Speaker Verification, Recognition and Diarization Toolkit
Apache License 2.0
707 stars 116 forks source link

Could not find a version that satisfies the requirement silero-vad error while installing wespeaker #332

Closed Racketycomic closed 3 months ago

Racketycomic commented 3 months ago

I tried installing wespeaker in 2 methods Method 1: Clone the wespeaker repo and do pip install -e . Method 2 : do direct pip install pip install git+https://github.com/wenet-e2e/wespeaker.git

both of them are giving the following error :

ERROR: Could not find a version that satisfies the requirement silero-vad (unavailable) (from wespeaker) (from versions: 5.0.1b2) ERROR: No matching distribution found for silero-vad (unavailable)

Racketycomic commented 3 months ago

I tried doing pip install silero-vad@git+https://github.com/pengzhendong/silero-vad.git to check if that installation works properly but i got the following error :

image

Then i tried replacing the silero-vad@git+https://github.com/pengzhendong/silero-vad.git this with pysilero-vad in setup.py file and this successfully allowed me to install the wespeaker

pengzhendong commented 3 months ago

Sorry, I renamed my project in order to transfer the pypi name to the official silero-vad organization. I will fix it tomorrow.

pengzhendong commented 3 months ago

fixed. https://github.com/wenet-e2e/wespeaker/pull/333