-
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
Latest version of cryptography 2.2.1 fails on module import #764
Comments
Interesting for me I do get an error:
I will have to dig into this as its not readily apparent to me why this is the case. Checking the deployment packages it looks like the entire Also looking at their changelog
is the only big thing I see in there but that shouldn't be relevant. |
@dmulter I dug into this a little more and it looks like cryptography switched their python 3 wheels to use the stable ABI So this will need to be updated in the Chalice packager to fallback on the |
Thanks for the investigative work, nice job. I'll keep crypto locked till the bug is resolved. |
I've been using a 2.x version of the cryptography package with no problem for some time. I had version 2.1.4 as the latest until today, when I upgraded to 2.2.1. This new version reports no problem during
chalice deploy
, but I get errors in my CloudWatch logs when I make requests into the app:Unable to import module 'app': No module named 'cryptography'
The text was updated successfully, but these errors were encountered: