-
Notifications
You must be signed in to change notification settings - Fork 75
[rocm7.1_internal_testing] Remove --no-use-pep517 #2786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Jenkins build for 72c8edf96b301f101e5281f0ca98b579372f2979 commit finished as FAILURE |
|
Since the |
|
Jenkins build for dc8c6f609088fd22ac37381b28dd0994f733971d commit finished as FAILURE |
|
!cherry-pick --onto release/2.9 release/2.8 release/2.7 |
1 similar comment
|
!cherry-pick --onto release/2.9 release/2.8 release/2.7 |
|
!cherry-pick --onto release/2.9 |
|
! cherry-pick --onto release/2.9 release/2.8 release/2.7 |
We are removing the flag `--use-pep517` as it been deprecated in pip >=25.3. Fixes https://ontrack-internal.amd.com/browse/SWDEV-564417 Fails with: ``` + python3 -m pip wheel --no-build-isolation --no-deps --no-use-pep517 -w dist/vision git+https://github.com/pytorch/vision.git@966da7e46f65d6d49df3e31214470a4fe5cc8e66 Usage: /opt/venv/bin/python3 -m pip wheel [options] <requirement specifier> ... /opt/venv/bin/python3 -m pip wheel [options] -r <requirements file> ... /opt/venv/bin/python3 -m pip wheel [options] [-e] <vcs project url> ... /opt/venv/bin/python3 -m pip wheel [options] [-e] <local project path> ... /opt/venv/bin/python3 -m pip wheel [options] <archive url/path> ... no such option: --no-use-pep517 ``` After removing the flag ``` python3 -m pip wheel --no-build-isolation --no-deps -w dist/vision git+https://github.com/pytorch/vision.git@966da7e46f65d6d49df3e31214470a4fe5cc8e66 Collecting git+https://github.com/pytorch/vision.git@966da7e46f65d6d49df3e31214470a4fe5cc8e66 Cloning https://github.com/pytorch/vision.git (to revision 966da7e46f65d6d49df3e31214470a4fe5cc8e66) to /tmp/pip-req-build-otbwsr_y ```
Cherry-pick of #2786 Co-authored-by: Ethan Wee <[email protected]>
|
Created branch autogenerated/release/2.9_cherry-pick_pr-2786 and #2805 Can't perform the cherry-pick keyword: unexpected error Comment processed by Build |
|
Nothing to cherry-pick onto the release/2.9 branch Can't perform the cherry-pick keyword: unexpected error Comment processed by Build |
|
Nothing to cherry-pick onto the release/2.9 branch Comment processed by Build |
|
Nothing to cherry-pick onto the release/2.9 branch Can't perform the cherry-pick keyword: unexpected error Comment processed by Build |
Cherry-pick of #2786 Co-authored-by: Ethan Wee <[email protected]>
We are removing the flag
--use-pep517as it been deprecated in pip >=25.3. Fixes https://ontrack-internal.amd.com/browse/SWDEV-564417Fails with:
After removing the flag
Cherry-picked to release/2.9 branch via #2805