Kevin Jaquier

Results 3 comments of Kevin Jaquier

Similar issue. Python 3.6.8 64bits on Anaconda, Windows 10. ```python >> neuralcoref.__version__ '4.0.0' >> nlp = spacy.load('en_core_web_sm') >> coref = neuralcoref.NeuralCoref(nlp.vocab) >> nlp.add_pipe(coref, name='neuralcoref') >> doc = nlp('My sister has...

Same issue when upgrading from 2.1 to 2.3.3. Downgrading to 2.3.2 fixed it.

On Python 3.10: ``` Python 3.10.0 (default, Oct 13 2021, 08:45:17) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import schematics Traceback (most...