WillAyd opened a new issue, #41992: URL: https://github.com/apache/arrow/issues/41992
### Describe the bug, including details regarding any error messages, version, and platform. Seems to have started with https://github.com/apache/arrow/pull/41041 ```sh $ python setup.py build_ext --inplace -j14 /home/willayd/clones/arrow/python/setup.py:34: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources Traceback (most recent call last): File "/home/willayd/clones/arrow/python/setup.py", line 372, in <module> setup( File "/home/willayd/mambaforge/envs/arrow-dev/lib/python3.12/site-packages/setuptools/__init__.py", line 103, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/willayd/mambaforge/envs/arrow-dev/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 147, in setup _setup_distribution = dist = klass(attrs) ^^^^^^^^^^^^ File "/home/willayd/mambaforge/envs/arrow-dev/lib/python3.12/site-packages/setuptools/dist.py", line 303, in __init__ _Distribution.__init__(self, dist_attrs) File "/home/willayd/mambaforge/envs/arrow-dev/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 283, in __init__ self.finalize_options() File "/home/willayd/mambaforge/envs/arrow-dev/lib/python3.12/site-packages/setuptools/dist.py", line 654, in finalize_options ep(self) File "/home/willayd/mambaforge/envs/arrow-dev/lib/python3.12/site-packages/setuptools_scm/integration.py", line 123, in infer_version config = Configuration.from_file(dist_name=dist_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/willayd/mambaforge/envs/arrow-dev/lib/python3.12/site-packages/setuptools_scm/config.py", line 216, in from_file return cls(relative_to=name, **args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Configuration.__init__() got an unexpected keyword argument 'version_file' ``` ### Component(s) Python -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org