I am getting this error while pip install rasa. Please help!
@prajaktaghorpade pip3 install rasa
Have you tried? Python Version?
Python version 3.8. I tried pip3. And got the same error
@prajaktaghorpade your pip version?
create a fresh environment rasa2.7 or rasa3 and install
@prajaktaghorpade try this
pip install rasa[full]
--user
More Info: Installation
If still error persist share the error.
@prajaktaghorpade What steps you doing can you tell me please?
Installed anaconda with python 3.8 Then in the anaconda prompt:
- cd C:\Users\Prajakta_Ghorpade\Documents\RasaProjects\RasaDemo
- conda create --name installingrasa python==3.8
- conda activate installingrasa
- conda install ujson
- conda install tensorflow
- And finally, pip install rasa or pip3 install rasa (I get the same error either ways)
I always get the error with twilio, should I try installing that?
Installed anaconda with python 3.8 Then in the anaconda prompt:
- cd C:\Users\Prajakta_Ghorpade\Documents\RasaProjects\RasaDemo
- conda create --name installingrasa python==3.8
- conda activate installingrasa
- And finally, pip install rasa or pip3 install rasa[full] or pip3 install rasa[full] --user
@prajaktaghorpade Please follow this Installation. I can see you following video installation step. You can ignore those steps and if you found some dependencies whilst installing try install them with the specific versions such as for example tensowflow 2.1 required >= 2.3 and you have etc try install those dependencies and you will be fine. I guess you will get 4 or 5 red dependencies error (I can be wrong), install each. Good luck. If still I am here
I tried pip3 install rasa[full] and pip3 install rasa[full] --user Neither one worked. I got the same error, at collecting twilio. My tensorflow version is 2.3.0. Sorry to disturb you so much!
@prajaktaghorpade you created the fresh environment right? have you delete the previous environment from evn directory?
Yessssss, I did that
@prajaktaghorpade Try install
Step: 1 Downgrade to pip install pip==20.1.2
Step:2 pip install twilio==6.26
Step:3 pip install rasa-sdk=2.6
Step4: pip install rasa==2.6.2
You will see some dependencies install that as mention.
Good Luck!
It will solve your issue.
Thank you so much! You’re an absolute life saver! I couldn’t do it without your help!