Bug: download en_core_web_sm fails with 404 due to malformed URL (missing version tag) #13899
-
|
When running python -m spacy download en_core_web_sm, the process fails with a HTTP 404 error. Upon inspecting the error log, the URL being generated appears to be malformed. It seems the downloader is failing to inject the specific version number into the URL, resulting in a leading hyphen in the filename where the version usually sits. URL generated: To Reproduce Run the following command: Error Log Platform: Docker |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hm not sure what could be going wrong here. I just did a quick test on Python 3.10 and it worked: I'll keep trying other things, maybe the pip version? |
Beta Was this translation helpful? Give feedback.
-
|
Could you check what version of spaCy you have? |
Beta Was this translation helpful? Give feedback.
Try updating