0% found this document useful (0 votes)
24 views1 page

Installing RASA

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views1 page

Installing RASA

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like