raulcd commented on issue #36065:
URL: https://github.com/apache/arrow/issues/36065#issuecomment-1593210740

   As a note with the wheels is successful:
   ```
   $ python3 -m venv raul-test
   $ source raul-test/bin/activate
   $ pip install pyarrow==12.0.1
   Collecting pyarrow==12.0.1
     Using cached 
pyarrow-12.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.9 
MB)
   Collecting numpy>=1.16.6
     Using cached 
numpy-1.24.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 
MB)
   Installing collected packages: numpy, pyarrow
   Successfully installed numpy-1.24.3 pyarrow-12.0.1
   
   [notice] A new release of pip is available: 23.0.1 -> 23.1.2
   [notice] To update, run: pip install --upgrade pip
   $ python
   Python 3.11.4 (main, Jun  6 2023, 22:16:46) [GCC 11.3.0] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import pyarrow as pa
   >>> pa.__version__
   '12.0.1'
   ```
   cc @jorisvandenbossche 


-- 
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]

Reply via email to