Hi @jonas-nothnagel -
In Streamlit sharing, it seems like it works (meaning, it doesn’t throw an error message), but locally I get the following:
(nlptest) rzwitch@threadripper:~/github_work/NLP-Project-Documents$ pip install -r requirements.txt
Collecting en_core_web_sm
Using cached en_core_web_sm-2.3.1-py3-none-any.whl
ERROR: Cannot install -r requirements.txt (line 16) and spacy==3.0.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested spacy==3.0.1
en-core-web-sm 2.3.1 depends on spacy<2.4.0 and >=2.3.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
Are you sure your dependencies are correct? I’ll also forward this on to our cloud team to see if they have any ideas.
Best,
Randy