Skip to content

Commit

Permalink
[Cylon] Install Parquet library and resolve dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Arup Sarker <arupcsedu@gmail.com>
  • Loading branch information
arupcsedu committed May 23, 2024
1 parent 0a01ffd commit 758a0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ build_cpp_with_custom_arrow() {
source "${PYTHON_ENV_PATH}"/bin/activate || exit 1
read_python_requirements
pip install pyarrow==14.0.2 || exit 1
pip install parquet || exit 1
ARROW_LIB=$(python3 -c 'import pyarrow as pa; import os; print(os.path.dirname(pa.__file__))') || exit 1
ARROW_INC=$(python3 -c 'import pyarrow as pa; import os; print(os.path.join(os.path.dirname(pa.__file__), "include"))') || exit 1
echo "ARROW_LIB: $ARROW_LIB"
Expand Down

0 comments on commit 758a0dd

Please sign in to comment.