Skip to content
Discussion options

You must be logged in to vote

It should work to put quotes around the package+extras specification (so that your shell zsh doesn't try to interpret it further):

pip install -U "spacy[apple]"

Most shells like bash don't this with square brackets, so we haven't added quotes in the default commands. It might make sense to modify this for the [apple] instructions, since it's the default for OS X.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by geg00
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 osx Issues related to macOS / OSX
2 participants
Converted from issue

This discussion was converted from issue #10009 on January 10, 2022 10:21.