raulcd commented on issue #35743: URL: https://github.com/apache/arrow/issues/35743#issuecomment-1562894895
I can't seem to be able to reproduce in my current environment on main, with Python 3.10, and: ``` $ pip show setuptools Name: setuptools Version: 62.3.3 Summary: Easily download, build, install, upgrade, and uninstall Python packages Home-page: https://github.com/pypa/setuptools Author: Python Packaging Authority Author-email: [email protected] License: Location: /home/raulcd/code/pyarrow-dev/lib/python3.10/site-packages Requires: Required-by: ipython, setuptools-scm $ pip --version pip 23.1.2 from /home/raulcd/code/pyarrow-dev/lib/python3.10/site-packages/pip (python 3.10) ``` @pitrou what version of setuptools are you using? -- 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]
