You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/08 08:52:08 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #14586: ARROW-18284: [Python][Docs] Add missing CMAKE_PREFIX_PATH to allow setup.py CMake invocations to find Arrow CMake package

jorisvandenbossche commented on PR #14586:
URL: https://github.com/apache/arrow/pull/14586#issuecomment-1306848824

   @WillAyd this is a correct fix for the docs if you are setting `ARROW_HOME` to a custom path (thanks for the catch!), but just to note since I see you are using mambaforge: if you set `ARROW_HOME` to the conda env prefix path (`export ARROW_HOME=$CONDA_PREFIX`), then you don't need to set `CMAKE_PREFIX_PATH`, because in that case Arrow will be installed in the conda env standard location, and cmake will find it automatically.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org