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)"
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)"