Replies: 2 comments 2 replies
-
ref rasterio/rasterio-wheels#136 developmentseed/titiler-md-demo#3 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hmm, actually, it seems like there is a file libexpat.so.1
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I wanted to upgrade the deployment/aws/lambda to use 3.12 or 3.13 so I can try it with Lambda SnapStart (https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html)
#1106 , here is a branch /pull request with the stuff that seemed to work:
dockerfiles/Dockerfile
f-skold@5d64110
I this change, I try to use AWS image for python 3.13, it is using AWS Linux 2023 (see https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html)
they have changed package manager from yum to dnf.
When running this in a lambda, I get this error message:
Here is alist of what packages exists in the new AWS Linux: https://docs.aws.amazon.com/linux/al2023/release-notes/all-packages-AL2023.6.html
Can you help me investigate this:
What is the error here, is it AWS Linux 2023 that do not ship libexpat1.so?
How can I see what in python is causing this problem? In my CloudWatch logs, the message is cut after the third line ("Traceback (most recent call last):")
Or is it some python package that wants to use libexpat1.so when it could use libexpat 2 instead?
Regards, Fredrik
Beta Was this translation helpful? Give feedback.
All reactions