Skip to content
Discussion options

You must be logged in to vote

I think this is a weird thing conda does where it tries to avoid upgrading packages you already have installed. Try creating a new blank env and installing spaCy in that and you should get the latest version. Try this:

conda create --name myenv --no-default-packages

And then follow the usual install instructions.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pratikchhapolika
Comment options

@polm
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conda conda package manager jupyter Issues related to Jupyter notebook environments
2 participants
Converted from issue

This discussion was converted from issue #9057 on August 26, 2021 08:02.