Installing RASA
Installing RASA
First python version should be 3.6, 3.7, 3.8. Rasa will not be install if the
version is different from this
First we need to create environment -> python3.8 -m venv rasaenv
Then we need to activate the environment for further process -> rasaenv\
Scripts\activate
Then we will install rasa-> pip install rasa
If you are getting error
Then do :-
1. pip install --upgrade pip setuptools wheel