You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fascinating article. I tried the code (ran run.sh) and ran into difficulties that I suspect has to do with versions;
Traceback (most recent call last):
File "extract.py", line 3, in <module>
import neuralcoref
File "/home/yarc/.pyenv/versions/210809c2po/lib/python3.7/site-packages/neuralcoref/__init__.py", line 14, in <module>
from .neuralcoref import NeuralCoref
File "strings.pxd", line 23, in init neuralcoref.neuralcoref
ValueError: spacy.strings.StringStore size changed, may indicate binary incompatibility. Expected 112 from C header, got 64 from PyObject
Could you please provide which python version you used and perhaps a requirements.txt file?
The text was updated successfully, but these errors were encountered:
Hi,
Fascinating article. I tried the code (ran
run.sh
) and ran into difficulties that I suspect has to do with versions;Could you please provide which python version you used and perhaps a
requirements.txt
file?The text was updated successfully, but these errors were encountered: