gramener / gramex-nlg

Natural Language Generation for Gramex applications.
Other
24 stars 24 forks source link

ValueError while importing spacy.matcher #2

Closed samrudh closed 5 years ago

samrudh commented 5 years ago

ValueError: spacy.strings.StringStore size changed, may indicate binary incompatibility. Expected 112 from C header, got 88 from PyObject

Above error is thrown while importing spacy Matcher from spacy.matcher import PhraseMatcher

Spacy version: spacy=2.2 Platform: Macbook

Resolution: Downgrade to spacy 2.1 pip install spacy==2.1

jaidevd commented 5 years ago

Closed in #10