kmarutya opened a new issue, #48083: URL: https://github.com/apache/airflow/issues/48083
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers Looks like a return of https://github.com/apache/airflow/issues/39437 ``` uname -a Linux airflow-worker-qg8nn 6.1.123+ #1 SMP PREEMPT_DYNAMIC Sun Jan 12 17:02:52 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux airflow@airflow-worker-qg8nn:~$ cat /etc/issue Ubuntu 24.04.2 LTS \n \l ``` When installing apache-airflow-providers-amazon ` ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.linux-x86_64-cpython-311/xmlsec copying src/xmlsec/__init__.pyi -> build/lib.linux-x86_64-cpython-311/xmlsec copying src/xmlsec/template.pyi -> build/lib.linux-x86_64-cpython-311/xmlsec copying src/xmlsec/tree.pyi -> build/lib.linux-x86_64-cpython-311/xmlsec copying src/xmlsec/constants.pyi -> build/lib.linux-x86_64-cpython-311/xmlsec copying src/xmlsec/py.typed -> build/lib.linux-x86_64-cpython-311/xmlsec running build_ext error: xmlsec1 is not installed or not in path. [end of output] ``` note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for xmlsec Building wheel for pyhive (setup.py): started Building wheel for pyhive (setup.py): finished with status 'done' Created wheel for pyhive: filename=PyHive-0.7.0-py3-none-any.whl size=53933 sha256=3db46c1d80f77ee8782f517987a0c1fc898576faf2efc3842475b53df6630d2f Stored in directory: /tmp/pip-ephem-wheel-cache-nnezwghj/wheels/11/32/63/d1d379f01c15d6488b22ed89d257b613494e4595ed9b9c7f1c Successfully built maxminddb-geolite2 thrift pure-sasl pyhive Failed to build xmlsec ERROR: Could not build wheels for xmlsec, which is required to install pyproject.toml-based projects ``` Pinning pip install xmlsec==1.3.14 resolve the issue ### Apache Airflow version 2.10.5 ### Operating System Ubuntu 24.04.2 ### Deployment Google Cloud Composer ### Deployment details _No response_ ### What happened _No response_ ### What you think should happen instead _No response_ ### How to reproduce pip install apache-airflow-providers-amazon ### 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]
