<#19996 2.17 release builds fail with `pantsbuild....
# github-notifications
c
#19996 2.17 release builds fail with `pantsbuild.pants-...-cp37-cp37m-....whl is not a supported wheel on this platform` Issue created by huonw Describe the bug Releases on the 2.17.x branch like https://github.com/pantsbuild/pants/actions/runs/6426486346 fail with
Copy code
$ ./pants package src/python/pants:pants-pex
...
pants.engine.process.ProcessExecutionFailure: Process 'Building local_dists.pex with 1 requirement: pantsbuild.pants-2.17.1rc1-cp37-cp37m-linux_aarch64.whl' failed with exit code 1.
stdout:

stderr:
pid 13871 -> /github/home/.cache/pants/named_caches/pex_root/venvs/822b8021ed656f02f6b6ea3339cd58807cc998ee/9c0ee82b07773088059e766d6f2282aada356a47/bin/python -sE /github/home/.cache/pants/named_caches/pex_root/venvs/822b8021ed656f02f6b6ea3339cd58807cc998ee/9c0ee82b07773088059e766d6f2282aada356a47/pex --disable-pip-version-check --no-python-version-warning --exists-action a --no-input --isolated -q --cache-dir /github/home/.cache/pants/named_caches/pex_root/pip_cache --log /tmp/pants-sandbox-TzrFHF/.tmp/pex-pip-log.0dd_ledb/pip.log download --dest /github/home/.cache/pants/named_caches/pex_root/downloads/resolver_download.mj91lel4/opt._internal.cpython-3.9.16.bin.python3.9 --no-deps pantsbuild.pants-2.17.1rc1-cp37-cp37m-linux_aarch64.whl --index-url <https://pypi.org/simple/> --retries 5 --timeout 15 exited with 1 and STDERR:
ERROR: pantsbuild.pants-2.17.1rc1-cp37-cp37m-linux_aarch64.whl is not a supported wheel on this platform.
Pants version 2.17.1rc1 (attempt!) OS macOS, Linux Additional info c78945b / #19927 was an attempt to fix this. pantsbuild/pants