METSFlask icon indicating copy to clipboard operation
METSFlask copied to clipboard

sqlalchemy error on launch

Open Stuartacus opened this issue 3 years ago • 2 comments

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?

Stuartacus avatar Aug 16 '22 11:08 Stuartacus

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?

tw4l avatar Aug 21 '22 19:08 tw4l

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

Stuartacus avatar Aug 25 '22 09:08 Stuartacus