Replace setup.py bdist_wheel with python -m build --wheel#156712
Replace setup.py bdist_wheel with python -m build --wheel#156712zklaus wants to merge 34 commits intogh/zklaus/11/basefrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156712
Note: Links to docs will display an error until the docs builds have been completed. ❌ 7 New FailuresAs of commit 517410c with merge base e64dd8c ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
ghstack-source-id: 21ed131 Pull Request resolved: pytorch#156712
|
@zklaus one way of approaching this is to break it into parts: Linux, MacOS and Windows. We also need to test binary builds with these changes, attached ciflow/binaries |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 7 checks: linux-binary-manywheel / manywheel-py3_11-rocm7_0-test, linux-binary-manywheel / manywheel-py3_12-rocm7_0-test, linux-binary-manywheel / manywheel-py3_10-rocm7_0-test, linux-binary-manywheel / manywheel-py3_14t-rocm7_0-test, linux-binary-manywheel / manywheel-py3_13-rocm7_0-test, linux-binary-manywheel / manywheel-py3_14-rocm7_0-test, linux-binary-manywheel / manywheel-py3_13t-rocm7_0-test Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
The merge job was canceled or timed out. This most often happen if two merge requests were issued for the same PR, or if merge job was waiting for more than 6 hours for tests to finish. In later case, please do not hesitate to reissue the merge command |
|
@pytorchbot 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 |
Merge failedReason: 7 jobs have failed, first few of them are: linux-binary-manywheel / manywheel-py3_11-rocm7_0-test, linux-binary-manywheel / manywheel-py3_12-rocm7_0-test, linux-binary-manywheel / manywheel-py3_10-rocm7_0-test, linux-binary-manywheel / manywheel-py3_14t-rocm7_0-test, linux-binary-manywheel / manywheel-py3_13-rocm7_0-test Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -f "The rocm 7 test failures are unrelated." |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…ion (#166848) Fixes #166326 The PR fixes the following error: ``` python -m build: error: unrecognized arguments: --no-build-isolation ``` The regression has been introduced in the [commit](50d418f#diff-e5a6ba9ea3717e5913cd885e81f143937ea727282edd6939479a2a60b1051bf5R73) in the scope of [PR](#156712). Pull Request resolved: #166848 Approved by: https://github.com/seemethere
…ion (pytorch#166848) Fixes pytorch#166326 The PR fixes the following error: ``` python -m build: error: unrecognized arguments: --no-build-isolation ``` The regression has been introduced in the [commit](pytorch@50d418f#diff-e5a6ba9ea3717e5913cd885e81f143937ea727282edd6939479a2a60b1051bf5R73) in the scope of [PR](pytorch#156712). Pull Request resolved: pytorch#166848 Approved by: https://github.com/seemethere
…ion (pytorch#166848) Fixes pytorch#166326 The PR fixes the following error: ``` python -m build: error: unrecognized arguments: --no-build-isolation ``` The regression has been introduced in the [commit](pytorch@50d418f#diff-e5a6ba9ea3717e5913cd885e81f143937ea727282edd6939479a2a60b1051bf5R73) in the scope of [PR](pytorch#156712). Pull Request resolved: pytorch#166848 Approved by: https://github.com/seemethere
Previously we already replaced most use of
python setup.py develop/install.This PR also replaces the use of
setup.py bdist_wheelwith the modernpython -m build --wheelalternative.Stack from ghstack (oldest at bottom):