Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Numpy #43

Open
John-Donalson opened this issue Nov 30, 2022 · 1 comment
Open

Numpy #43

John-Donalson opened this issue Nov 30, 2022 · 1 comment

Comments

@John-Donalson
Copy link

lambda using your arn causes numpy issue.

@pgreene
Copy link

pgreene commented Dec 13, 2022

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants