1
1
1nsomniac2020-05-19 10:22:14
Python
1nsomniac, 2020-05-19 10:22:14

Difference between psycopg2 and psycopg2-binary?

What is the difference between pip install psycopg2 and pip install psycopg2-binary?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Kuts, 2020-05-19
@fox_12

In short - psycopg2 contains sources for recompiling the library, psycopg2-binary contains an already compiled wheel package with binaries
More details about the reason for the split are described here

I
Igor Makhov, 2020-05-19
@Igorgro

https://github.com/psycopg/psycopg2/issues/674

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question