Skip to content

Fix pip not found in manylinux container#108

Merged
manicmaniac merged 1 commit intomasterfrom
fix-manylinux-pip-path
Apr 5, 2026
Merged

Fix pip not found in manylinux container#108
manicmaniac merged 1 commit intomasterfrom
fix-manylinux-pip-path

Conversation

@manicmaniac
Copy link
Copy Markdown
Owner

Summary

  • In the manylinux image (quay.io/pypa/manylinux_2_28_x86_64), pip is not available on PATH
  • The build-manylinux-wheels job was failing at pip install setuptools with exit code 127
  • Fix: use /opt/python/${{ matrix.python-version }}/bin/pip consistently, matching the pattern already used in the subsequent pip wheel . step

Fixes the failure seen in the 0.5.0 release run: https://github.com/manicmaniac/arc4/actions/runs/23997541480

Test plan

  • Merge and re-run the release workflow (or re-tag) to confirm build-manylinux-wheels jobs pass

🤖 Generated with Claude Code

In the manylinux image, pip is not available on PATH. Use the
version-specific pip at /opt/python/<version>/bin/pip instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@manicmaniac manicmaniac merged commit 97e44ba into master Apr 5, 2026
9 checks passed
@manicmaniac manicmaniac deleted the fix-manylinux-pip-path branch April 5, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant