-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
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. |
Happened to me as well in colab, does someone might have a workaround? |
Solution: The version 1.0.0 of speechbrain is not working well with the latest whisperx version. |
It also broke the last version in replicate: thanks 🙏 |
@vcombey you can follow this issue here: victor-upmeet/whisperx-replicate#2 |
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/[email protected], 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?
The text was updated successfully, but these errors were encountered: