Not able to install Spacy v3 with GPU support on Windows #12146
-
How to reproduce the behaviourHello,
Your Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The pip output and behavior is very confusing here, but the problem is that pytorch doesn't currently support windows for python 3.11. You'll need to downgrade to python 3.10 or earlier. Our recommendation if you run into installation problems with spacy+transformers: first install pytorch according to their quickstart (https://pytorch.org/get-started/locally/), then install spacy. |
Beta Was this translation helpful? Give feedback.
The pip output and behavior is very confusing here, but the problem is that pytorch doesn't currently support windows for python 3.11. You'll need to downgrade to python 3.10 or earlier.
Our recommendation if you run into installation problems with spacy+transformers: first install pytorch according to their quickstart (https://pytorch.org/get-started/locally/), then install spacy.