-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeWarning when use spacy==2.3.2 #279
Comments
I also got this error. Looking at the requirements.txt file I see |
Confirmed that downgrading spacy to 2.1.0 fixed the problem. It is likely a change in spacy 2.3 that introduced the incompatibility, and we should look for a way to upgrade neuralcoref to be compatible. |
thanks. it is very embarrassed that i want use |
Could you try building your required version of spaCy from source, and then build neuralcoref from source as well? |
thanks very much. I only build neuralcoref from source Solved the problem. Hope it helps someone. |
Happy to hear it! For future reference, there are more details on this issue provided here: #197 |
i got this error
RuntimeWarning: spacy.morphology.Morphology size changed, may indicate binary incompatibility. Expected 104 from C header, got 112 from PyObject
return f(*args, **kwds)
RuntimeWarning: spacy.vocab.Vocab size changed, may indicate binary incompatibility. Expected 96 from C header, got 112 from PyObject
return f(*args, **kwds)
RuntimeWarning: spacy.tokens.span.Span size changed, may indicate binary incompatibility. Expected 72 from C header, got 80 from PyObject
return f(*args, **kwds)
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
==============================================
OS is mojave 10.14.1
Version Python 3.7.6
The text was updated successfully, but these errors were encountered: