Use conda 25.3.0 instead of 24.7.1 in setup-binary-builds - #7753
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
seemethere
approved these changes
Feb 10, 2026
malfet
added a commit
that referenced
this pull request
May 4, 2026
Conda 25.x (now resolved as miniconda `latest`, after #7753 upgraded conda to 25.3.0) no longer installs `pip` by default when only `python=X.Y` is requested in `conda create`, which breaks the `pytorch_pkg_helpers` step in `setup-binary-builds/action.yml`, which immediately calls `python -m pip install ...` against the new env and fails with `No module named pip` (e.g. observed in torchcomms wheel builds). Fix: add `pip` explicitly to the `conda create` invocation so the env is usable regardless of conda's default-package behavior.
atalman
added a commit
that referenced
this pull request
May 5, 2026
Conda 25.x (now resolved as miniconda `latest`, after #7753 upgraded conda to 25.3.0) no longer installs `pip` by default when only `python=X.Y` is requested in `conda create`, which breaks the `pytorch_pkg_helpers` step in `setup-binary-builds/action.yml`, which immediately calls `python -m pip install ...` against the new env and fails with `No module named pip` (e.g. observed in torchcomms wheel builds). Fix: add `pip` explicitly to the `conda create` invocation so the env is usable regardless of conda's default-package behavior. Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
vmoens
pushed a commit
to vmoens/test-infra
that referenced
this pull request
May 12, 2026
Conda 25.x (now resolved as miniconda `latest`, after pytorch#7753 upgraded conda to 25.3.0) no longer installs `pip` by default when only `python=X.Y` is requested in `conda create`, which breaks the `pytorch_pkg_helpers` step in `setup-binary-builds/action.yml`, which immediately calls `python -m pip install ...` against the new env and fails with `No module named pip` (e.g. observed in torchcomms wheel builds). Fix: add `pip` explicitly to the `conda create` invocation so the env is usable regardless of conda's default-package behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
24.7.1 causes a failure in aarch64 jobs: https://github.com/pytorch/vision/actions/runs/21863678249/job/63099145487