Closed PiotrTa closed 5 years ago
Looks like you are using your own modified version of pyannote.audio (see pyannote.audio==1.0+3.gb678920.dirty
in your log -- dirty
stands for modified).
Can you please first try with a proper unmodified release?
It seems like the path management has some issues on Windows. I changed to ubuntu 18.04 and the issue disappeared.
Hi! I am trying to run pyannote-speech-detection and I am getting the following error:
File "C:\Users\Anaconda3\envs\pyannote\Scripts\pyannote-change-detection-script.py", line 11, in
load_entry_point('pyannote.audio==1.0+3.gb678920.dirty', 'console_scripts', 'pyannote-change-detection')()
File "c:\users\tatar\anaconda3\envs\pyannote\lib\site-packages\pyannote.audio-1.0+3.gb678920.dirty-py3.6.egg\pyannote\audio\applications\speech_detection.py", line 352, in main
File "c:\users\anaconda3\envs\pyannote\lib\site-packages\pyannote.audio-1.0+3.gb678920.dirty-py3.6.egg\pyannote\audio\applications\speech_detection.py", line 189, in init
KeyError: 'task'
I have tested my config.yml file with the following code and it works without errors. Did anyone have the same error?
Any help much appreciated. Thanks!