paleolimbot commented on issue #44696: URL: https://github.com/apache/arrow/issues/44696#issuecomment-2474178191
I think in your case you're getting a statically-linked Arrow (via pyarrow, since it looks like it was installed from pypi) and a dynamically-linked Arrow (via pip install gdal, which I believe builds against your homebrew Arrow). I am wondering if that error would also occur if the versions were identical because of the static/dynamic mismatch. Also possibly related: https://github.com/OSGeo/gdal/pull/10539 -- 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]
