starsnpixel commented on issue #36135: URL: https://github.com/apache/arrow/issues/36135#issuecomment-1608218455
Unfortunately, I have to reopen this issue. I don't get it. I don't get any errors anymore until the end of the process destribed in https://arrow.apache.org/docs/developers/python.html#building-on-linux-and-macos, including the last paragraph ``` pushd arrow/python export PYARROW_WITH_PARQUET=1 export PYARROW_WITH_DATASET=1 export PYARROW_PARALLEL=4 python setup.py build_ext --inplace popd ``` However, if I try to make us of it, I still get the error `Missing optional dependency 'pyarrow'. Use pip or conda to install pyarrow` ... -- 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]
