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

python -m spacy download en too slow #3998

Closed
db12138 opened this issue Jul 22, 2019 · 2 comments
Closed

python -m spacy download en too slow #3998

db12138 opened this issue Jul 22, 2019 · 2 comments
Labels
install Installation issues models Issues related to the statistical models usage General spaCy usage

Comments

@db12138
Copy link

db12138 commented Jul 22, 2019

the speed is less 10KB/s when I run python -m spacy download en
for example:
Looking in indexes: https://pypi.mirrors.ustc.edu.cn/simple/
Collecting en_core_web_sm==2.1.0 from https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0/en_core_web_sm-2.1.0.tar.gz#egg=en_core_web_sm==2.1.0
Downloading https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0/en_core_web_sm-2.1.0.tar.gz (11.1MB)
29% |█████████▍ | 3.2MB 8.0kB/s eta 0:16:16

and then the connection will break because of reading time out.
but I can download en_core_web_sm-2.1.0.tar.gz in my browser quickly.
how can I use en_core_web_sm-2.1.0.tar.gz directly by using a command line such as
python -m spacy install ./en_core_web_sm-2.1.0.tar.gz

@ines ines added install Installation issues models Issues related to the statistical models usage General spaCy usage labels Jul 22, 2019
@ines
Copy link
Member

ines commented Jul 22, 2019

You can always click on the URL of the .tar.gz archive and download it via your browser. You can then install it manually via pip. You can also find more details on this in the docs.

@ines ines closed this as completed Jul 22, 2019
@lock
Copy link

lock bot commented Aug 21, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
install Installation issues models Issues related to the statistical models usage General spaCy usage
Projects
None yet
Development

No branches or pull requests

2 participants