-
Notifications
You must be signed in to change notification settings - Fork 552
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 x64 on Linux: Error: Version 3.6 with arch x64 not found #544
Comments
this affects all versions 3.6.* on ubuntu |
Hello @SamuelMarks |
Seems to be the same issue as #543 and the github runners updating from 20.04 to 22.04. There are no tarballs for 22.04 for any python 3.6.* versions. The fix may just be to hard-code the platform version to |
Ubuntu:latest doesn't include py36 anymore. Keep this until we add 3.11 and drop 3.6. See: actions/setup-python#544 rwth-i6/returnn#1226
Based on actions/setup-python#544, python 3.6 is no longer supported on ubuntu-latest
@SamuelMarks I think this is prematurely closed via a commit message. Can you reopen this? Hardcoding the Ubuntu version is not the best fix. There are many repos out there that would have to do the same thing, so it's best to be fixed in action. |
@dvershinin Ah yes it was the commit message that did it. This issue should remain open. Depressing to see people link to this issue as a reason to drop support for Python 3.6 =( …and great to see you guys working on a fix |
We're seeing the same issue but with Python 3.9.5
|
temporarily set GHA runner to ubuntu 20.04 actions/setup-python#544
otherwise tests for python 3.6 are currently failing, cf. actions/setup-python#544
I'm having the same problem for python 3.6 on a github action running on I assume this is simply due to the fact that there has been no minor release of Python 3.6 after ubuntu 22.04 was released, so a build for that system was simply never triggered. Now, if we could get someone to somehow cause a build for 3.6 for 22.04 to happen, that'd be great. I have, however, no idea at whom to address this request, as the python-versions repository has no possibility to open any issues. Maybe maintainers here can do something about that? @levrik from the same version manifest linked above, it seems that Python 3.9 should work from 3.9.12 on but no earlier. EDIT: just saw that ReeceASharp had already essentially pointed this out, so sorry for the spam. In that case however, I'd like to ask for an update on when to expect a fix ? |
otherwise tests for python 3.6 are currently failing, cf. actions/setup-python#544
Forced ubuntu version to 20.04 as python3.6 cannot be installed on ubuntu22.x based on suggestion from actions/setup-python#544 (comment) Co-authored-by: Mael Pedretti <[email protected]>
- 3.6 should still work but is causing problems with GitHub actions: actions/setup-python#544
Known issue of the `action/setup-python` action [0]. Workaround is to pin the ubuntu image to a known working version [1]. This is consistent with pinning most other packages anyway so don't think this is much of an issue. [0] actions/setup-python#544 [1] actions/setup-python#544 (comment)
Change the matrix since Python 3.6 is not available on ubuntu-22.04 actions/setup-python#544 (comment)
There is seemingly a bug with python 3.6 versions (actions/setup-python#544)
Pin ubuntu-20.04 to work around actions/setup-python#544.
* CI: test on 3.11 and 3.12 as well * CI: pin Ubuntu version to fix Python 3.6 See actions/setup-python#544 * CI: remove 2.7 support to fix build See actions/setup-python#672 * Bump actions/setup-python to v5
…ly until my issue is resolved actions/setup-python#544 )
Known issue of the `action/setup-python` action [0]. Workaround is to pin the ubuntu image to a known working version [1]. This is consistent with pinning most other packages anyway so don't think this is much of an issue. [0] actions/setup-python#544 [1] actions/setup-python#544 (comment)
temporarily set GHA runner to ubuntu 20.04 actions/setup-python#544
Description:
I've got a little project that I want to test on 3.6-3.11 on Windows, Linux, macOS. I've had no issues so far. Just upgraded to v4 of setup-python and now it doesn't work.
Action version:
v4
Platform:
Runner type:
Tools version:
3.6
Repro steps:
https://github.com/offscale/cdd-python
Expected behavior:
It should work (it used to work)
Actual behavior:
The text was updated successfully, but these errors were encountered: