InvalidModelError: Model 'da_core_news_md' is not a linked spaCy model

With Rasa 2.5 this should all be a thing of the past. We’ve upgraded to spaCy 3.0 which deprecates the spacy link feature. After downloading the model you only need to make sure that you’re referring to the correct model. Like so:

pipeline:
- name: SpacyNLP
  model: da_core_news_md

Let me know if upgrading doesn’t help.