I am getting an error while trying to train the data.
My command: python -m rasa_nlu.train -c nlu_config.yml --data nlu.md -o models --fixed_model_name nlu --project current --verbose
Hey @Teluguntla123. Seems like rasa_nlu is missing. Which python version are you using and do you have more than one python version installed on your machine? I assume you didn’t have issues installing rasa_nlu with pip install rasa_nlu
Thanks for your response. I am using python 3.6.4 on my machine. I have already installed rasa_nlu using pip3 install rasa_nlu. I don’t have any issues with rasa_nlu. I installed rasa_nlu and trained it with some data and tested with examples as well. I have attached some screenshot pictures in this message as a proof to show rasa_nlu is perfectly trained and working absolutely fine. As a beginner in python and RASA Stack I really don’t know rasa_nlu has issues in it.