Answers for "Error: pg_config executable not found.Please add the directory containing pg_config to the PATHor specify the full executable path with the option:python setup.py build_ext --pg-config /path/to/pg_config build ..."

7

Error: pg_config executable not found.

sudo apt-get install libpq-dev python-dev
Posted by: Guest on August-18-2020

Code answers related to "Error: pg_config executable not found.Please add the directory containing pg_config to the PATHor specify the full executable path with the option:python setup.py build_ext --pg-config /path/to/pg_config build ..."

Browse Popular Code Answers by Language