Installed versions
2026-08-31T16:12:25.9094505Z PyPy version 2.7 (7.3.22) was not found in the local cache
2026-08-31T16:12:25.9885364Z Downloading PyPy from "https://downloads.python.org/pypy/pypy2.7-v7.3.22-win64.zip" ...
2026-08-31T16:12:26.3671900Z Extracting downloaded archive...
2026-08-31T16:12:26.4815456Z [command]"C:\Program Files\PowerShell\7\pwsh.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ; try { [System.IO.Compression.ZipFile]::ExtractToDirectory('D:\a\_temp\pypy2.7-v7.3.22-win64.zip', 'D:\a\_temp\5ced18a5-c0eb-4060-b142-1604645f94c7', $true) } catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath 'D:\a\_temp\pypy2.7-v7.3.22-win64.zip' -DestinationPath 'D:\a\_temp\5ced18a5-c0eb-4060-b142-1604645f94c7' -Force } else { throw $_ } } ;"
2026-08-31T16:12:35.8111942Z Creating symlinks...
2026-08-31T16:12:35.8115015Z Installing and updating pip
2026-08-31T16:12:35.8137446Z [command]C:\hostedtoolcache\windows\PyPy\2.7.18\x64\python.exe -m ensurepip
2026-08-31T16:12:37.7094568Z DEPRECATION: A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
2026-08-31T16:12:37.7302241Z Looking in links: c:\users\runner~1\appdata\local\temp\tmp2uhdhf
2026-08-31T16:12:37.8828419Z Processing c:\users\runner~1\appdata\local\temp\tmp2uhdhf\setuptools-44.0.0-py2.py3-none-any.whl
2026-08-31T16:12:38.0766655Z Processing c:\users\runner~1\appdata\local\temp\tmp2uhdhf\pip-20.0.2-py2.py3-none-any.whl
2026-08-31T16:12:38.8482253Z Installing collected packages: setuptools, pip
2026-08-31T16:12:42.6283215Z Successfully installed pip-20.0.2 setuptools-44.0.0
2026-08-31T16:12:43.0175327Z [command]C:\hostedtoolcache\windows\PyPy\2.7.18\x64\python.exe -m pip install --ignore-installed pip
2026-08-31T16:12:43.6600827Z DEPRECATION: A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
2026-08-31T16:12:44.1597396Z Collecting pip
2026-08-31T16:12:44.1987515Z Downloading pip-20.3.4-py2.py3-none-any.whl (1.5 MB)
2026-08-31T16:12:44.7405339Z Installing collected packages: pip
2026-08-31T16:12:47.6064289Z WARNING: The scripts pip.exe, pip2.7.exe and pip2.exe are installed in 'C:\hostedtoolcache\windows\PyPy\2.7.18\x64\Scripts' which is not on PATH.
2026-08-31T16:12:47.6065516Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
2026-08-31T16:12:47.8284818Z Successfully installed pip-20.3.4
2026-08-31T16:12:48.4634102Z Successfully set up PyPy 7.3.22 with Python (2.7.18)