You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/18 22:03:45 UTC

[GitHub] [airflow] Taragolis commented on issue #26431: [BUG][2.4.0rc1] fresh install - Error: pg_config executable not found

Taragolis commented on issue #26431:
URL: https://github.com/apache/airflow/issues/26431#issuecomment-1250395396

   @raphaelauv I've got the same issue when prepared new image based on `slim` version with newest version of `apache-airflow-providers-postgres==5.2.1`.
   
   There is some changes in requirements for 5.2.1 `psycopg2-binary` replaced by `psycopg2`. In my case it fixed by add additional debian packages `libpq-dev` and `build-essential` before install providers.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org