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.6 is missing from ubuntu 22.04 for arch x64 #561

Closed
2 of 5 tasks
rouilj opened this issue Dec 6, 2022 · 5 comments
Closed
2 of 5 tasks

Python 3.6 is missing from ubuntu 22.04 for arch x64 #561

rouilj opened this issue Dec 6, 2022 · 5 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@rouilj
Copy link

rouilj commented Dec 6, 2022

Description:

Similar to issue #543 which addresses Python version 2.7, version 3.6 is also missing.

Run actions/setup-python@v4
  
Version 3.6 was not found in the local cache
Error: Version 3.6 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

and 3.6 is missing from the manifest.

Action version:

4

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

3.6

Repro steps:

See:

https://github.com/roundup-tracker/roundup/actions/runs/3617160920/jobs/6127223518

Expected behavior:

I expect version 3.6 to run on ubuntu 22.04

Actual behavior:

environment setup fails

@rouilj rouilj added bug Something isn't working needs triage labels Dec 6, 2022
@rouilj
Copy link
Author

rouilj commented Dec 6, 2022

As mentioned on issue 543, 3.6 is used for a number of long term releases.
#543 (comment)

@davidpellcb
Copy link

We just ran into this issue with 3.9.10:

Run actions/setup-python@v2
Version 3.9.10 was not found in the local cache
Error: Version 3.9.10 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

@hugovk
Copy link
Contributor

hugovk commented Dec 6, 2022

3.6 is a duplicate of #544, close reason (#544 (comment)):

Hello everyone. Python 3.6 reached end-of-life on Dec 12, 2021. Therefore, we won’t be supporting it with new versions of our hosted runners. If you need Python 3.6, it’s still available on ubuntu-20.04. There are a couple reasons we stop supporting end-of-life versions. They no longer have maintenance support, so there’s no path forward for fixing bugs or security issues. Also, they tend to run into compat issues with dependencies on newer operating systems, which is a source of confusing bugs.

For now I'm going to close the issue.

3.9.10 is a duplicate of #553:

Python 3.9.10 is built for Ubuntu18, Ubuntu20. You can try to switch to ubuntu-20.04 tag.

@MaksimZhukov
Copy link
Contributor

Hello @davidpellcb !
The ubuntu-latest tag is being migrated to Ubuntu 22.04 (see details in the related announcement). We have not built Python 3.9.10 for Ubuntu 22.04. Python 3.9 is available for installation on Ubuntu 22.04 starting with Python 3.9.12. Could you please switch to the Python 3.9.12 (or higher) or specify Python version as 3.9 to install the latest available patch version?

    - name: Set up Python
      uses: actions/setup-python@v4
      with:
        python-version: '3.9'

@MaksimZhukov
Copy link
Contributor

I am closing this issue as a duplicate of this one.

@MaksimZhukov MaksimZhukov added duplicate This issue or pull request already exists and removed needs triage labels Dec 7, 2022
asdf8601 added a commit to asdf8601/IneqPy that referenced this issue Mar 12, 2023
asdf8601 added a commit to asdf8601/IneqPy that referenced this issue Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants