-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing the multiarray numpy extension module failed #239
Comments
In the vendor file I've been including the numpy directory as well as a lib directory that includes libatlas.so.3, libcblas.so.3, libclapack.so.3 I decided to try making the endpoint return the directory structure of the lambda package as json. I can see that the numpy directory is included in the root directory but the lib directory isn't showing up. When you add/remove files from the vendor directory, are those changes reflected after each deploy? |
I needed to install the newest version of Chalice from github; the one at PyPI doesn't include the vendor updates. |
v0.6.0 has now been released that includes support for the |
This is working v0.6.0 |
I've tried adding various numpy configurations to the vendor directory to get numpy up and running (installing numpy in a virtualenv on an ec2 instance and downloading the resulting /usr/lib64/atlas-sse3/ and numpy directories, using the numpy and lib directories from this docker build https://github.com/ryansb/sklearn-build-lambda, and using this precompiled version https://github.com/Miserlou/lambda-packages/tree/master/lambda_packages) but I'm consistently getting this error message in cloudwatch:
The text was updated successfully, but these errors were encountered: