You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
כשאני מריף את הקוד באופציה של תמלול + זיהוי דוברים. מתקבלים כמה שגיאות:
תחת "התקנת ספריות - למידת מכונה" מופיע השגיאה הבאה (אבל משלים את ההרצה):
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.
תחת "התקנת ספריות - תמלול וזיהוי דוברים" מופיע השגיאה הבאה (אבל משלים את ההרצה):
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.
תחת "ייבוא ספריות" מתקבל השגיאה הבאה ולא משלים את ההרצה:
/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: '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.
The text was updated successfully, but these errors were encountered:
כשאני מריף את הקוד באופציה של תמלול + זיהוי דוברים. מתקבלים כמה שגיאות:
The text was updated successfully, but these errors were encountered: