spacy 2.3.9 does not provide the extra 'ray' #12759
Answered
by
adrianeboyd
danh8012
asked this question in
Help: Installation
-
When I run "pip install -U spacy[transformers,ray,lookups]", always gives that WARNING, and not found 'ray' packaged installed.
Results:
List Packaged installed:
How to fix it? |
Beta Was this translation helpful? Give feedback.
Answered by
adrianeboyd
Jun 28, 2023
Replies: 1 comment 5 replies
-
I have converted this to a discussion, since this is not a bug in spaCy. Note that spaCy 2 gets installed:
spaCy ray and transformers are only supported in spaCy 3. Most likely you are using a very old Python version for which no spaCy 3 packages are available. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for catching this! I remember that we'd removed this section last year, but it looks like it accidentally got restored in a website upgrade.