newslynx / opportunities

A garden of NewsLynx futures
1 stars 0 forks source link

automation fails with pg_config not in PATH #74

Closed mhkeller closed 9 years ago

mhkeller commented 9 years ago
Please add the directory containing pg_config to the PATH

or specify the full executable path with the option:

python setup.py build_ext --pg-config /path/to/pg_config build ...

or with the pg_config option in 'setup.cfg'.
mhkeller commented 9 years ago

Possibly resolved by installing libpq-dev

mhkeller commented 9 years ago

http://stackoverflow.com/questions/11618898/pg-config-executable-not-found

abelsonlive commented 9 years ago

in what context are you running automation? the postgres role takes care of all this:

https://github.com/newslynx/automation/blob/master/provisioning/postgres.yaml#L2

mhkeller commented 9 years ago

This appears to be a virtualbox error