jorisvandenbossche commented on issue #33765: URL: https://github.com/apache/arrow/issues/33765#issuecomment-1403686314
I didn't yet further investigate, but at least I can confirm that I also get those warnings using a debug build of Python 3.11 and the latest pyarrow installed as a wheel. And the same with pyarrow installed using conda. BTW, it seems that conda-forge just has a python debug build since two weeks (https://github.com/conda-forge/python-feedstock/pull/597), so that's an easy way to get it (`mamba install conda-forge/label/python_debug::python`) I can try to further look at it in one of the coming days. > Perhaps upgrading Cython on our wheel build jobs would be enough? I would assume that we use the latest cython already (at the time of building the wheel, of course, but the conda-package is more recent). But will try with building pyarrow locally. -- 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]
