I am working on mini project but creating the database is an issue, i keep gatting this warning,Can’t load plugin: sqlalchemy.dialects:sqLite and i can’t proceed,help please
Google or stack overflow can be more helpful.
Uninstall then reinstall SQLAlchemy
Check if you have SQLAlchemy on your virtualenv dependencies, next I think you need to try [ICODE]sqlalchemy.url = sqlite:///dbName.db[/ICODE]
managed to solve it finally after almost an entire day of debugging with almost all solutions not working