lambgeo / docker-lambda

AWS Lambda friendly GDAL Docker images and AWS Lambda layer
MIT License
121 stars 17 forks source link

imports failing with Python #81

Open jccartwright opened 1 month ago

jccartwright commented 1 month ago

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!