-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psycopg2 dependency #107
Comments
I'm in the same boat. Building psycopg2 is a pain. It is much easier to pip install |
+1 , If there no reason to use the non-binary version, using |
Unfortunately, psycopg2 does not recommend using binary distribution as depencency for other packages:
https://www.psycopg.org/docs/install.html#psycopg-vs-psycopg-binary However, it is still possible to install and use psycopg2-binary. If psycopg2-binary is installed, but psycopg2 is not, pgcli / pgspecial will work just fine. |
Related: dbcli/pgcli#844 |
Hi! I wanted to install pgspecial for a local test using pip, which is trying to build psycopg2. Is using psycopg2-binary instead an option?
thanks!
The text was updated successfully, but these errors were encountered: