raulcd opened a new issue, #39006:
URL: https://github.com/apache/arrow/issues/39006

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   As part of the work that is being done on conda to divide pyarrow on a 
minimal package (`pyarrow-base`) I've realised that currently in order to 
import pyarrow we require to have `libparquet` present otherwise I get the 
following error:
   ```
   import: 'pyarrow'
   Traceback (most recent call last):
     File 
"/home/conda/feedstock_root/build_artifacts/apache-arrow_1701339661261/test_tmp/run_test.py",
 line 2, in <module>
       import pyarrow
     File 
"/home/conda/feedstock_root/build_artifacts/apache-arrow_1701339661261/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/python3.9/site-packages/pyarrow/__init__.py",
 line 65, in <module>
       import pyarrow.lib as _lib
   ImportError: libparquet.so.1400: cannot open shared object file: No such 
file or directory
   ```
   We should be able to have a minimal installation and import pyarrow without 
parquet.
   
   
   ### Component(s)
   
   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]

Reply via email to