I have installed Python 3.6.8 and installed rasa on windows 10 1809 build using below instructions
pip install rasa pip install rasa[spacy] python -m spacy download en_core_web_md python -m spacy link en_core_web_md en
created a folder c:\chatbot and ran below command cd c:\chatbot rasa init, which created data, models and other folders/files in chatbot folder.
I deleted files under data folder as documented in http://rasa.com/docs/rasa/migrate-from/microsoft-luis-to-rasa/ and copied luis model(as json file) into data folder.
After copying ran below command, which gave below error. c:\chatbot>rasa train nlu -vv 2019-06-23 15:17:11 DEBUG rasa.skill - Selected skills: No NLU data given. Please provide NLU data in order to train a Rasa NLU model using the ‘–nlu’ argument.
unable to import LUIS model and train it. Appreciate help in getting over this issue.
Thanks, Prasad