tw4l / METSFlask

A web application for human-friendly exploration of Archivematica METS files
MIT License
25 stars 4 forks source link

sqlalchemy error on launch #25

Open Stuartacus opened 2 years ago

Stuartacus commented 2 years ago

After launch I am getting: OperationalError

sqlalchemy.exc.OperationalError no such table METS.

I think I have followed the Readme carefully, is there something I have missed?

tw4l commented 2 years ago

Hi @Stuartacus! It looks to me like the ./db_create.py probably didn't run successfully - can you try again and share whatever output or errors you get here?

Stuartacus commented 2 years ago

Sorry for the delay, been very busy, it looks like it is because there is no UserDict module for Python3, should collections.MutableMapping be used instead?

Thanks, Stuart