pip install rasa
pip install rasa-x --extra-index-url Simple Index
Also tried running, this one also failed
$ pip3 install rasa-x --extra-index-url Simple Index
Unfortunately in the documentation I could not find which version of python & pip to use. I tried with Python 3.8 and 3.5, neither of them worked for me.
pip3 --version
pip 19.3.1 from d:\code\code\rasatest2\venv\lib\site-packages\pip (python 3.5)
This is the latest error which I am getting
pip install rasa
ERROR: Could not find a version that satisfies the requirement aiohttp~=3.5 (from rasa) (from versions: 0.1,…
I tried upgrading pip, python, but no luck
So far I find it very difficult to setup RASA on my windows machine
Can someone helps me giving simple steps to follow to setup RASA.
Thanks for your response, I tried setting up RASA using code. I am getting following error with the command
pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement rasa-sdk~=1.4.0 (from -r requirements.txt (line 39)) (from versions: 1.0.0rc3, 1.0.0rc4, 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.3.0a1, 1.3.0, 1.3.1, 1.3.2, 1.3.3)
ERROR: No matching distribution found for rasa-sdk~=1.4.0 (from -r requirements.txt (line 39))
BTW I upgraded Python and PIP. I am on 19.2.3 PIP & Python 3.8.
A few things, I am not sure how Rasa works with 3.8. I have noticed some problems even with 3.7.3 in certain environment so I am now using 3.6.8. Did you try getting rasa via “pip install rasa.” I am assuming you downloaded the actual repo and are trying to install the packages for it.
Thanks for the response, just tried with Python 3.6 as well, same error. Not sure if RASA actually works with windows 10. I face too many issues in basic installation of RASA program