Closed aliforgetti closed 2 years ago
Hi @aliforgetti , I think this is a spaCy issue and not a textacy issue, but I'm not sure. There seems to be a related open issue for neuralcoref
, here: https://github.com/huggingface/neuralcoref/issues/197. Looks like you may want to try installing from source?
Does this happen if you install spacy 2.3.0+ and textacy 0.10+ into a fresh env?
steps to reproduce
Ran into this error when trying to:
import textacy
expected vs. actual behavior
This is the resulting error
Expected it to import textacy
possible solution?
Downgrading to an older version of spacy but do I really need to do that?
context
environment
spacy
version: 2.3.2spacy
models:textacy
version: 0.10