"VersionConflict: (spacy 2.2.3 (/opt/conda/lib/python3.6/site-packages), Requirement.parse('spacy==3.1.2')) #9058
Answered
by
polm
pratikchhapolika
asked this question in
Help: Installation
-
How to reproduce the behaviourYour Environment
I ran this command's:
When I do:
2.2.3 I do not understand, even after successfully uninstalling spacy 2.2.3 I get this error. I tried this:
How can I completely wipe out spacy old version and download 3.1.2? |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Aug 26, 2021
Replies: 1 comment 2 replies
-
I think this is a weird thing conda does where it tries to avoid upgrading packages you already have installed. Try creating a new blank env and installing spaCy in that and you should get the latest version. Try this:
And then follow the usual install instructions. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is a weird thing conda does where it tries to avoid upgrading packages you already have installed. Try creating a new blank env and installing spaCy in that and you should get the latest version. Try this:
And then follow the usual install instructions.