From c0455caf2d7335fb21acfa6f2924b43c18a7c1de Mon Sep 17 00:00:00 2001 From: Artur Lobanov <Artur.Lobanov@cern.ch> Date: Thu, 7 Dec 2023 22:55:22 +0100 Subject: [PATCH] Add pyarrow pip install to setup --- setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d9f9c0d..de56cd6 100644 --- a/setup.sh +++ b/setup.sh @@ -29,4 +29,7 @@ cd $SCRIPT_DIR # put the HLS tools on the PATH echo "ML@L1T Setup: prepending $SCRIPT_DIR/bin to PATH" -export PATH=$SCRIPT_DIR/bin:$PATH \ No newline at end of file +export PATH=$SCRIPT_DIR/bin:$PATH + +# install pyarrow for parquet file handling +pip3 install pyarrow \ No newline at end of file -- GitLab