worldveil / dejavu

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

Some errors when I use python3.7 #292

Open ABCGong opened 1 year ago

ABCGong commented 1 year ago

environment:raspberry 4b 64bit python3.7

I met a problem:

Traceback (most recent call last): File "pgetSongName.py", line 18, in song = djv.recognize(file_recognizer, "/home/pi/musics/1.mp3") File "/home/pi/dejavu-master/dejavu/init.py", line 227, in recognize r = recognizer(self) TypeError: 'module' object is not callable