-
-
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
Problem with spacy.load('en') #1721
Comments
Please try to install this and see |
Try this.... This worked for me. |
I have installed with
|
This worked for me.
|
I can't, I have python3 and |
I think this might work with python3 |
nope |
Yea, try with conda and in python 2.7 have an error to download link try the command: if you see Error: Couldn't link model to 'en' |
simple which worked for me is install the wheel packages which we get from https://www.lfd.uci.edu/~gohlke/pythonlibs/ |
@FrancescoSaverioZuppichini export LC_ALL=en_US.UTF-8 |
Thank you, it works! |
I found this work around to install the en module directly in the last comment, and it has worked for me: |
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 have some related issues, I download the 'en' model,
$ python3 -m spacy download en $, yield
Linking sucessful
/home/abc/miniconda3/lib/python3.6/site-packages/en_core_web_sm -->
/home/abc/miniconda3/lib/python3.6/site-packages/spacy/data/en
You can now load the model via spacy.load('en')
However, when I use it
$nlp=spacy.load('en')$
I still get the information "OSError: Can't find model 'en'"
The text was updated successfully, but these errors were encountered: