Hey, I am getting the following error: sqlalchemy.exc.NoSuchModuleError: Can’t load plugin: sqlalchemy.dialects:MySQL sys:1: RuntimeWarning: coroutine ‘Loop.create_server’ was never awaited
My endpoints file look like this:
tracker_store:
type: SQL
dialect: "MySQL" # the dialect used to interact with the db
url: "localhost" # (optional) host of the sql db
db: "rasa.db" # path to your db
username: **** # username used for authentication
password: **** # password used for authentication
Any help would be appreciated, I pretty new at… Well, everything.