de_dep_news_trf: Installing the german pretrained transformer model seems to break my spacy installation #13626
Unanswered
drumkid96
asked this question in
Help: Installation
Replies: 1 comment
-
Thanks, there's a stale requirement in the model. Looking into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am encoutering some weird behaviour when installing the model "de_dep_news_trf".
It stated that this model had been trained on spacy version 3.7.0, which i tried as well.
In both cases it didnt seem to work.
I tried to validate the package, which lead to error messages.
I then removed my virtual environment, reinstalled via poetry from my .toml file with spacy[transformers, lookups] version 3.7.2 (the same as the german transformer model) but no luck.
I added the terminal output with the errors below.
Probably there is something i havent understood yet, as im fairly new to using spacy.
Hope someone can help me!
Cheers,
Rasmus
Edit 1:
I was using Python 3.12.5 and spaCy 3.7.2 (and therefore de_dep_news_trf 3.7.2)
Downgrading to Python 3.11.8, spaCy 3.6.1 (and therefore de_dep_news_trf 3.6.1) resulted in the package validating succesfully (de_dep_news_trf >=3.6.0,<3.7.0 3.6.1 ✔)
Terminal Log:
Beta Was this translation helpful? Give feedback.
All reactions