Skip to content

"conda install spacy" resulting in: Solving environment: failed with initial frozen solve. Retrying with flexible solve. #146

Open
@Jonnashell

Description

@Jonnashell

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions