Skip to content
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

spacy.strings.StringStore size changed, may indicate binary incompatibility #355

Open
guochunjiang opened this issue Jul 12, 2023 · 5 comments

Comments

@guochunjiang
Copy link

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

@guochunjiang
Copy link
Author

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
Copy link

lemig commented 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
Copy link

lemig commented Jul 23, 2023

I was using spacy 3.6.0.
Problem solved downgrading it.
Try:

pip install spacy==2.3.9

@yuleiqin
Copy link

yuleiqin commented Aug 1, 2023

I was using spacy 3.6.0. Problem solved downgrading it. Try:

pip install spacy==2.3.9

thanks, you save my day

@lemig
Copy link

lemig commented Aug 1, 2023

@yuleiqin Switching to https://github.com/shon-otmazgin/fastcoref saved my day in the end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants