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

whisper diarization errors #2

Open
ablolarof opened this issue May 9, 2024 · 0 comments
Open

whisper diarization errors #2

ablolarof opened this issue May 9, 2024 · 0 comments

Comments

@ablolarof
Copy link

כשאני מריף את הקוד באופציה של תמלול + זיהוי דוברים. מתקבלים כמה שגיאות:

  1. תחת "התקנת ספריות - למידת מכונה" מופיע השגיאה הבאה (אבל משלים את ההרצה):

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyannote-audio 3.2.0 requires torch>=2.0.0, but you have torch 1.13.1 which is incompatible.
pyannote-audio 3.2.0 requires torchaudio>=2.2.0, but you have torchaudio 0.13.1 which is incompatible.
pyannote-database 5.1.0 requires typer>=0.12.1, but you have typer 0.9.4 which is incompatible.

  1. תחת "התקנת ספריות - תמלול וזיהוי דוברים" מופיע השגיאה הבאה (אבל משלים את ההרצה):

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
fastai 2.7.11 requires torch<1.14,>=1.7, but you have torch 2.3.0 which is incompatible.
spacy 3.7.4 requires typer<0.10.0,>=0.3.0, but you have typer 0.12.3 which is incompatible.
torchdata 0.5.1 requires torch==1.13.1, but you have torch 2.3.0 which is incompatible.
torchtext 0.14.1 requires torch==1.13.1, but you have torch 2.3.0 which is incompatible.
torchvision 0.14.1 requires torch==1.13.1, but you have torch 2.3.0 which is incompatible.
weasel 0.3.4 requires typer<0.10.0,>=0.3.0, but you have typer 0.12.3 which is incompatible.

  1. תחת "ייבוא ספריות" מתקבל השגיאה הבאה ולא משלים את ההרצה:

/usr/local/lib/python3.10/dist-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory
warn(f"Failed to load image Python extension: {e}")


ImportError Traceback (most recent call last)

in <cell line: 11>()
9 import pyannote.audio
10 from pyannote.audio.pipelines.speaker_verification import PretrainedSpeakerEmbedding
---> 11 embedding_model = PretrainedSpeakerEmbedding(
12 "speechbrain/spkrec-ecapa-voxceleb",
13 device=torch.device("cuda"))

1 frames
/usr/local/lib/python3.10/dist-packages/pyannote/audio/pipelines/speaker_verification.py in init(self, embedding, device, use_auth_token)
239 ):
240 if not SPEECHBRAIN_IS_AVAILABLE:
--> 241 raise ImportError(
242 f"'speechbrain' must be installed to use '{embedding}' embeddings. "
243 "Visit https://speechbrain.github.io/ for installation instructions."

ImportError: 'speechbrain' must be installed to use 'speechbrain/spkrec-ecapa-voxceleb' embeddings. Visit https://speechbrain.github.io/ for installation instructions.


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

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

1 participant