-
Notifications
You must be signed in to change notification settings - Fork 616
Version 3.7 was not found in the local cache #962
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
Comments
Worth noting Python 3.7 is the first Python that's attempted, and the rest are skipped when that fails. So the problem may not be 3.7 specific. |
I had the same problem in python 3.7, so I upgraded python to 3.8. It worked |
It's very disappointing that no one from GitHub Actions support fixed this issue immediately. (cc @kajweb ,@konradpabjan ) |
I have just started having the same issue in my actions that are using python 3.8.12 (Version 3.8.12 was not found in the local cache) - i can see it still exists in the versions manifest, so not sure why this is erroring |
Unfortunately, some projects can't upgrade from 3.7. As a fix we changed from |
Hello @ebattat, please let us know if the information provided above resolved your issue? If you have any further concerns or questions, feel free to reach out. |
Yes, I have removed Python3.7 from my project. |
Hello @ebattat, Thank you for your confirmation and we are proceeding to close this issue. Please feel free to reach us, If you encounter any further issues or need assistance. |
- End of Life (EOL) last year - actions/setup-python#962
Oups, didn't mean to tag the link from a commit message |
### Changelog <!-- Write a one-sentence summary of the user-impacting change (API, UI/UX, performance, etc) that could appear in a changelog. Write "None" if there is no user-facing change --> None ### Docs <!-- Link to a Docs PR, tracking ticket in Linear, OR write "None" if no documentation changes are needed. --> None ### Description <!-- Describe the problem, what has changed, and motivation behind those changes. Pretend you are advocating for this change and the reader is skeptical. --> CI [broke recently](https://github.com/foxglove/schemas/actions/runs/12341162294/job/34439471378?pr=159) because Python 3.7 is not supported for Ubuntu 24.04 x64. See actions/setup-python#962. This fixes the `python` job to use Ubuntu 22.04.
Python 3.7 is not supported on GitHub Actions ubuntu-latest runner: actions/setup-python#962 Python 3.7 has reached EOL more than 1 year ago anyway, so not worth the effort supporting it.
Python 3.7 is not supported on GitHub Actions ubuntu-latest runner: actions/setup-python#962 Python 3.7 has reached EOL more than 1 year ago anyway, so not worth the effort supporting it.
In hazelcast#717 the runner images were upgraded from Ubuntu `20` to Ubuntu `24` (implicit). [Ubuntu `24` does not have an available Python `3.7` installation](actions/setup-python#962), so the [actions fail](https://github.com/hazelcast/hazelcast-python-client/actions/runs/13270208556). Changes: - removed Python `3.7` from GitHub Actions - upgraded `setup-python` action to latest (while investigating)
In #717 the runner images were upgraded from Ubuntu `20` to Ubuntu `24` (implicit). [Ubuntu `24` does not have an available Python `3.7` installation](actions/setup-python#962), so the [actions fail](https://github.com/hazelcast/hazelcast-python-client/actions/runs/13270208556). Changes: - removed Python `3.7` from GitHub Actions - upgraded `setup-python` action to latest (while investigating)
python 3.7 has reached its end of life [1] and is no longer available for the current latest ubuntu version 24.04 [2], hence the "Version 3.7 was not found in the local cache" error in CI. Enforce ubuntu-22.04 instead of ubuntu-latest so we can test against python 3.7 until we drop support for it in the library. Resolves #585 [1] https://docs.python.org/3.7/whatsnew/3.7.0.html#summary [2] actions/setup-python#962 (comment)
Python versions 3.7 and 3.8 are EOL on Ubuntu container. See [here](actions/setup-python#962)
Python 3.7 and 3.8 are EOL on Ubuntu container. See [here](actions/setup-python#962)
Uh oh!
There was an error while loading. Please reload this page.
Description:
A clear and concise description of what the bug is.
Ubuntu-latest
For more details see failed job
Action version:
Specify the action version
Platform:
Runner type:
Tools version:
'3.7'
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
Expected behavior:
A description of what you expected to happen.
Actual behavior:
A description of what is actually happening.
The text was updated successfully, but these errors were encountered: