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
Gino 1.1b2 doesn't work on Python 3.10.2 and aiomysql
To Reproduce
from gino_starlette import Gino DATABASE_URL = f"mysql+aiomysql://{DATABASE_USER}:{DATABASE_PASSWORD}@{DATABASE_HOST}:{DATABASE_PORT}/{DATABASE_NAME}" db = Gino( dsn=DATABASE_URL, echo=True )
Actual result
TypeError: As of 3.10, the *loop* parameter was removed from Condition() since it is no longer necessary
Environment:
Possible reason: incompatible versions of asyncio\python and aiomysql
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gino 1.1b2 doesn't work on Python 3.10.2 and aiomysql
To Reproduce
Actual result
Environment:
Possible reason:
incompatible versions of asyncio\python and aiomysql
The text was updated successfully, but these errors were encountered: