-
Notifications
You must be signed in to change notification settings - Fork 163
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
PyPI releases #88
Comments
Hi everyone. We see that your project in PyPI hasn't been updated yet. Can you release the latest change on PyPI? Because manually installing this repo on pip via specific commit from git creates a large file that forces us to use slim_handler. In turn, the deployment fails because there's something wrong with the slim_handler when I use it in my zappa settings. It forces me to not use slim_handler instead even though it uploads some 131 MB zip file to Lambda. (In my case, the error with slim_handler is that it can't find the modules specified in the |
I was having trouble with old version of cryptography library included in this package causing the same error as here: Miserlou/Zappa#1455. I found workaround by installing this package from Github and excluding it in pip install git+https://github.com/Miserlou/lambda-packages.git And add this to "exclude": ["lambda_packages*"] |
In your |
Same problem and the previously mentioned:
hack didn't prevent the huge zip file. Still waiting for this to be properly pushed to PyPI. |
Further motivation to make a new release - cryptography 2.1.4 has a CVE, fixed in 2.3.1. |
It would be great if the latest changes landing in master released to PyPI at the same time. This process can be automated once and for all.
The text was updated successfully, but these errors were encountered: