question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Specifying x86 (32-bit) pypy-nightly on Windows installs a 64-bit binary

See original GitHub issue

Description:

      - name: Setup python
        uses: actions/setup-python@v4.2.0
        with:
          python-version: "pypy-3.8-nightly"
          architecture: "x86"

Action version:

4.2.0

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

pypy-3.8-nightly, pypy-3.9-nightly

Repro steps:

Use the action specified above. Look at the output and see:

Downloading PyPy from "https://buildbot.pypy.org/nightly/py3.8/pypy-c-jit-latest-win64.zip" ...

Expected behavior:

A 32-bit binary is installed.

Actual behavior: A 64-bit binary!

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
alexcommented, Oct 18, 2022

great, thanks!

0reactions
vsafonkincommented, Oct 18, 2022

I’m going to close this issue, feel free to contact us if you have any concerns, thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Download and Install - PyPy
Download and Install ; Linux x86 64 bit. Download · Download · Download. compatible with CentOS7 and later. ; Windows 64 bit. Download...
Read more >
python - how to pip install 64 bit packages while having both ...
Instead of changing python path, the easier way is to open command prompt on 64 bits python.exe directory and then type and run...
Read more >
orjson - PyPI
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy.
Read more >
Nuitka · PyPI
Producing a 32 bit binary on a 64 bit Windows system. Nuitka will automatically target the architecture of the Python you are using....
Read more >
pyenv-win - PyPI
NOTE: If you are running Windows 10 1905 or newer, you might need to ... Both releases can install 64bit and 32bit python...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found