Skip to content

Make issue, "cannot import name 'Database' from 'db' (unknown location)" #19

Open
@Scherflinge

Description

@Scherflinge

I'm following the set-up instructions. I try make clean reset and get this error.

Traceback (most recent call last):
  File "reset-database.py", line 2, in <module>
    from libs.db_sqlite import SqliteDatabase
  File "/eric/Desktop/Audio fingerprint/audio-fingerprint-identifying-python-master/libs/db_sqlite.py", line 1, in <module>
    from db import Database
ImportError: cannot import name 'Database' from 'db' (unknown location)
make: *** [Makefile:10: reset] Error 1


I assume I'm doing something in the wrong order, but db is an empty folder. Just unsure what I'm missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions