You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the devbox environment, I was unable to build psycopg2 Python driver because pg_config fails consistently. It happens for every single PostgreSQL installation I have tried.
Links look to be built correctly, but pg_config keeps failing consistently. It looks like the way devbox is building the PATH is not suitable for pg_config workings.
There is a workaround for this. I had to install postgresql-client-common in my system, using the standard package manager in order to have psycopg2 correctly built. As my understanding, it shouldn't be necessary.
What happened?
After installing the devbox environment, I was unable to build psycopg2 Python driver because
pg_config
fails consistently. It happens for every single PostgreSQL installation I have tried.Links look to be built correctly, but
pg_config
keeps failing consistently. It looks like the way devbox is building the PATH is not suitable forpg_config
workings.Steps to reproduce
Command
add
devbox.json
Devbox version
0.14.0
Nix version
nix (Nix) 2.24.7
What system does this bug occur on?
Linux (x86-64)
Debug logs
No response
The text was updated successfully, but these errors were encountered: