raphaelauv opened a new issue, #26431: URL: https://github.com/apache/airflow/issues/26431
### Apache Airflow version main (development) ### What happened ```Dockerfile FROM python:3.10-slim-buster ENV PIP_NO_CACHE_DIR=TRUE ENV PIP_DISABLE_PIP_VERSION_CHECK=TRUE RUN python3 -m pip install apache-airflow[postgres]==2.4.0rc1 --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.0rc1/constraints-3.10.txt" ``` fail with ```log #0 27.60 Downloading psycopg2-2.9.3.tar.gz (380 kB) #0 27.72 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.6/380.6 kB 3.4 MB/s eta 0:00:00 #0 27.80 Preparing metadata (setup.py): started #0 27.99 Preparing metadata (setup.py): finished with status 'error' #0 28.00 error: subprocess-exited-with-error #0 28.00 #0 28.00 × python setup.py egg_info did not run successfully. #0 28.00 │ exit code: 1 #0 28.00 ╰─> [25 lines of output] #0 28.00 /usr/local/lib/python3.10/site-packages/setuptools/config/setupcfg.py:463: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. #0 28.00 warnings.warn(msg, warning_class) #0 28.00 running egg_info #0 28.00 creating /tmp/pip-pip-egg-info-x_w7xpgd/psycopg2.egg-info #0 28.00 writing /tmp/pip-pip-egg-info-x_w7xpgd/psycopg2.egg-info/PKG-INFO #0 28.00 writing dependency_links to /tmp/pip-pip-egg-info-x_w7xpgd/psycopg2.egg-info/dependency_links.txt #0 28.00 writing top-level names to /tmp/pip-pip-egg-info-x_w7xpgd/psycopg2.egg-info/top_level.txt #0 28.00 writing manifest file '/tmp/pip-pip-egg-info-x_w7xpgd/psycopg2.egg-info/SOURCES.txt' #0 28.00 #0 28.00 Error: pg_config executable not found. #0 28.00 #0 28.00 pg_config is required to build psycopg2 from source. Please add the directory #0 28.00 containing pg_config to the $PATH or specify the full executable path with the #0 28.00 option: #0 28.00 #0 28.00 python setup.py build_ext --pg-config /path/to/pg_config build ... #0 28.00 #0 28.00 or with the pg_config option in 'setup.cfg'. #0 28.00 #0 28.00 If you prefer to avoid building psycopg2 from source, please install the PyPI #0 28.00 'psycopg2-binary' package instead. #0 28.00 #0 28.00 For further information please check the 'doc/src/install.rst' file (also at #0 28.00 <https://www.psycopg.org/docs/install.html>). #0 28.00 #0 28.00 [end of output] #0 28.00 #0 28.00 note: This error originates from a subprocess, and is likely not a problem with pip. #0 28.00 error: metadata-generation-failed #0 28.00 #0 28.00 × Encountered error while generating package metadata. #0 28.00 ╰─> See above for output. #0 28.00 #0 28.00 note: This is an issue with the package mentioned above, not pip. #0 28.00 hint: See above for details. ------ failed to solve: executor failed running [/bin/sh -c python3 -m pip install apache-airflow[postgres]==2.4.0rc1 --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.0rc1/constraints-3.10.txt"]: exit code: 1 ``` it was not the case with 2.4.0b1 ### What you think should happen instead _No response_ ### How to reproduce _No response_ ### Operating System ubuntu 22.04.1 ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
