Replace setup.py install with pip install#156711
Replace setup.py install with pip install#156711zklaus wants to merge 29 commits intogh/zklaus/10/basefrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156711
Note: Links to docs will display an error until the docs builds have been completed. ❌ 7 New FailuresAs of commit 0e52f5e with merge base e64dd8c ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Starting merge as part of PR stack under #156712 |
|
@pytorchbot merge "The |
|
❌ 🤖 pytorchbot command failed: Try |
|
@pytorchbot merge -f "The |
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 |
Previously we already replaced most use of `python setup.py develop/install`. This PR also replaces the use of `setup.py bdist_wheel` with the modern `python -m build --wheel` alternative. Pull Request resolved: #156712 Approved by: https://github.com/atalman ghstack dependencies: #156711
#156027 already replaced most use of
python setup.py install.This PR only adds a few more occurrences and adds
--no-build-isolationin a few places.Stack from ghstack (oldest at bottom):