Skip to content

sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgresql.psycopg #3297

Answered by tarasinf
tarasinf asked this question in Q&A
Discussion options

You must be logged in to vote

The issue was in SQLAlchemy version.
Command pip install SQLAlchemy PyICU psycopg[binary] psycopg2-binary python-dotenv PyYAML falcon uvicorn gunicorn installed old version SQLAlchemy==1.4.31. After upgrade to SQLAlchemy==2.0.25 everything works well.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tarasinf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3294 on January 09, 2024 08:40.