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
This is very similar to a reported issue with this asdf itself. It is unclear to me how to tell pip where pg_config is outside of it just being on the path. pg_config by itself from the CLI works fine from the same shell works fine.
I'm so sorry. I just saw this. My github notifications are apparently not emailing me. I have no idea what is causing this. I'll see if I can duplicate it and figure it out.
Ran into this while trying to install the Ruby equivalent pg and this suggestion helped (GitLab's development setup relies on asdf). A fuller discussion of the issue for pg is here
Maybe there's an equivalent flag (--with-pg-config) for psycopg2?
This is very similar to a reported issue with this asdf itself. It is unclear to me how to tell pip where
pg_config
is outside of it just being on the path.pg_config
by itself from the CLI works fine from the same shell works fine.if you install
postgres
globally it'll work. psycopg2 just wantspg_config
in the path, which the shim is, but the shim won't operate.The text was updated successfully, but these errors were encountered: