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?
Try to add to
pynstallercommand line additional parametrs:So, for instance: