-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The install requires postgres to be installed in the system before running pip-install
. If postgres is not installed, psycopg2
building fails with error:
Error: pg_config executable not found.
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'.
To Reproduce
Steps to reproduce the behavior:
- Try a fresh installation on a new system or an empty docker container
Desktop (please complete the following information):
- OS: [e.g. iOS]: OSx
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working