docker-lambda icon indicating copy to clipboard operation
docker-lambda copied to clipboard

imports failing with Python

Open jccartwright opened this issue 1 year ago • 4 comments

I'm using an import in my Python handler like:

from osgeo import gdal

and getting the error:

Unable to import module 'lambda_function': No module named 'osgeo'

What am I doing wrong?

Thanks for the help and for creating the Lambda layer!

jccartwright avatar Jun 21 '24 21:06 jccartwright