-
Notifications
You must be signed in to change notification settings - Fork 565
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
macos-latest (11.6) is not longer working with pypy3 #244
Comments
The I don't expect this to be fixed, rather I would expect |
Thanks for letting me know. This is somehow hidden information. I wish Github Actions had a better deprecation system for the actions that are being used. |
GitHub is migrating macos-latest to macos-11, and it only has pypy-3.7: https://github.com/actions/virtual-environments/blob/45df250473c17be4ad5439675d73415ae94d7803/images/macos/macos-11-Readme.md#pypy There are known issues about this: - actions/setup-python#244 "macos-latest (11.6) is not longer working with pypy3" - https://github.com/actions/setup-python/actions/workflows/test-pypy.yml tests are failing
GitHub is migrating macos-latest to macos-11, and it only has pypy-3.7: https://github.com/actions/virtual-environments/blob/45df250473c17be4ad5439675d73415ae94d7803/images/macos/macos-11-Readme.md#pypy There are known issues about this: - actions/setup-python#244 "macos-latest (11.6) is not longer working with pypy3" - https://github.com/actions/setup-python/actions/workflows/test-pypy.yml tests are failing
See <actions/setup-python#244> for latter.
See <actions/setup-python#244> for the latter.
Hello @mlech-reef! I agree with @nulano comment and hope it helped you. |
It would be really helpful to display a warning or error like this: Or even in the logs when it runs, maybe: Run actions/setup-python@v2
Error: PyPy 3.6 not found
+Note: 'pypy2' and 'pypy3' aliases are deprecated, use full format specifier I've created #265 so it's at least mentioned in the README. Thanks! |
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
I'm confused, but these seem relevant: actions/setup-python#244 actions/setup-python#164
I'm confused, but these seem relevant: actions/setup-python#164 actions/setup-python#244
See actions/setup-python#244 for more info.
See actions/setup-python#244 for more info.
See actions/setup-python#244 for more info.
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
pypy3 is deprecated and is not available in newer images: actions/setup-python#244 (comment) Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos
Describe the bug
macos-latest
is not longer working withpypy3
Which version of the action are you using?
v2
Environment
Mac
Python Versions
pyp3
To Reproduce
Use
macos-latest
andpypy3
Run/Repo Url
https://github.com/Backblaze/B2_Command_Line_Tool/pull/752/checks?check_run_id=3689409724
Screenshots
Additional context
macos-latest
has recently been changed from 10.15 to 11.6. This is probably the cause of the problem.The text was updated successfully, but these errors were encountered: