itspoma / audio-fingerprint-identifying-python

The Shazam-similar app, that identify the song using audio fingerprints & spectrum analysis and Fast Fourier transform
MIT License
351 stars 164 forks source link

make clean reset #29

Open picozone opened 1 year ago

picozone commented 1 year ago

Could you help me ?

Traceback (most recent call last): File "/home/prosper/Dev/audio-fingerprint-identifying-python/reset-database.py", line 2, in from libs.db_sqlite import SqliteDatabase File "/home/prosper/Dev/audio-fingerprint-identifying-python/libs/db_sqlite.py", line 1, in from db import Database ImportError: cannot import name 'Database' from 'db' (unknown location) make: *** [Makefile:10 : reset] Erreur 1

What's wrong please ?

MeaningOfLights commented 1 week ago

You're probably running on Windows, best to run this through WSL and use a virtual environment. I got this error and that's how I got around it.