Hi, I’m facing an issue while installing Rasa x in my system. while I initiate the installation. My installation not proceeding after " Sanic_Cors". I tried thrice but still, I’m facing this. please take a look into it.
thanks
Hi, I’m facing an issue while installing Rasa x in my system. while I initiate the installation. My installation not proceeding after " Sanic_Cors". I tried thrice but still, I’m facing this. please take a look into it.
thanks
This is a problem with Pip. Use the following:
pip install rasa rasa-x --extra-index-url https://pypi.rasa.com/simple --use-deprecated=legacy-resolver
@ChrisRahme thank you so much for the quick response. i install Rasa x . but while i run rasa x its throwing error in the Rasa X page. look below image
errror message on terminal.
Yeah that’s a common error… I know it’s wrong to ignore them, but I get it too and it still works.
I just sometimes gotta reload the Rasa X page.
Hi, thanks I fixed the issue. it was due to my ujson,sqlalchemy version dependency issue. now it’s working.
thank you