nateprewitt commented on issue #49233:
URL: https://github.com/apache/arrow/issues/49233#issuecomment-3892041691

   Python 3.12 removed `pkg_resources` and deferred it to setuptools. 
Setuptools depercated `pkg_resources` last year and removed it this week in 
[82.0.0](https://github.com/apache/arrow/blob/4b19bf0f044ca291471f8578eeda335d8c6ea01d/dev/tasks/macros.jinja#L137).
 It looks like they modernized usage in `anaconda-client` starting in 
[1.14.0](https://github.com/anaconda/anaconda-client/commit/cd831c64d46037601c5d65c132cee2730db9d241)
 but the builds are still pinned to 
[1.12.3](https://github.com/apache/arrow/blob/4b19bf0f044ca291471f8578eeda335d8c6ea01d/dev/tasks/macros.jinja#L137).
   
   I can look at bringing the macro up to 1.14.* if that'd be helpful. The 
other option is pinning setuptools to an older version but that's probably not 
the preferred approach.
   


-- 
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]

Reply via email to