Closed dakshvar22 closed 2 years ago
Steps to reproduce:
From rasa home directory make install-full
This gets the spacy library, which is needed, but not the spacy model (the condition you want to be in)
Once rasa is installed, go to the examples/moodbot
folder of rasa and run rasa train
.
The error should then appear.
Alternatively, you can remove the spacy model with the following:
pip uninstall <model-name>
. So, if the model name wasen-core-web-md
(the one that is used by examples/moodbot ) then you can run pip uninstall en-core-web-md
.To again download the model, you can run python -m spacy download en_core_web_md
Rasa Open Source version
3.0.0rc2
Rasa SDK version
No response
Rasa X version
No response
Python version
3.8
What operating system are you using?
OSX
What happened?
Installed with
pip install rasa[full]==3.0.0rc2
and tried trainingmoodbot
. Training fails with the end message being:The information that spacy model should be downloaded is hidden above the traceback:
In rasa==2.8.x, we used to detect this upfront and throw this error:
Command / Request
Relevant log output
No response