Open jccartwright opened 5 months ago
Have you resolved yet?
no, I never found a solution
Hi @vincentsarago I have follow the docs but still get an issue above. Here is my screenshot
This is env:
Can you help me to check that :(
I use python3.8 and /lambgeo/lambda-gdal:3.5
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!