-
Notifications
You must be signed in to change notification settings - Fork 586
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
Setup Python 3.6 fails #480
Comments
I just saw that there's a closed issue that is identical (the tool cache path seems to be different): #355 Sadly it was closed because the author dropped support for 3.6 not because there is a solution. |
I was able to fix the issue.
Having said that, I don't know why this solves the problem or why the other runners never had any issue. |
Description:
Setup Python 3.6 fails. More recent versions work as expected. Other self-hosted runners on the same system using Python 3.6 work perfectly fine.
Action version:
Tried v2, v3, and v4.
Platform:
Runner type:
Tools version:
Python 3.6 (tested 3.6.9 and 3.6.15)
Repro steps:
Expected behavior:
Python 3.6 is setup.
Actual behavior:
Errors are raised:
Python 3.7 and above are working though 😕.
To make things worse I have setup a few other self-hosted runners on the same system, all using Python 3.6, and all of them are working perfectly 😖 .
The text was updated successfully, but these errors were encountered: