worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

can not fingerprint the mp3 files in the directionary mp3. #231

Closed dianaxun closed 4 years ago

dianaxun commented 4 years ago

hello, i use python2.7 under ubuntu 18.04,i ran the example.py,it raises errors:No such file or directory. i debug it ,and find djv.fingerprint_directory("mp3", [".mp3"]),i dig in,and finally find that it went wrong after the process of function imap_unordered.though i get there,i don not know where it exactly wrong and how to fix it.have anyone ever come across this problem or fix it.

worldveil commented 4 years ago

You need to give a script reproducing this for anyone here to help you.