heroku / django-heroku

[DEPRECATED] Do not use! See https://github.com/heroku/django-heroku/issues/56
BSD 3-Clause "New" or "Revised" License
459 stars 142 forks source link

pg_config executable not found. #46

Open brylie opened 5 years ago

brylie commented 5 years ago

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 commented 5 years ago

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

brylie commented 5 years ago

Was able to work around the issue with:

sudo apt install libpq-dev

PNjinu commented 5 years ago

for centos or redhat use sudo yum install libpqxx-devel

Lipau3n commented 5 years ago

brew install postgresql resolves this issue on macOS

iamjazzar commented 5 years ago

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