Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing el_core_web_sm #12

Open
stordopoulos opened this issue Aug 5, 2021 · 0 comments
Open

Problem installing el_core_web_sm #12

stordopoulos opened this issue Aug 5, 2021 · 0 comments

Comments

@stordopoulos
Copy link

How to reproduce the problem

I'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:

  • en_core_web_trf
  • el_core_news_sm

But it seems that there's an issue install either of the Greek gsoc2018-spacy models:

  • el_core_web_sm
  • el_core_web_lg

The code is pretty straight forward:

# Print CUDA version
!nvcc --version

# Install necessary packages for spaCy
!pip install -U pip setuptools wheel
# Install the latest version of spaCy
!pip install "spacy[cuda110,transformers,lookups]>=3.1"

# Install Greek models for spaCy
!python -m spacy download en_core_web_trf
!python -m spacy download el_core_web_lg

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

  • Operating System: Linux-5.4.104+-x86_64-with-Ubuntu-18.04-bionic
  • Python Version Used: 3.7.11
  • spaCy Version Used: 3.1.1
  • Environment Information: Build cuda_11.0_bu.TC445_37.28845127_0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant