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 Apr 26, 2022. It is now read-only.
psycopg2-binary includes a thread-safe(r) version of libssl, but the system Python doesn't and they clash. The psycopg2 author recommends installing from source and indeed, this seems to fix the issue on the MWS.
See also psycopg/psycopg2#543
The text was updated successfully, but these errors were encountered:
psycopg2-binary
includes a thread-safe(r) version oflibssl
, but the system Python doesn't and they clash. The psycopg2 author recommends installing from source and indeed, this seems to fix the issue on the MWS.See also psycopg/psycopg2#543
The text was updated successfully, but these errors were encountered: