We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While trying to create DB driver with sqlalchemy, i am getting below error
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:mssql.aioodbc
I am running on windows 11 and python 3.9.10 aioodbc version 0.5.0
Please suggest how to fix this error
The text was updated successfully, but these errors were encountered:
SQLAlchemy Version is 2.0.19
Sorry, something went wrong.
pip install aioodbc
The issue was resolved after i upgraded sqlalchemy to latest version (2.0.31). is there any minimum required version for aioodbc?
is there any minimum required version for aioodbc?
2.0.23
No branches or pull requests
While trying to create DB driver with sqlalchemy, i am getting below error
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:mssql.aioodbc
I am running on windows 11 and python 3.9.10
aioodbc version 0.5.0
Please suggest how to fix this error
The text was updated successfully, but these errors were encountered: