Hi I am using Rasa open source 2.8.25 which according to compatibility matrix requires Rasa 1.0.1; however when running the below, I get Rasa 1.1.1…
pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple
How can I install Rasa X appropriately?
itsjhonny
(João Pedro Guimarães)
May 30, 2022, 2:00pm
2
pip install rasa-x==1.0.1 --extra-index-url https://pypi.rasa.com/simple
@itsjhonny when running that command I got this error:
from sanic.compat import open_async
ImportError: cannot import name ‘open_async’ from ‘sanic.compat’
I currently have the following versions for sanic:
sanic==19.12.2
Sanic-Cors==0.10.0b1
sanic-jwt==1.6.0
Sanic-Plugins-Framework==0.9.5
sanic-routing==0.7.2
What should I do any idea?
itsjhonny
(João Pedro Guimarães)
May 30, 2022, 3:40pm
4
So… i think you need to install rasa 2.8.25 again. When you maked pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple
its updated some packages for rasa x 1.1.1 and broked rasa 2.8.25 packages
I recommend to try a fresh installation
@itsjhonny unfortunately I just tried to reinstall it, but I get the same error after running ‘rasa x’ on terminal…
itsjhonny
(João Pedro Guimarães)
May 30, 2022, 4:13pm
6
Did you create another virtual environment?
nik202
(NiK202)
May 31, 2022, 9:25am
7
@userRasa03 Hope this will help, please see the Warning Message bottom of the page: Installation Guide
Thanks