macOS: universal package python3.12 crashes when running pip debug
#684
Labels
bug
Something isn't working
pip debug
#684
Description:
It seems the new python3.12 universal2 packages released for macOS have been shipped with a version of pip (23.1.2) which contains a vendored dep that causes pip to crash at runtime.
ref:
pypa/pip#12053
python/typing_extensions#162
#108 (comment)
Action version:
actions/setup-python@v4
Platform:
Runner type:
Tools version:
3.12
Repro steps:
Full example can be seen here https://github.com/deric4/github-action-runner-reference/actions/runs/5286208770/attempts/1#summary-14311090932
action configuration
*minimal workflow
Expected behavior:
Running
python3.12 -m pip debug
runs successfully.Actual behavior:
Job is cancelled because pip crashes.
output
The text was updated successfully, but these errors were encountered: