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

Cannot import speaker diarization module #8

Open
NickSmyr opened this issue Apr 7, 2022 · 0 comments
Open

Cannot import speaker diarization module #8

NickSmyr opened this issue Apr 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@NickSmyr
Copy link
Collaborator

NickSmyr commented Apr 7, 2022

On a new environment with only tmh and pyannote install I get this error while trying to run the example of speaker diarization:

>>> from tmh.separate_speakers import create_speaker_files_from_audio_path
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/nsmy/miniconda3/envs/test/lib/python3.9/site-packages/tmh/separate_speakers.py", line 4, in <module>
    from overlap import overlap_detection
ModuleNotFoundError: No module named 'overlap'
>>> 

The same thing happens when I just import tmh.separate_speakers. My python version is 3.9.12 and this is my pip freeze output:

absl-py==1.0.0
aiohttp==3.8.1
aiosignal==1.2.0
alembic==1.7.7
antlr4-python3-runtime==4.8
appdirs==1.4.4
asteroid-filterbanks==0.4.0
async-timeout==4.0.2
attrs==21.4.0
audioread==2.1.9
autopage==0.5.0
backports.cached-property==1.0.1
cachetools==5.0.0
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
click==8.1.2
cliff==3.10.1
cmaes==0.8.2
cmd2==2.4.0
colorama==0.4.4
colorlog==6.6.0
cycler==0.11.0
decorator==5.1.1
deep-phonemizer==0.0.17
docopt==0.6.2
einops==0.3.2
filelock==3.6.0
fonttools==4.31.2
frozenlist==1.3.0
fsspec==2022.3.0
future==0.18.2
google-auth==2.6.2
google-auth-oauthlib==0.4.6
greenlet==1.1.2
grpcio==1.44.0
huggingface-hub==0.5.1
HyperPyYAML==1.0.0
idna==3.3
importlib-metadata==4.11.3
inflect==5.5.2
joblib==1.1.0
julius==0.2.6
kiwisolver==1.4.2
librosa==0.9.1
llvmlite==0.38.0
Mako==1.2.0
Markdown==3.3.6
MarkupSafe==2.1.1
matplotlib==3.5.1
mpmath==1.2.1
multidict==6.0.2
networkx==2.7.1
numba==0.55.1
numpy==1.21.5
oauthlib==3.2.0
omegaconf==2.1.1
optuna==2.10.0
packaging==21.3
pandas==1.4.2
pbr==5.8.1
Pillow==9.1.0
pooch==1.6.0
prettytable==3.2.0
primePy==1.3
protobuf==3.20.0
pyannote.audio @ https://github.com/pyannote/pyannote-audio/archive/develop.zip
pyannote.core==4.4
pyannote.database==4.1.3
pyannote.metrics==3.2
pyannote.pipeline==2.2
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pyDeprecate==0.3.1
pydub==0.25.1
pyparsing==3.0.7
pyperclip==1.8.2
python-dateutil==2.8.2
python-dotenv==0.20.0
pytorch-lightning==1.5.10
pytorch-metric-learning==1.3.0
pytz==2022.1
PyYAML==6.0
regex==2022.3.15
requests==2.27.1
requests-oauthlib==1.3.1
resampy==0.2.2
rsa==4.8
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.6
sacremoses==0.0.49
scikit-learn==1.0.2
scipy==1.8.0
semver==2.13.0
sentencepiece==0.1.96
shellingham==1.4.0
simplejson==3.17.6
singledispatchmethod==1.0
six==1.16.0
sortedcontainers==2.4.0
SoundFile==0.10.3.post1
spectralcluster==0.2.4
speechbrain==0.5.11
SQLAlchemy==1.4.35
stevedore==3.5.0
sympy==1.10.1
tabulate==0.8.9
tensorboard==2.8.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
threadpoolctl==3.1.0
tmh==0.0.90
tokenizers==0.11.6
torch==1.11.0
torch-audiomentations==0.10.1
torch-pitch-shift==1.2.2
torchaudio==0.11.0
torchmetrics==0.7.3
torchvision==0.12.0
tqdm==4.64.0
transformers==4.18.0
typer==0.4.1
typing_extensions==4.1.1
Unidecode==1.3.4
urllib3==1.26.9
wcwidth==0.2.5
Werkzeug==2.1.1
yarl==1.7.2
zipp==3.8.0
@NickSmyr NickSmyr added the bug Something isn't working label Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant