-
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
EMR CLI run throws error #24
Comments
we need to do this in docker file
|
Thanks @soumilshah1995 for filing. Yea, I noticed in #23 that something changed with Poetry 1.6.x and it no longer installs on Python 3.7, even though 3.7 support wasn't (officially) deprecated until 1.6.1 I think. That said, 1.5.x still works but I should fix this in the Dockerfile template. |
There is some more issue I have been working on project where I am trying to use boto3 and creating SQS client
|
Yea, the CLI maintains compatibility with 3.7 today because EMR still uses 3.7. Once that changes, I'll deprecate 3.7 support. |
Any suggestion on how to fix the issue as I wanted to use Boto3 SQS client looks like due to older python version it does not work as intended any suggestion would be great |
That's just a warning, right? The error message indicates boto3 updates will no longer be available after December, but for now you should be fine. Does that warning message cause any errors? |
Yes I am not able to POLL my SQS queue for messages I tried executing code in EMR Serverless using EMR CLI and I had really tough time to get it to work due to boto3 SQS client not working correctly I was using EMR 6.9 Code
I could not get SQS Client for BOTO3 to work for some reason |
Ah got it. Does your EMR Serverless job error out at all? I haven't made any SQS samples, but might be able to check tomorrow. |
Hello I am using Mac OS running Docker container
Error
The text was updated successfully, but these errors were encountered: