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
I had similar error :
/var/task/bcrypt/_bcrypt.so: undefined symbol: PyInt_FromLong
Previous answer didn't seem to work for my Pyhon:3.6 lambda.
I succeeded using this article : https://medium.com/i-like-big-data-and-i-cannot-lie/how-to-create-an-aws-lambda-python-3-6-deployment-package-using-docker-d0e847207dd6