Installing Spacy V3 with Anaconda #8589
-
Hello, I used conda-forge for installation of Spacy but it installed Version 2.3.1 instead of Version 3.0. And the website does not describe how to upgrade the version using conda-forge, only via pip. Can anyone help me here? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Let me link in your Stack Overflow question. The Quickstart does have a "conda" button. We had a report in #7856 that this happens if you use the base environment, but can be fixed by using any other environment. Does that fix it for you? If not let us know and we can look into this more. |
Beta Was this translation helpful? Give feedback.
-
I had a similar issue when installing via Conda. After I upgraded all my packages in Conda it seemed to work, but warning - it upgrades all your packages.
|
Beta Was this translation helpful? Give feedback.
Let me link in your Stack Overflow question.
The Quickstart does have a "conda" button.
We had a report in #7856 that this happens if you use the base environment, but can be fixed by using any other environment. Does that fix it for you?
If not let us know and we can look into this more.