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
{{ message }}
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
During installation i faced a error as Error: could not determine PostgreSQL version from 10.0. On searching over the internet i found that it is a known issue and has been resolved in version 2.7 of Psycopg2. Upon changing psycopg2 to version 2.7. Installation completed successfully.
During installation i faced a error as
Error: could not determine PostgreSQL version from 10.0
. On searching over the internet i found that it is a known issue and has been resolved in version 2.7 of Psycopg2. Upon changing psycopg2 to version 2.7. Installation completed successfully.See this - psycopg/psycopg2#594
Since we need version >= 9.3.4 for postgres. Why not upgrade pycopg2 version to 2.7 to enable support for postgres version > 10.
The text was updated successfully, but these errors were encountered: