german language models in version 3.2.0 not found as conda package #9788
Answered
by
polm
ChriGa13
asked this question in
Help: Installation
-
How to reproduce the behaviourCreate conda environment in form of environment.yml like the following:
Your Environment
|
Beta Was this translation helpful? Give feedback.
Answered by
polm
Dec 1, 2021
Replies: 1 comment 1 reply
-
Sorry this is confusing. There are some spaCy models on conda-forge, but we did not upload those, they were added by a user at some point and we don't maintain them. We recommend you follow the install instructions to install spaCy. In a requirements.txt file, it's possible to provide a URL, such as those spaCy uses for models. I'm not sure if there's an equivalent feature in conda. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adrianeboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry this is confusing. There are some spaCy models on conda-forge, but we did not upload those, they were added by a user at some point and we don't maintain them. We recommend you follow the install instructions to install spaCy.
In a requirements.txt file, it's possible to provide a URL, such as those spaCy uses for models. I'm not sure if there's an equivalent feature in conda.