You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
I too see a numpy issue & to add more detail, this is what the cloudwatch log error says,
[ERROR] Runtime.ImportModuleError: Unable to import module 'lambda':
Unable to import required dependencies:numpy:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed.
This error can happen formany reasons, often due to issues with your setup or how NumPy was installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following: * The Python version is: Python3.8 from "/var/lang/bin/python3.8" *
The NumPy version is: "1.23.5"and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'Traceback (most recent call last): |
[ERROR] Runtime.ImportModuleError:
Unable to import module 'lambda': Unable to import required dependencies: numpy:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed.
This error can happen for many reasons, often due to issues with your setup or how NumPy was installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.8 from "/var/lang/bin/python3.8"
* The NumPy version is: "1.23.5" and make sure that they are the versions you expect.
* Please carefully study the documentation linked above for further help.
* Original error was: No module named 'numpy.core._multiarray_umath'
* Traceback (most recent call last):
-- | --
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
lambda using your arn causes numpy issue.
The text was updated successfully, but these errors were encountered: