raulcd commented on issue #49822:
URL: https://github.com/apache/arrow/issues/49822#issuecomment-4287641052
@poshul I am interested on digging on the error, could you share how it can
be replicated. We have tested with uv and with the following and works:
```
$ python -m venv tmp-venv
$ source tmp-venv/bin/activate
(tmp-venv) $ pip install pyarrow
Collecting pyarrow
Using cached pyarrow-23.0.1-cp313-cp313-manylinux_2_28_x86_64.whl.metadata
(3.1 kB)
Using cached pyarrow-23.0.1-cp313-cp313-manylinux_2_28_x86_64.whl (47.6 MB)
Installing collected packages: pyarrow
Successfully installed pyarrow-23.0.1
```
--
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]