Installing rasa x locally

Good Day,

I have been trying to install rasax locally on my windows 10 laptop. I keep getting this

@eodor02 can you please share rasa --version whilst running on conda based environment?

       Rasa Version      :         2.8.7
       Minimum Compatible Version: 2.8.0
       Rasa SDK Version  :         2.8.2
       Rasa X Version    :         0.42.2
       Python Version    :         3.8.10
      Operating System  :         Windows-10-10.0.19042-SP0

@eodor02

I’d recommend to create a fresh conda environment with python 3.8 and follow the step

`pip install rasa==2.8.1`
`pip install rasa-sdk==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 issue.

Good luck! I hope this will solve your issue.

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 issue.

Only you need to delete events and rasa .db files and run the rasa x

@nik202 Top of the morning, I got it fixed. Thanks for the support .

@eodor02 Please close this thread, for the future reference for others and good luck!