raulcd opened a new issue, #42006: URL: https://github.com/apache/arrow/issues/42006
### Describe the bug, including details regarding any error messages, version, and platform. Due to the recent change to move some configuration from setup.py to pyproject.toml (https://github.com/apache/arrow/issues/37929) we require a higher version of setuptools and setuptools_scm being installed for the verification script. The jobs: - [verify-rc-source-python-linux-almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/9384407089/job/25840135997) - [verify-rc-source-python-linux-ubuntu-20.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/9384406235/job/25840129544) - [verify-rc-source-python-linux-ubuntu-22.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/9384406850/job/25840134132) - [verify-rc-source-python-macos-amd64](https://github.com/ursacomputing/crossbow/actions/runs/9384406555/job/25840132288) - [verify-rc-source-python-macos-arm64](https://github.com/ursacomputing/crossbow/actions/runs/9384407094/job/25840135906) Are currently failing with: ``` Installing collected packages: typing-extensions, packaging, cython, setuptools_scm Successfully installed cython-3.0.10 packaging-24.0 setuptools_scm-7.1.0 typing-extensions-4.12.1 /arrow/python /arrow / /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 "/arrow/python/setup.py", line 372, in <module> setup( File "/tmp/arrow-HEAD.2nue1/venv-source/lib64/python3.11/site-packages/setuptools/__init__.py", line 103, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/arrow-HEAD.2nue1/venv-source/lib64/python3.11/site-packages/setuptools/_distutils/core.py", line 146, in setup _setup_distribution = dist = klass(attrs) ^^^^^^^^^^^^ File "/tmp/arrow-HEAD.2nue1/venv-source/lib64/python3.11/site-packages/setuptools/dist.py", line 307, in __init__ _Distribution.__init__(self, dist_attrs) File "/tmp/arrow-HEAD.2nue1/venv-source/lib64/python3.11/site-packages/setuptools/_distutils/dist.py", line 284, in __init__ self.finalize_options() File "/tmp/arrow-HEAD.2nue1/venv-source/lib64/python3.11/site-packages/setuptools/dist.py", line 659, in finalize_options ep(self) File "/tmp/arrow-HEAD.2nue1/venv-source/lib64/python3.11/site-packages/setuptools_scm/integration.py", line 123, in infer_version config = Configuration.from_file(dist_name=dist_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/arrow-HEAD.2nue1/venv-source/lib64/python3.11/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) Continuous Integration, 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
