Closed logileifs closed 3 years ago
Hello, I also encountered a similar problem. I found that the version on pipy is 0.1.5, but the version on github is 0.1.4. Please try to install 0.1.4, which may solve your problem.
@miss85246 @logileifs
Have you tried pip install databases[postgresql]
?
I'm following the documentation and trying to use async postgres connection, everything seems to work fine until this line:
engine = sqlalchemy.create_engine(str(database.url))
then I just get this error:
If I install psycopg2 everything works fine but I thought it should work with only asyncpg Is psycopg2 a requirement even for async postgres?