jorisvandenbossche commented on PR #37819: URL: https://github.com/apache/arrow/pull/37819#issuecomment-1739029091
@cwegener I am not sure there is something to fix on our side. As far as I understand, it's a regression in setuptools_scm that will be fixed there (https://github.com/pypa/setuptools_scm/issues/925, https://github.com/pypa/setuptools_scm/pull/935). Ideally we would update old releases to add this upper pin for setuptools_scm in the meantime. But our release process is quite heavy, and hopefully a release of setuptools_scm fixing this issue will be released more quickly. Now, it seems that nowadays it is recommended to configure `setuptools_scm` throught pyproject.toml instead of `use_scm_version` in `setup()` in setup.py. So that's something that we should update on our side (but that's also something we will only do for a future release, I think) -- 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]
