cmpadden commented on pull request #11602: URL: https://github.com/apache/arrow/pull/11602#issuecomment-1033054411
I'm glad I stumbled on this PR as I was running into this issue while following the _Python Development_ guide. In addition to recommending the use of `-DARROW_INSTALL_NAME_RPATH=OFF` for development on MacOS, do you think it would be beneficial to present the user with a likely error message that is a result of not setting this option? See: ``` E Reason: tried: '/opt/homebrew/lib/libarrow.800.dylib' (no such file), '/opt/homebrew/lib/libarrow.800.dylib' (no such file), '/usr/local/lib/libarrow.800.dylib' (no such file), '/usr/lib/libarrow.800.dylib' (no such file) ``` Or would this be too verbose and user-specific for the docs? Thanks! -- 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]
