Skip to content
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

Closed
2 of 7 tasks
nulano opened this issue Mar 31, 2021 · 3 comments
Closed
2 of 7 tasks

PyPy 7.3.4 fails to install on Windows #196

nulano opened this issue Mar 31, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@nulano
Copy link

nulano commented Mar 31, 2021

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
  • Some other tag (such as v2.0.1 or master)

Environment

  • self-hosted
  • Linux
  • Windows
  • Mac

Python Versions
pypy-3.7-v7.3.4, pypy-3.7-v7.3.4rc1, pypy-3.7-v7.3.4rc2

To Reproduce

    strategy:
      matrix:
        architecture: ["x86", "x64"]
    steps:
    - uses: actions/setup-python@v2
      with:
        python-version: pypy-3.7-v7.3.4rc1
        architecture: ${{ matrix.architecture }}

Gives the following error for both architectures:

Run actions/setup-python@v2
  with:
    python-version: pypy-3.7-v7.3.4rc1
    architecture: x64
    token: ***
PyPy version 3.7 (v7.3.4-rc.1) was not found in the local cache
Error: PyPy version 3.7 (v7.3.4-rc.1) with arch x86 not found

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)

@nulano nulano added the bug Something isn't working label Mar 31, 2021
@nulano 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
@nulano
Copy link
Author

nulano commented Apr 4, 2021

PyPy 7.3.4rc2 is also not found:

Run actions/setup-python@v2
  with:
    python-version: pypy-3.7-v7.3.4rc2
    architecture: x64
    token: ***
PyPy version 3.7 (v7.3.4-rc.2) was not found in the local cache
Error: PyPy version 3.7 (v7.3.4-rc.2) with arch x86 not found

@nulano 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 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
@nulano
Copy link
Author

nulano commented Apr 8, 2021

The release is also not found:

Run actions/setup-python@v2
  with:
    python-version: pypy-3.7-v7.3.4
    architecture: x64
    token: ***
PyPy version 3.7 (v7.3.4) was not found in the local cache
Error: PyPy version 3.7 (v7.3.4) with arch x86 not found

@konradpabjan
Copy link
Collaborator

This has been fixed with the latest release! Please let us know if there are any more issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants