sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:mariadb.mariadbconnector

Viewed 158

I have a simple python script packaged using pyinstaller and when I tried to run I am getting this error

sqlalchemy.exc.NoSuchModuleError: Can't load plugin: 
sqlalchemy.dialects:mariadb.mariadbconnector

although I already have mariadbconnector installed. Can anyone please help me point to the right direction?

0 Answers
Related