CogStack / MedCATtrainer

A simple interface to inspect, improve and add concepts to biomedical NER+L -> MedCAT.
Other
72 stars 34 forks source link

Error while adding project annotate entities #45

Closed NWEHA closed 3 years ago

NWEHA commented 3 years ago

I am unable to add project for annotating the entities as soon as I save the project, selecting SNOMED-MT as CDB and default VOCAB FILE

I get the following exception

Request Method: POST

https://dnmedcattrainer.doctornow.io/admin/api/projectannotateentities/add/ 2.2.23 OperationalError table api_project has no column named tuis /usr/local/lib/python3.7/site-packages/django/db/backends/sqlite3/base.py in execute, line 383 /usr/local/bin/uwsgi 3.7.9 ['.', '', '/usr/local/lib/python37.zip', '/usr/local/lib/python3.7', '/usr/local/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/site-packages'] Mon, 30 Aug 2021 18:34:58 +0000

tomolopolis commented 3 years ago

tuis where removed from the Project model in Trainer, which container version are using?

tomolopolis commented 3 years ago

use the latest version on dockerhub and this should be fixed