Description
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.