I have installed the financial chatbot using: GitHub - RasaHQ/financial-demo: A demo for a financial services bot This is my env:
Rasa Version : 3.1.1
Minimum Compatible Version: 3.0.0
Rasa SDK Version : 3.1.1
Rasa X Version : 1.1.3
Python Version : 3.8.16
Operating System : Linux-4.15.0-65-generic-x86_64-with-glibc2.27
Python Path : /usr/bin/python
and
SQLAlchemy-1.4.27
When I try rasa x on my command line I get:
File "/home/ubuntu/.local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 719, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: True
[SQL: CREATE INDEX message_log_in_training_data_idx ON message_log (in_training_data) WHERE in_training_data is True]
(Background on this error at: https://sqlalche.me/e/14/e3q8)