I am having trouble installing psycopg2. I get the following error when I try to pip install psycopg2:
pip install psycopg2
Error: pg_config executable not found. P
On alpine, the library containing pg_config is postgresql-dev. To install, run:
pg_config
apk add postgresql-dev