Skip to content

Docker container crashes with memory error #1653

Closed Answered by dvarrazzo
dipucs asked this question in Q&A
Discussion options

You must be logged in to vote

I don't know what is psycopg2 installed via conda, I am not responsible for that package and nobody has contacted us for support.

It might bundle a binary openssl package incompatible with the ones in pyOpenSSL and two conflicting C libraries get imported in the same process.

Please report them the problem.

With normal Python and pip, you will likely need to avoid using psycopg2-binary and use psycopg2 in order to use the system openssl, making sure that all the other packages use the system openssl as 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 dipucs
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