aws-lambda-python-opencv-layer icon indicating copy to clipboard operation
aws-lambda-python-opencv-layer copied to clipboard

No module named numpy.core._multiarray_umath

Open jayeshdalwadi opened this issue 2 years ago • 0 comments

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.9 from "/var/lang/bin/python3.9"
  • The NumPy version is: "1.24.2"

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'

jayeshdalwadi avatar Sep 16 '23 13:09 jayeshdalwadi