Using aws lambda I am receiving the following error when the script is run with the numpy module:
Unable to import module 'process': /var/task/numpy/core/multiarray.so: invalid ELF header
Is this problem related to numpy itself or numpy specifically on aws lambda. What is an invalid ELF header?
Edit:
I believe this is related to native code execution, as stated in this answer "invalid ELF header" when using the nodejs "ref" module on AWS Lambda