potiuk commented on issue #44020: URL: https://github.com/apache/airflow/issues/44020#issuecomment-2476274829
The interesting thing here is that `uv` is trying to install and buid krb5 because `krb5` has only "sdist" package + (wait for it) binary wheels for macos : https://pypi.org/project/krb5/#files So in order to just **SEE** by uv which dependencies `krb5` has, it needs to be downloaded and converted to .whl package :exploding_head: .... This one of the edge cases that make package resolution for Python packages so complex and brittle. It's a bit of miracle it works as well as it does regardless. -- 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]
