Skip to content

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

Open
@guochunjiang

Description

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

Activity

guochunjiang

guochunjiang commented on Jul 12, 2023

@guochunjiang
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

lemig commented on Jul 21, 2023

@lemig

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

lemig commented on Jul 23, 2023

@lemig

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

pip install spacy==2.3.9
yuleiqin

yuleiqin commented on Aug 1, 2023

@yuleiqin

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

pip install spacy==2.3.9

thanks, you save my day

lemig

lemig commented on Aug 1, 2023

@lemig

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      spacy.strings.StringStore size changed, may indicate binary incompatibility · Issue #355 · huggingface/neuralcoref