Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In AWS Lambda "Unable to import module 'app': /lib64/libm.so.6: version `GLIBC_2.27' not found" #314

Open
Karthickrajan-L opened this issue Jul 29, 2024 · 0 comments

Comments

@Karthickrajan-L
Copy link

I created a python package from a ubuntu machine with "ldd (Ubuntu GLIBC 2.27-3ubuntu1.5) 2.27" and created a layer in AWS Lambda and attached the same with Lambda function with runtime python 3.10. When I try to trigger a request I'm getting below issue.

"errorMessage": "Unable to import module 'controller.app': /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /opt/python/lib/python3.10/site-packages/onnxruntime/capi/onnxruntime_pybind11_state.cpython-310-x86_64-linux-gnu.so)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant