Hello… I am trying to work with the getting started tutorial on my machine. I installed rasa_core and rasa_nlu using pip3 …
But, I get the error that rasa_core module is not found when I try to execute the command to train the dialogue model as below.
python -m rasa_core.train -d domain.yml -s stories.md -o models/dialogue
Please help me resolve it. I am very much new to rasa framework.