No pipeline packages found in your current environment. #8416
-
I use MacBook Air to install spaCy. the installation was correct, then the validation comment says : No pipeline packages found in your current environment. ================= Installed pipeline packages (spaCy v3.0.6) ================= No pipeline packages found in your current environment. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
pip install -U spacy
doesn't download the pipeline packages. Usepython -m spacy download
to get the pretrained pipeline that you need. More details in https://spacy.io/models