-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Latest psycopg2-binary fails to install due to "pg_config executable not found". #1290
Comments
May be related to #1289 |
What platform, python, pip version is this? Can you try running |
I'm experiencing same issue on CentOS 8 with module version 2.9, no issues previously by installing
|
@karlism try upgrading pip |
@dvarrazzo, thanks, upgrading pip to version 21.1.2 has resolved the issue and psycopg2-binary version 2.9 installed successfully now. |
@karlism thank you for confirming. As documented pip should be up to date in order to install the binary packages. Waiting for a confirmation from the OP. @williamblevins is the problem solved for you too by updating pip? |
I was having the same problem last night. A pip upgrade worked for me as well. My RedHat image was on pip 6.1.1 with Python 3.6.8. Thank you all! |
I'm running the latest https://packages.ubuntu.com/bionic/python3-pip
|
@williamblevins you will need to update pip to use the binary packages. The need to use a recent pip version is documented. |
The text was updated successfully, but these errors were encountered: