If you are on windows you need to install some things required by GeoPandas by followingthese instructions. Then you should install the local requirements pip install -r requirements_local.txt Finally you need to install somespacydependencies ...
pip install -r requirements_local.txt Finally you need to install somespacydependencies python -m spacy download en_core_web_sm python -m spacy download en_core_web_md python -m spacy download de_core_news_sm Build and run the Application Locally ...