Skip to content
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

Couldn't Import Deflate64 most likely due to circular import error on AWS Lambda #43

Open
rohannair11 opened this issue Aug 14, 2024 · 0 comments

Comments

@rohannair11
Copy link

I created a lambda function that triggers when a zip file inside the S3 bucket is copied. The function basically extracts the zip file.
The code involving this library was working fine in python 3.8 but is facing issues in python version 3.10

import code ->

'''import zipfile
from zipfile_deflate64 import ZipFile as zip64```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant