I am trying to run a Python-Flask project. I have all the requirements installed. But still, whenever I try to run the server I get an error saying
sqlalchemy.exc.ArgumentError: Can't load plugin: sqlalchemy.dialects:driver
Can anyone please tell me what can be wrong here and which file I need to examine?
Thanks.