sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:MySQL

Hi @LostButImproving, can you try changing the dialect from “MySQL” to “mysql”? This is how it is formatted here: Engine Configuration — SQLAlchemy 1.3 Documentation

Do you have a MySQL db set up on your machine/server?