gbarrospfrmwk commented on issue #38749: URL: https://github.com/apache/arrow/issues/38749#issuecomment-1821045799
The thing is that I install the libraries in CircleCI pipeline using an `ubuntu 22.04.1 LTS` image, which has `glibc 2.35`, then I export them into a Zip file, so the issue is that my pipeline environment is different from my lambda environment. So it ends up picking the wheel that works for the pipe env but not for my lambda. I tried to remove all wheels from the `poetry.lock` file leaving only the `*manylinux_2_17_x86_64.manylinux2014_x86_64.whl` but the error is still occurring. -- 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]
