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
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 havelibparquetpresent otherwise I get the following error:We should be able to have a minimal installation and import pyarrow without parquet.
Component(s)
Python