-
Notifications
You must be signed in to change notification settings - Fork 580
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
PyPy 7.3.4 fails to install on Windows #196
Labels
bug
Something isn't working
Comments
nulano
changed the title
PyPy 7.3.4rc1 doesn't work on Windows
PyPy 7.3.4rc1 doesn't get installed on Windows
Apr 2, 2021
PyPy 7.3.4rc2 is also not found:
|
nulano
changed the title
PyPy 7.3.4rc1 doesn't get installed on Windows
PyPy 7.3.4rc1 and 7.3.4rc2 doesn't get installed on Windows
Apr 4, 2021
nulano
changed the title
PyPy 7.3.4rc1 and 7.3.4rc2 doesn't get installed on Windows
PyPy 7.3.4 fails to install on Windows
Apr 8, 2021
The release is also not found:
|
This has been fixed with the latest release! Please let us know if there are any more issues |
7 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
PyPy 7.3.4 doesn't work on Windows, likely because the action is trying to install the 32-bit version (which does not exist) even when 64-bit is specified (which does exist).
Which version of the action are you using?
v1
v2
v2.0.1
ormaster
)Environment
Python Versions
pypy-3.7-v7.3.4
,pypy-3.7-v7.3.4rc1
,pypy-3.7-v7.3.4rc2
To Reproduce
Gives the following error for both architectures:
Run/Repo Url
https://github.com/nulano/Pillow/runs/2235978354?check_suite_focus=true
Additional context
This is likely caused by the fact this action assumes PyPy is 32-bit only on Windows, while in reality starting with version 7.3.4 PyPy is 64-bit only on Windows.
Related to #168 (comment)
The text was updated successfully, but these errors were encountered: