Problem installing el_core_web_sm #8979
-
How to reproduce the problemI'm trying to install spaCy on Google's Colab (Google's version of Jupyter), and test its capabilities, as well as how well it can handle the Greek language. I had no problems installing:
But it seems that there's an issue install either of the Greek
The code is pretty straight forward:
Here's a copy to the Colab Notebook: Spacy_Greek_language.ipynb 2021-08-05 11:45:27.512036: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0
✘ No compatible package found for 'el_core_web_sm' (spaCy v3.1.1)
2021-08-05 11:45:31.568570: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0
✘ No compatible package found for 'el_core_web_lg' (spaCy v3.1.1) Your Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, the pretrained The names are all with |
Beta Was this translation helpful? Give feedback.
Hi, the pretrained
el
models provided for the current version of spacy (v3.1.x) are all described here: https://spacy.io/models/elThe names are all with
news
instead ofweb
. They might have had different names during internal development/testing, but as far as I can tell the models published by us were always namedel_core_news_*
.