No GLIBCXX #11456
Unanswered
phisanti
asked this question in
Help: Installation
No GLIBCXX
#11456
Replies: 2 comments
-
If you are using conda, can you try installing spacy through conda instead? conda install -c conda-forge spacy You can also pick I haven't come across that particular error so I'm not sure how to fix it for pip, but I am hopeful that the conda install should work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Let me transfer this to the discussion board's installation section... |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have just installed spacy via
pip3 install spacy
. Then, when I try to runimport spacy
module I got the following error:I am running a ubuntu 20 in a WSL machine. I have already installed the GCC libs, so not sure how to get the GLIBCXX version that it's asking for.
Beta Was this translation helpful? Give feedback.
All reactions