-
Notifications
You must be signed in to change notification settings - Fork 14
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
Adding pyzipper to lambda layer #5
Comments
Hi mjnsr, There is no dependency on p7zip in this package. This zip implementation is based on Python's |
Yes, it did not work with: |
Yeah, that is strange behaviour. I'll keep an eye out to see if it happens anywhere else. Has this happened in any other environment for you (outside of aws lambda layer)? Glad you like using the package! |
It happened on an AWS EC2 AMI Linux 2 instance. I found that specifically Pandas has to be packaged on Amazon's machines in order to work as a Lambda layer. Thus, I went straight to their machines. And yes, there was no such thing as an easily available encryption method that allows decryption with standard software tools. I was really glad having spotted your package. |
I have tried to add pyzipper as an dependency for my AWS lambda layer:
pipenv install pyzipper
ERROR: Could not find a version that matches p7zip-full No versions found
I am not sure but the package seems to depend on the zipfile package rather than p7zip? I have tried to simply satisfy the requirement but this did not work.
The text was updated successfully, but these errors were encountered: