Skip to content

Fix conflicting pytorch nightly versions #9593

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

Merged
merged 2 commits into from
Mar 25, 2025
Merged

Fix conflicting pytorch nightly versions #9593

merged 2 commits into from
Mar 25, 2025

Conversation

jathu
Copy link
Contributor

@jathu jathu commented Mar 25, 2025

Summary

Seeing this error in Linux wheel building jobs:

Collecting numpy (from torchvision==0.22.0.dev20250311)
  Downloading numpy-2.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)
INFO: pip is looking at multiple versions of torchvision to determine which version is compatible with other requirements. This could take a while.

The conflict is caused by:
    The user requested torch==2.7.0.dev20250311
    torchvision 0.22.0.dev20250311+cpu depends on torch==2.7.0.dev20250310

Test plan

CI

@jathu jathu added ciflow/trunk ciflow/binaries/all Release PRs with this label will build wheels for all python versions topic: not user facing labels Mar 25, 2025
Copy link

pytorch-bot bot commented Mar 25, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9593

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures, 14 Cancelled Jobs, 1 Pending

As of commit 3361438 with merge base 644b7dd (image):

NEW FAILURES - The following jobs have failed:

CANCELLED JOBS - The following jobs were cancelled. Please retry:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 25, 2025
@jathu jathu requested a review from mergennachin March 25, 2025 18:39
@jathu jathu marked this pull request as ready for review March 25, 2025 18:40
@jathu jathu requested review from lucylq and jackzhxng as code owners March 25, 2025 18:40
@jathu jathu force-pushed the jathu/fix-nightly branch from d61beb9 to 9157b57 Compare March 25, 2025 18:43
@mergennachin
Copy link
Contributor

Also should fix #9445

@jathu jathu force-pushed the jathu/fix-nightly branch from 9157b57 to 3361438 Compare March 25, 2025 18:46
@jathu jathu changed the title Fix conflicting nightly versions Fix conflicting pytorch nightly versions Mar 25, 2025
@jathu jathu merged commit 7248b19 into main Mar 25, 2025
247 of 271 checks passed
@jathu jathu deleted the jathu/fix-nightly branch March 25, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/binaries/all Release PRs with this label will build wheels for all python versions ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. topic: not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants