Skip to content

spacy 3.0.6 installation failure #12941

Discussion options

You must be logged in to vote

The installation error appears to be caused by a change in the cython package that was introduced in v3.0.0. Could you try the following?

pip install Cython==0.29.36
pip install spacy==3.0.6 --no-build-isolation

That should prevent the cython package from being upgraded during the installation, thereby avoiding the compiler error.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by svlandeg
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
3 participants