pip install spacy==2.2.2 too slow , that take 40-50mins for this tar #11240
Unanswered
clemente0731
asked this question in
Help: Installation
Replies: 1 comment 1 reply
-
Sorry you're having trouble with this. spaCy 2.2.2 is older than Python 3.9, so there are no wheels for that Python version. That means you have to build spaCy, and possibly many of its dependencies, from source. For that version, Python 3.8 had wheels, so 3.8 or a slightly older version should install more quickly. If possible, you might also want to look at spaCy v3, which was released early last year. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to reproduce the behaviour
Your Environment
Collecting spacy==2.2.2
Downloading spacy-2.2.2.tar.gz (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 89.3 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: still running...
Installing backend dependencies: still running...
Installing backend dependencies: still running...
Installing backend dependencies: still running...
Installing backend dependencies: still running...
Installing backend dependencies: still running...
Installing backend dependencies: still running...
Installing backend dependencies: still running...
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting scipy
Downloading scipy-1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 MB 52.2 MB/s eta 0:00:00
Beta Was this translation helpful? Give feedback.
All reactions