Open lordzuko opened 6 years ago
Same problem here.. is this the problem occured from hmmlearn package or pyAudioAnalysis??
you may also need to upgrade numpy:
pip uninstall hmmlearn
pip install -U numpy
pip install --no-cache-dir hmmlearn
see https://github.com/tyiannak/pyAudioAnalysis/issues/48 and https://github.com/hmmlearn/hmmlearn/issues/160#issuecomment-266826373
module 'pyAudioAnalysis.audioSegmentation' has no attribute 'speakerDiarization. How to resolve this issue?
I actually had this issue for hmm segmentation and speaker diarization. Try calling the function hmm_segmentation or speaker_diarization, it looks like it was renamed to follow typical Python snakecase convention as opposed to camelcase.
I am getting following error on running speaker diarization. I have installed these dependensies:
pip install numpy matplotlib scipy sklearn hmmlearn simplejson eyed3 pydub