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