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 removed from latest ubuntu runners #163

Open
mjclarke94 opened this issue Apr 8, 2024 · 2 comments
Open

Python 3.8 removed from latest ubuntu runners #163

mjclarke94 opened this issue Apr 8, 2024 · 2 comments
Assignees

Comments

@mjclarke94
Copy link

Python 3.8 is not present on the latest runner images for ubuntu, as it is no longer actively maintained. Not only does this result in a need to pin to older runner images, but means the deployment workflow relies on a version of python which doesn't receive security updates anymore.

Unpinning to just use whatever python version is present on the runner image might be the cleanest solution here.

@benpankow
Copy link
Member

Thanks for the report, Matt - I believe to address this we'll need to publish a new dagster-cloud.pex on a more recent Python version - right now we only have published one for 3.8.

@ezpzbz
Copy link

ezpzbz commented Jul 25, 2024

@benpankow is there any tentative timeline when this is gonna happen? We still need to use ubuntu-20.04.
I just tried with action v0.1.43 and failed with the same reason
/usr/bin/env: ‘python3.8’: No such file or directory

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

4 participants