Error loading spacy POS TAG model for pos.teach

Hi, i'm trying to do pos.teach for my own POS TAG model, but getting the same error over and over again when loading the model.


I don't know where the error come from and how to tackle it, Thanks in advance :grin:

That's strange! Could you run pip list and check which versions of spaCy and Prodigy you're running?

Could you try upgrading Prodigy to 1.8.5? And could you also run python -m spacy validate to check that your models are up to date (and upgrade them if they're not)?