finetune icon indicating copy to clipboard operation
finetune copied to clipboard

Pin Spacy Version to < 3.0

Open benleetownsend opened this issue 5 years ago • 1 comments

it appears we need to pin the spacy version to 2.X. I've been having trouble with 3.0

benleetownsend avatar Sep 24 '20 12:09 benleetownsend

Can't find model 'en'. That's the error I got because It looks like you're trying to load a model from a shortcut, which is obsolete as of spaCy v3.0. To load the model, use its full name instead:

yangliu2 avatar Jun 09 '22 21:06 yangliu2