1

When I deployed my lambda and try to run it, it generates the following error:

libpython3.7m.so.1.0: cannot open shared object file: No such file or directory

Why? What can I do about it? I have in my requirements.txt the following.

snowflake-connector-python
jsonschema>=2.6.0
coverage

3 Answers 3

2

Pls follow instructions from here https://github.com/snowflakedb/examples/tree/master/lambda_function If you run into issues, raise it there on github.

Sign up to request clarification or add additional context in comments.

Comments

1

AWS Supports Python3.6 runtime, while error describing "python3.7". Have you build it with python3.7 support.

P.S. I am assuming you followed official tutorial

Comments

0

I had built the snowflake connector with Python 3.7 (latest Alpine Linux container). When I changed container and built it with python:jessie and Python 3.6 then everything worked.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.