I am trying to annotate to train a text classifier with textcat.teach. I am able to load in the data and start annotating. But as soon as I want to save my annotations it gives me the error (in the gui) that it can’t save them and that I have to check if the database is connected correctly.
The error message I get in the terminal is the following though:
@Noe@alexkearns That’s definitely strange Could you run pip list and check which versions of Prodigy, spaCy and Thinc you’re running? (We just released a new version of Thinc yesterday and I wonder if this is some side-effect of this.)
Thanks, pretty sure this is the problem then! So sorry about that – the update was actually supposed to fix bugs in the text classifier and make it more robust Currently working on a fix and test and will push Thinc v7.0.6 asap!
In the meantime, downgrading Thinc should do the trick: pip install thinc==7.0.4.