explosion / spacy-stanza

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

stanza.download('en') not working #75

Closed ghltshubh closed 2 years ago

ghltshubh commented 3 years ago

I am getting the following error: TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

I am using python 3.7 and stanza 3.0.0

adrianeboyd commented 3 years ago

Sorry, I'm not sure what's going on from this report. You're reporting an error related to stanza in the spacy-stanza repo, and while there is a spacy v3.0.0, there's no stanza v3.0.0.

Can you provide the versions of spacy, spacy-stanza, and stanza (or the whole output of pip freeze) and more details about the exact code you're running?