Fix run pre-script for python 3.13t installation process - #9391
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/9391
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 206498a with merge base 0f6d91d ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
NicolasHug
left a comment
There was a problem hiding this comment.
Thanks for the PR @atalman . Is this safe? We have avoided mixing up conda channels due to frequent incompatibilities issues.
|
HI @NicolasHug conda without conda-forge does not support 3.13t : https://anaconda.org/channels/main/packages/python-freethreading/overview -> there is no version for 3.13t we already do use conda-forge when creating environment here: |
…#7769) Package is relatively new, since Oct 25 available for 3.14 only https://anaconda.org/channels/main/packages/python-freethreading/overview For vision 3.13t failures see: pytorch/vision#9391
…pytorch#7769) Package is relatively new, since Oct 25 available for 3.14 only https://anaconda.org/channels/main/packages/python-freethreading/overview For vision 3.13t failures see: pytorch/vision#9391
…on for py 3.14 (#7769) (#7772) Package is relatively new, since Oct 25 available for 3.14 only https://anaconda.org/channels/main/packages/python-freethreading/overview For vision 3.13t failures see: pytorch/vision#9391
|
not required anymore |
Linux failure : https://github.com/pytorch/vision/actions/runs/22097230572/job/63857381286
MacOS failure: https://github.com/pytorch/vision/actions/runs/22097230534/job/63857777891
Failure started to happen after merging pytorch/test-infra#7753 - conda version was unpinned
Related PR for 3.13t we use environment created with conda-forge: pytorch/test-infra#7769
And looks like with conda version 25.3.0 has issues resolving the install for
libwebpandlibpngI believe this is related to the fact that 3.13t builds use conda-forge environment