I just wanna say thank you so much for creating this video. I've been watching every videos in order setup python libraries inside of the layers, but none of those videos helped me until I found this video. Keep up the great work! Thank you, thank you, thank you!!!!!
Thank you very much for the work, but I did exactly this and it is giving me this error: [ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': Unable to import required dependencies: numpy: Original error was: No module named 'numpy.core._multiarray_umath' check the python and numpy versions and they are the ones i have uploaded in the zip file any ideas on how to solve this? thanks for your time!
Make things easy. Use AWS cloud9 (Linux machine) to build and AWS cloud terminal to load to lambdas. AWS needs another product like lambdas bc good luck with pandas and scipy. Easily violate storage req with libraries.
this video was helpul bro... I was struggling to add numpy layer. I was getting this following error: "errorMessage": "Unable to import module 'lambda_function': Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there.", "errorType": "Runtime.ImportModuleError", despite installing numpy, pandas package😭😭😭
I get this issue while trying to do this: START RequestId: 045b27ad-6972-4829-8ee3-332f7233b971 Version: $LATEST [ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_helper': Unable to import required dependencies: numpy: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. Traceback (most recent call last):END RequestId: 045b27ad-6972-4829-8ee3-332f7233b971 REPORT RequestId: 045b27ad-6972-4829-8ee3-332f7233b971 Duration: 18.00 ms Billed Duration: 19 ms Memory Size: 128 MB Max Memory Used: 56 MB Init Duration: 251.13 ms
e2e gitrepo github.com/e2eSolutionArchitect
e2e gitrepo for 'Terraform' github.com/e2eSolutionArchitect/terraform
e2e Academy repo github.com/e2eSolutionArchitect/academy
Most helpful video I found after 4hrs search..thank u
I just wanna say thank you so much for creating this video. I've been watching every videos in order setup python libraries inside of the layers, but none of those videos helped me until I found this video. Keep up the great work! Thank you, thank you, thank you!!!!!
Great video! But why does it seem like so much extra work? See Seems like AWS should have a built-in pip installer
Thank you so much, i've been struggling with this for days and this tutorial is the best one i've seen!
Thank you so much. None of the available tutorials were helping me on that issue, and this video tutorial was killer.
Thank you very much, It helped me a lot and also avoid installing the libraries in the system and copying the folders.
Thank you for creating this video! Was extremely helpful!
you sir just saved me a hell lot of trouble. thank you
Thank you so much for this detailed info, it help me a lot, this is best explained video that i have ever seen for adding layer
Thank you so much. This was easy to understand and follow
Very helpful, thanks
Thank you so much for the video!! It worked for me !!!
Thank you 🙏🙏 excellent explanation
Thank you Thank you Thank you so much this video helped me a lot
Thank you! Very useful!
Thank you so much 👏👏👏👏
The Best!!!!!! Thanks mate!
Great on you !!! finally it works !!
Very useful thank you
did I need to use this "pytz" for any package I want to install or is it for pandas specifically?
awesome job. thank you!
Amazing ❤
Thank you very much for the work, but I did exactly this and it is giving me this error:
[ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': Unable to import required dependencies:
numpy:
Original error was: No module named 'numpy.core._multiarray_umath'
check the python and numpy versions and they are the ones i have uploaded in the zip file
any ideas on how to solve this?
thanks for your time!
Hi , i am also facing the same issue . How did you resolve that??
Great video! Thanks, it really helped me out. Appreciate! it might be helpful to others if you could increase your font size a little.
is it possible to share the links for downloading the files.. not getting pytz same version..
Thank you so much!
adding dependencies in python folder is necessary?
thanks..it helped
Brilliant!
Thankyou brooooo❤
@e2e Solution Architect how we can add the bigger size library to lambda layers?
use efs and use it is lamda
Great video if you will use small libraries like pandas and numPy but it will not work with a bigger one like scikit or xgboost Thank you!
Hello, i followed the same method but still not able to get rid of the error.
yeee succesful ll happy
Make things easy. Use AWS cloud9 (Linux machine) to build and AWS cloud terminal to load to lambdas. AWS needs another product like lambdas bc good luck with pandas and scipy. Easily violate storage req with libraries.
this video was helpul bro... I was struggling to add numpy layer. I was getting this following error: "errorMessage": "Unable to import module 'lambda_function': Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.",
"errorType": "Runtime.ImportModuleError",
despite installing numpy, pandas package😭😭😭
try with python 3.9 lambda run time it work for me
Thanks for the video, but this method did not work for me. I have followed all the steps. Please help me on this
can you try something for ansible in lambda... it looks easy but ain't == this is why asking you to give it a try
simple way would be to use, it would download all the packages inside one folder
pip install pandas pytz numpy -t .
I did not understand y u chose to zoom out the screen too much? It was difficult for us to see it clearly.
thx b
I get this issue while trying to do this:
START RequestId: 045b27ad-6972-4829-8ee3-332f7233b971 Version: $LATEST
[ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_helper': Unable to import required dependencies:
numpy: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
Traceback (most recent call last):END RequestId: 045b27ad-6972-4829-8ee3-332f7233b971
REPORT RequestId: 045b27ad-6972-4829-8ee3-332f7233b971 Duration: 18.00 ms Billed Duration: 19 ms Memory Size: 128 MB Max Memory Used: 56 MB Init Duration: 251.13 ms
Thank you so much!!