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
2. pip install rasa
Still getting error:-
1. pip install --upgrade pip setuptools wheel
2. pip install fire
if getting error in installing fire then write ->
1. pip cache purge
2. pip install fire
if still getting error then use a different version of “fire”
1. pip install fire==0.4.0
2. then, pip install rasa
all done
check the version of rasa = rasa --version