long2ice / asyncmy

A fast asyncio MySQL/MariaDB driver with replication protocol support
https://github.com/long2ice/asyncmy
Apache License 2.0
230 stars 25 forks source link

ModuleNotFoundError: No module named 'asyncmy.connection' #55

Closed HuckOps closed 1 year ago

HuckOps commented 1 year ago

I use sqlalchemy 1.4.41 and asyncmy 0.2.5 to create async engine in python 3.8 and 3.10, but the program threw ModuleNotFoundError: No module named 'asyncmy.connection' when i change asyncmy version to asyncmy 0.2.7rc6, this problem was solved Are there any bugs in asyncmy 0.2.5? How can i use it and solve this problem

long2ice commented 1 year ago

v0.2.7 released

HuckOps commented 1 year ago

ok, i will have a try