nk-fouque opened a new issue, #38373: URL: https://github.com/apache/arrow/issues/38373
### Describe the usage question you have. Please include as many useful details as possible. Hi, I am using pyarrow as a dependency of another library in my project running on AWS Lambda. Sadly, when I try to run my lambda I get the error `lib64/libm.so.6: version 'GLIBC_2.27' not found (required by /mnt/efs/site-packages/pyarrow/libarrow.so.1300)",` Indeed AWS Lambda documentation specifies [here](https://docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20230424.html) that the AmazonLinux 2 image only comes with glibc 2.26. I am trying to figure out how much I have to downgrade pyarrow to find the right version that uses glibc 2.26 but I can't find any indications on the matter. Help would be appreciated. ### Component(s) Continuous Integration, 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]
