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

Python 3.8 compatibility #28

Open
mittasau opened this issue Dec 9, 2020 · 2 comments
Open

Python 3.8 compatibility #28

mittasau opened this issue Dec 9, 2020 · 2 comments

Comments

@mittasau
Copy link

mittasau commented Dec 9, 2020

The external dependencies required by NR logs ingestion lambda are only supported in python 3.7 (pep517, aio packages etc). I have a Jenkins pipeline using alpine image with Python 3.8. This will cause Jenkins to fail creating correct deployable package for AWS Lambda, and lambda would eventually fail.

@kolanos
Copy link
Contributor

kolanos commented Dec 9, 2020

@mittasau Thanks for reporting. Can you use Python 3.7 in the meantime as a workaround?

@mittasau
Copy link
Author

mittasau commented Dec 9, 2020

@kolanos Thanks for acknowledging. I have currently used SAM setup with python 3.7 for lambda installation as a manual workaround.

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

2 participants