building pyarrow
last updated: Oct 20, 2023
pyarrow couldn't find openssl on my system. To get it to build, I had to do:
OPENSSL_ROOT_DIR=/opt/homebrew/Cellar/openssl@3/3.0.5 pip install pyarrow
pyarrow couldn't find openssl on my system. To get it to build, I had to do:
OPENSSL_ROOT_DIR=/opt/homebrew/Cellar/openssl@3/3.0.5 pip install pyarrow