Skip to content
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

Note for the 2018-19 edition: SpaCy and Windows users #5

Open
filievski opened this issue Feb 14, 2018 · 0 comments
Open

Note for the 2018-19 edition: SpaCy and Windows users #5

filievski opened this issue Feb 14, 2018 · 0 comments

Comments

@filievski
Copy link
Contributor

Installing SpaCy+its english model on Windows appeared to be quite a challenge. Hopefully now we have a solution.

Note: run all of this in the anaconda command prompt, and as administrator.

  1. Installing SpaCy - if you have problems with installing spacy itself, then first update anaconda by running: conda update anaconda. After this, install spacy as suggested by spacy.io for your platform.

  2. Downloading SpaCy's english model - If you have problems with this, then first run:

pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-1.2.0/en_core_web_sm-1.2.0.tar.gz

and then download the english model as suggested by spacy.io for your platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant