Error in installing spacy with GPU option due to failure to install blis #10962
Unanswered
shekarvishal
asked this question in
Help: Installation
Replies: 1 comment 6 replies
-
Sorry you're having trouble with this. Note that v2.2.2 is over two years old. I would recommend you use v3 instead if possible, but even if you can't I'd recommend you use a more recent v2, like v2.3.7. If you must use v2.2.2, I would recommend using Python 3.8, which is the newest Python version that has wheels, which should make installation much simpler. Your specific error here seems to be related to building BLIS, so you should try installing BLIS without spaCy first and make sure that works. The error you have now is about a missing folder or file, but I'm not sure why it's happening. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to reproduce the behaviour
pip install blis
pip install -U spacy[cuda]==2.2.2
this gave errors
Your Environment
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Beta Was this translation helpful? Give feedback.
All reactions