bkietz commented on issue #44696:
URL: https://github.com/apache/arrow/issues/44696#issuecomment-2471374105

   If you're using conda, that will put `libarrow.so` in `$CONDA_PREFIX/lib/`
   
   Brew is configurable. IIUC the default is `/usr/opt/lib` but you can get the 
exact location for a package with `brew --prefix gdal`
   
   I expect you will see libarrow in both of those places in your error case
   
   On Linux you can see which dynamic libraries are loaded at runtime with
   ```
   >>> print(pathlib.Path("/proc/self/maps").read_text())
   ```
   ... but I don't know what the equivalent for macOS would be


-- 
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]

Reply via email to