Specifying x86 (32-bit) pypy-nightly on Windows installs a 64-bit binary
See original GitHub issueDescription:
- 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:
- Created a year ago
- Comments:6
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
great, thanks!
I’m going to close this issue, feel free to contact us if you have any concerns, thank you!