raulcd opened a new issue, #38984: URL: https://github.com/apache/arrow/issues/38984
### Describe the bug, including details regarding any error messages, version, and platform. The wheels for manylinux have been failing for the last 6-7 days: * [wheel-manylinux-2-28-cp38-amd64](https://github.com/ursacomputing/crossbow/actions/runs/7016111614/job/19086656171) * [wheel-manylinux-2-28-cp38-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7016110429/job/19086653225) * [wheel-manylinux-2014-cp38-amd64](https://github.com/ursacomputing/crossbow/actions/runs/7016112297/job/19086658977) * [wheel-manylinux-2014-cp38-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7016110200/job/19086652161) This is reproducible on the maintenance branch for 14.0.2 and has to be fixed for the release. The error is: ``` #10 98.73 npm notice #10 98.74 + python3 -m pip install -U pip #10 98.75 /usr/bin/python3: No module named pip #10 ERROR: process "/bin/sh -c /setup-rhel-rebuilds.sh && rm /setup-rhel-rebuilds.sh && dnf -y clean all" did not complete successfully: exit code: 1 ``` ### Component(s) Packaging, Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
