Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

pg_config executable not found. #46

Open
brylie opened this issue May 15, 2019 · 5 comments
Open

pg_config executable not found. #46

brylie opened this issue May 15, 2019 · 5 comments

Comments

@brylie
Copy link

brylie commented May 15, 2019

When trying to pip install django-heroku, I get an error:

pg_config executable not found.

Perhaps this project could be updated to use psycopg2-binary as a dependency?

@brylie
Copy link
Author

brylie commented May 15, 2019

For example, users might not want to install Postgres on their system to use this package.

@brylie
Copy link
Author

brylie commented May 15, 2019

Was able to work around the issue with:

sudo apt install libpq-dev

@PNjinu
Copy link

PNjinu commented May 27, 2019

for centos or redhat use
sudo yum install libpqxx-devel

@Lipau3n
Copy link

Lipau3n commented Jun 16, 2019

brew install postgresql
resolves this issue on macOS

@iamjazzar
Copy link

I had to install postgresql to overcome this issue while I'll never use it locally :/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants