stanfordnlp / stanza

Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages
https://stanfordnlp.github.io/stanza/
Other
7.25k stars 888 forks source link

Unable to download or create pipeline; mismatching md5 #1332

Closed KyzEver closed 8 months ago

KyzEver commented 8 months ago

Describe the bug Whether I try and create a pipeline or download a model, I get mismatching md5 values

To Reproduce

import stanza
stanza.download('en') # alternatively, stanza.Pipeline('en')
ValueError: md5 for C:\Users\vaavew\stanza_resources\en\default.zip is d788b1276f5eaa65c584543e2906db5f, expected d42b2d71cf57acd04ee9c4ef5b66a98f
# alternatively,
# ValueError: md5 for C:\Users\vaavew\stanza_resources\en\tokenize\combined.pt is d788b1276f5eaa65c584543e2906db5f, expected 10308f3db6c36e7c27aee30dea92c786

Expected behavior I would have expected the models to download appropriately

Environment (please complete the following information):

Additional context I'm working through a work VPN, and I turn the proxy on to download. The downloads reach 100%.

KyzEver commented 8 months ago

I immediately resolved my issue. Apologies.

apratim-mishra commented 7 months ago

How did you fix this?