Add setuptools and wheel to cp312, cp313 and cp313t for Manylinux2_28 builds#139636
Add setuptools and wheel to cp312, cp313 and cp313t for Manylinux2_28 builds#139636atalman wants to merge 7 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/139636
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit e98d506 with merge base 87404b6 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
huydhn
left a comment
There was a problem hiding this comment.
LGTM! Although it might be better if we could figure out a way to run this pip install command for all python version under /opt/python instead of hardcoding the list. Even for older version, I don't think there is any harm in installing setuptools and wheel, right?
|
Yes we can probably do it for all python versions. |
|
@pytorchmergebot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Install setuptools and wheel dependencies for cp312, cp313, cp313t on Manylinux 2_28 images.
This should resolve
On PR: #138732
This issue was addressed on XPU images already. We should apply the same fix for the rest of the images instead of keeping it XPU specific.