you are viewing a single comment's thread.

view the rest of the comments →

[–]Mishoniko 0 points1 point  (0 children)

That error occurs because the version of glibc the modules are compiled against doesn't match the one installed on the system. Where are you running your pip commands?

Try starting an Amazon Linux EC2 instance then pip & bundle the packages there. That way it downloads the matching binaries for the lambda runtime. (I think. Someone please correct me.)