RASA X not working Locally

@athulvingt Well, which comment you have seen? I’m sure that can be the dedicated solution for that error that user, but don’t worry I will solve your query again.:slight_smile:

@athulvingt activate your conda environment and share me rasa --version, please.

@athulvingt Its more safe if you create the fresh conda environment.

@athulvingt after that just follow this and you will be able to solve your query

pip install rasa==2.8.2 or 2.8.1 | pip install rasa-sdk==2.8.2 or 2.8.1

check version rasa --version its install or not

then

pip install rasa-x==0.39.3 --extra-index-url https://pypi.rasa.com/simple

check rasa version rasa --version its install or not

You will see some error : ImportError: cannot import name ‘RowProxy’ from ‘sqlalchemy.engine’ Install

pip install SQLAlchemy==1.3.22 should fix it

If sanic related error: pip install sanic-jwt==1.6.0

delete .db if is showing alembic error issue.

Any error share please :slight_smile:

Good luck! I hope this will solve your issue.

1 Like