I'm following the Rasa Core "Building a simple Bot" tutorial. (https://core.rasa.com/tutorial_basics.html) It requires the installation of the SpaCy Language model:
python -m spacy download en_core_web_md
However, I get "AttributeError: module 'thinc.linalg' has no attribute 'Mat'"
Have you any idea what is causing this?