-
Notifications
You must be signed in to change notification settings - Fork 109
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 by default #117
Comments
Per #113 (which was later merged into master) the source code is at 3.9, but the images from the default ECRs are not as mentioned there. |
This change will make 3.8 default for 1.0: #118 It should be reflected in the default ECRs by 6/10. |
Thanks! |
I can’t see any new image in the ECRs for 5 weeks though… so not sure this should be closed. |
Which ECR are you looking at? |
gives
|
I may be wrong, but I believe that command only lists local images that have already been pulled from that repository. The Python 3.8 image was pushed on Jun 7th. Try pulling
|
Right.. Thanks for the hint. I can confirm it has Python 3.8 now. Great. Our code base has Python 3.9 though... Are you planning to further bump Python after fixing #106? |
We don't currently have it on the roadmap, but yes once #106 is resolved I don't think there should be many blockers preventing us from bumping to 3.9 so I'd like to do that ASAP. |
Is there any specific reason why the default Python version is 3.7 while Python 3.8, or even 3.9 is completely mature>
Being honest it's a bit cumbersome to constantly downgrade my SageMaker training dependencies to meet the Python 3.7 requirements.
Thank you,
The text was updated successfully, but these errors were encountered: