Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'speechbrain' must be installed to use 'speechbrain/spkrec-ecapa-voxceleb' embeddings #723

Open
stepakuryaev opened this issue Feb 28, 2024 · 5 comments

Comments

@stepakuryaev
Copy link

I'm trying to install this project, I'm using PyCharm, a Python project, python 3.10.11, cuda 11.8, torch==2.0.0, torchvision==0.15.1, torchaudio==2.0.1, pyannote/speaker-diarization@2.1, and when, after installing all these components, I try to run the project, I get the following error: "'speechbrain' must be installed to use 'speechbrain/spkrec-ecapa-voxceleb' embeddings" and the program crashes. What could be the problem?

@MelluChung
Copy link

I’ve encountered the same issue.

I am able to import speechbrain directly within the environment, so the problem should not be related to speechbrain not being installed.

@lukasbirki
Copy link

lukasbirki commented Feb 28, 2024

Happened to me as well in colab, does someone might have a workaround?

@davidmartinrius
Copy link
Contributor

davidmartinrius commented Feb 29, 2024

Solution:
pip install -U speechbrain==0.5.16

The version 1.0.0 of speechbrain is not working well with the latest whisperx version.

@vcombey
Copy link

vcombey commented Mar 12, 2024

It also broke the last version in replicate:
https://replicate.com/victor-upmeet/whisperx
when activating speaker diarization.
Do you know when it will be updated ?

thanks 🙏

@sidedwards
Copy link

@vcombey you can follow this issue here: victor-upmeet/whisperx-replicate#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants