Closed stoicangelo closed 3 years ago
@stoicangelo, bcgov/TheOrgBook project has been retired and archived. It has been replaced by:
Both have Docker ./manage
scripts, so you can spin them up in the same way you were trying to spin up TheOrgBook
.
@WadeBarnes thank you so much for the directions. Excited to try them out.
von network is running in background.
Trying to build from TheOrgBook/docker/ with the following command
./manage build
Getting the following error
option: python setup.py build_ext --pg-config /path/to/pg_config build ... or with the pg_config option in 'setup.cfg'. If you prefer to avoid building psycopg2 from source, please install the PyPI 'psycopg2-binary' package instead.
https://www.psycopg.org/docs/install.html).
Tried installing the missing psycopg2-binary by
pip install psycopg2-binary
Same error persists.Is it that package installation has to be bundled as part of the docker image?