kou commented on issue #44244:
URL: https://github.com/apache/arrow/issues/44244#issuecomment-2380508333
Thanks.
```text
/opt/homebrew/Caskroom/miniconda/base/envs/test/bin/python3:
...
Load command 17
cmd LC_RPATH
cmdsize 40
path @loader_path/../lib/ (offset 12)
```
`@rpath` in this context should be
`/opt/homebrew/Caskroom/miniconda/base/envs/test/lib`.
Hmm. Both of `libarrow*.dylib` from PyArrow wheel and apache-arrow formula
don't exist in there...
Could you use `python` not `python3` because `python -c "import pyarrow"`
uses `python` not `python3`?
`otool -l $(which python)`?
--
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]