Error Custom Tracker with Postgres

@anne576

tracker_store:
   type: SQL
   dialect: "postgresql"  # the dialect used to interact with the db
   url: "localhost"  # (optional) host of the sql db, e.g. "localhost"
   db: "chatbot"  # path to your db
   username: "postgres"  # username used for authentication
   password: "123"  # password used for authentication
   # query: # optional dictionary to be added as a query string to the connection URL
   #   driver: my-driver

I guess you need to install psycopg2-binary and PyMySQL when you run rasa, do check the --debug

@anne576 I hope you have Postgres11 or 13 install on your localhost or machine.