2 Answers
- Newest
- Most votes
- Most comments
0
Hi,
Specifying your dependencies in requirements.txt is not sufficient.
Lambda runtime supplies a limited set of 3rd-party Python packages. You have to add the missing ones by yourself.
Follow this guidance to do it for urllib3: https://docs.aws.amazon.com/lambda/latest/dg/python-package.html
Best,
Didier
0
Hello.
Please try creating a layer by specifying "urllib3==1.26.15" in "requirements.txt" as described in the GitHub issue below.
https://github.com/lithops-cloud/lithops/issues/1104
Relevant content
- Accepted Answerasked a year ago
- Accepted Answerasked 8 months ago
- asked 8 months ago
- asked 8 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated a month ago
I have already added python packages from layers, last i did for langchain module after that i am getting error.