You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed anaconda on Windows 10 (x64 OS Build: 19041.746) using Anaconda3-2020.11-Windows-x86_64.exe without any errors.
When trying to run conda install ntlk spacy only the nltk package was installed, and I got stuck in a loop of: Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: \ (loading)
After trying a bunch of fixes from conda/conda#9367 without any luck, I went to spacy's docs to see if there was any other way of installing spacy with conda.
I reinstalled anaconda several times while trying out different fixes, including the oneliner below, from spacy.
conda install -c conda-forge spacy
This worked fine for me.
Not sure if anyone else has this issue (as of now), but it might be of help to add this oneliner in your README as an option if conda install spacy doesn't work.
The text was updated successfully, but these errors were encountered:
I'm not certain the first command was necessary but I think I tried to run an update command before I had set that and it didn't work. I'm also not sure that I needed to specify the channel, but decided to go ahead and do so. This got me to the latest version of spaCy (which at this time was v3.0.3).
I installed anaconda on Windows 10 (x64 OS Build: 19041.746) using
Anaconda3-2020.11-Windows-x86_64.exe
without any errors.When trying to run
conda install ntlk spacy
only the nltk package was installed, and I got stuck in a loop of:Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \
(loading)After trying a bunch of fixes from conda/conda#9367 without any luck, I went to spacy's docs to see if there was any other way of installing spacy with conda.
I reinstalled anaconda several times while trying out different fixes, including the oneliner below, from spacy.
This worked fine for me.
Not sure if anyone else has this issue (as of now), but it might be of help to add this oneliner in your README as an option if
conda install spacy
doesn't work.The text was updated successfully, but these errors were encountered: