Skip to content

SpaCy 3.4.1 & Anaconda3-2022.05 install fail (package conflicts?) #11520

Discussion options

You must be logged in to vote

I've just installed spaCy 3.4.1 in a new conda environment successfully. While it did take a while to solve for the environment, eventually it did work.

conda create -n spacy-discussion-11520 python=3.8
conda activate spacy-discussion-11520
conda install -c conda-forge spacy=3.4.1  # this took a while to solve

# validate
python -c "import spacy; print(spacy.__version__)"
3.4.1

Here's my output from conda info:


     active environment : spacy-discussion-11520
    active env location : /home/peter/miniconda3/envs/spacy-discussion-11520
            shell level : 2
       user config file : /home/peter/.condarc
 populated config files : 
          conda version : 4.11.0
    conda-build vers…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@pmbaumgartner
Comment options

Answer selected by svlandeg
@hpcpony
Comment options

@pmbaumgartner
Comment options

@hpcpony
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conda conda package manager
3 participants