explosion / spacy-stanza

💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy
MIT License
722 stars 60 forks source link

install requirements #17

Closed mehmetilker closed 5 years ago

mehmetilker commented 5 years ago

I see there "stanfordnlp>=0.1.0,<0.2.1" line in requirement.txt but still getting following error.

ERROR: spacy-stanfordnlp 0.1.2 has requirement stanfordnlp<0.2.0,>=0.1.0, but you'll have stanfordnlp 0.2.0 which is incompatible.

I guess there is a problem in last release.

ines commented 5 years ago

Looks like we forgot to update the dependency in the setup.py. Fixing this, thanks! Since the version is compatible, you should still be able to just install the more recent stanfordnlp on top of spacy-stanfordnlp.