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
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:
On a new environment with only tmh and pyannote install I get this error while trying to run the example of speaker diarization:
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:
The text was updated successfully, but these errors were encountered: