I am trying to import PIL on AWS.
I installed PIL using the below command.
pip3 install Pillow -t Desktop/myfolder
then zipped inside library and a lambda_function.py
It looks on aws console like this
But I'm getting the below error.
ule 'lambda_function': cannot import name '_imaging'