wjones127 opened a new issue, #15136:
URL: https://github.com/apache/arrow/issues/15136

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Prior to #14925, libraries such as `arrow_python.dylib` were installed in 
both `python/pyarrow` and `python/pyarrow/lib`. Afterward, they are only 
present in `python/pyarrow`, and when I build in place and run `import pyarrow` 
I get:
   
   ```
   ImportError: 
dlopen(/Users/willjones/Documents/arrows/arrow/python/pyarrow/lib.cpython-310-darwin.so,
 0x0002): Library not loaded: 
'/Users/willjones/Documents/arrows/arrow/python/pyarrow/lib/libarrow_python.1100.dylib'
   ```
   
   It seems my dev environment relied on that `lib` directory and I suspect I 
am not alone.
   
   ### Component(s)
   
   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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to