Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google colab issue

I tried to do this:

!python -m spacy download en_trf_bertbaseuncased_lg

Got this message:

2021-06-29 22:50:24.331283: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0

✘ No compatible package found for 'en_trf_bertbaseuncased_lg' (spaCy v3.0.6)

like image 703
DRONE_OP Avatar asked Mar 22 '26 04:03

DRONE_OP


1 Answers

You are probably using the wrong name. A v2 version while having SpaCy v3 installed. Try this:

!python -m spacy download en_core_web_trf

Source:
https://github.com/explosion/spaCy/discussions/8243

like image 138
Chiel Avatar answered Mar 23 '26 18:03

Chiel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!