You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: I see that pycopg is installed instead, but forcing to use pycopg instead of pycopg2 doesn't work either since the binary elements are missing.
Can the dependencies list use pycopg[binary] insread of just pycopg? I can confirm this works.
hakan-77
changed the title
No PostgreSQL driver in docker image for 1.0.16 (No module named 'psycopg2')
No PostgreSQL driver in docker image for 1.0.16
Aug 22, 2024
Yes, the dependencies list can use pycopg[binary] instead of just pycopg in the Docker image for Langflow version 1.0.16 to ensure PostgreSQL driver compatibility. You can modify the pyproject.toml file to include psycopg[binary]:
Bug Description
No PostgreSQL driver in docker image for 1.0.16 (No module named 'psycopg2')
Reproduction
Install using docker image, connect to postgresql
Expected behavior
psycopg2 is installed
Who can help?
No response
Operating System
Ubuntu 22.04
Langflow Version
1.0.16
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: