-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misleading message trying to download non-existing model #1051
Comments
Thanks for the report – this will definitely be fixed in the next version! 👍 (Also, as I mentioned on StackOverflow, the language models docs should probably be more explicit about what "alpha support" really means, i.e. that it refers to the tokenizer and |
even while downloading language models for english language I get the same error
|
Has this been fixed in spaCy 1.9.0? I just got this error:
Not sure where the compatibility applies - where do I look? |
@colingoldberg spaCy's |
Thanks for your response. I have upgraded to the latest spaCy version, and with a 'python -m spacy download en' it seems to be ok. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I get a misleading error executing the following script code:
After that, the error tells me to download a non-existing model, as it is shown below:
Running
python -m spacy download es
in command line the message tell mees
does not existing as model:SpaCy should have checked for available models, or simply pointed to the models documentation instead.
My Environment
The text was updated successfully, but these errors were encountered: