3 Answers
- Newest
- Most votes
- Most comments
1
answered 3 years ago
0
Hello,
we recently added support for python 3.9 in Glue Python Shell scripts. With this release we also added more libraries out of the box and simplified how you can install additional libraries.
For more details please refer to this blog post.
hope this helps
-1
AWS Glue version 2.0 and above support python version 3.7. https://docs.aws.amazon.com/glue/latest/dg/release-notes.html
To use python version above 3.6, consider migrating your Glue job to version 2.0 or 3.0. https://docs.aws.amazon.com/glue/latest/dg/migrating-version-30.html
answered 3 years ago
Relevant content
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 24 days ago
Thanks for the response. But that doc is talking about spark jobs whereas my glue jobs are python shell. And for python shell glue version is 1.0 only, it doesn’t support 2.0