Hi,
I am trying to run RASA x locally, with below configuration.
Rasa Version : 2.8.6
Minimum Compatible Version: 2.6.0
Rasa SDK Version : 2.8.1
Rasa X Version : 0.42.2
Python Version : 3.7
SQLAlchemy : 1.3.22
Operating System : Mac OS
But it is giving following error
ImportError: cannot import name 'Row' from 'sqlalchemy.engine' (/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/sqlalchemy/engine/__init__.py)
Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up.
If you need help fixing the issue visit our forum: http://forum.rasa.com/.
I have also tried deleting events.db and rasa.db files still same error.
Thanks in advance!!!
@nik202 , the error is as below:
ImportError: cannot import name ‘Row’ from ‘sqlalchemy.engine’ (/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/sqlalchemy/engine/init.py)
Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up.
If you need help fixing the issue visit our forum: http://forum.rasa.com/.
Please note that I had installed below softwares in my virtualenv in the beginning of the project.
pip install rasa==2.8.2
pip install rasa-sdk==2.8.1
pip install rasa-x==0.39.3 --extra-index-url Simple Index