We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ValueError: spacy.strings.StringStore size changed, may indicate binary incompatibility. Expected 112 from C header, got 64 from PyObject
i used: pip install -U spacy python -m spacy download en
python= 3.8 spacy=3.6.0 ValueError: spacy.strings.StringStore size changed, may indicate binary incompatibility. Expected 112 from C header, got 64 from PyObject +++++++++++++++++++++++++++++ i used cmd: pip uninstall neuralcoref pip install neuralcoref --no-binary neuralcoref
Same issue. Using conda. Tried Python 3.6 and 3.8. Mac x86.
This did not help as well: pip uninstall neuralcoref pip install neuralcoref --no-binary neuralcoref
I was using spacy 3.6.0. Problem solved downgrading it. Try:
pip install spacy==2.3.9
I was using spacy 3.6.0. Problem solved downgrading it. Try: pip install spacy==2.3.9
thanks, you save my day
@yuleiqin Switching to https://github.com/shon-otmazgin/fastcoref saved my day in the end.
Activity
guochunjiang commentedon Jul 12, 2023
python= 3.8
spacy=3.6.0
ValueError: spacy.strings.StringStore size changed, may indicate binary incompatibility. Expected 112 from C header, got 64 from PyObject
+++++++++++++++++++++++++++++
i used cmd:
pip uninstall neuralcoref
pip install neuralcoref --no-binary neuralcoref
lemig commentedon Jul 21, 2023
Same issue.
Using conda.
Tried Python 3.6 and 3.8. Mac x86.
This did not help as well:
pip uninstall neuralcoref
pip install neuralcoref --no-binary neuralcoref
lemig commentedon Jul 23, 2023
I was using spacy 3.6.0.
Problem solved downgrading it.
Try:
yuleiqin commentedon Aug 1, 2023
thanks, you save my day
lemig commentedon Aug 1, 2023
@yuleiqin Switching to https://github.com/shon-otmazgin/fastcoref saved my day in the end.