Skip to content

Conversation

@atalman
Copy link
Contributor

@atalman atalman commented Aug 28, 2024

Follow up after #134595

Same error happens silently before the error addressed in the above PR (and build continues and builds invalid Docker):

#47 457.5 Traceback (most recent call last):
#47 457.5   File "<string>", line 1, in <module>
#47 457.5   File "/opt/_internal/cpython-3.12.0/lib/python3.12/site-packages/wheel/pep425tags.py", line 3, in <module>
#47 457.5     import distutils.util
#47 457.5 ModuleNotFoundError: No module named 'distutils'
#47 457.5 + local abi_tag=
#47 457.5 + ln -s /opt/_internal/cpython-3.12.0 /opt/python/
#47 457.5 + rm -f Python-3.12.0.tgz

The fix in #134595 is no longer needed since we will install setuptools right after python installation.

Link: https://github.com/pytorch/pytorch/actions/runs/10584642913/job/29329366729#step:6:6041

@atalman atalman requested a review from jeffdaily as a code owner August 28, 2024 00:15
@pytorch-bot
Copy link

pytorch-bot bot commented Aug 28, 2024

🔗 Helpful Links

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

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 b2bb4c4 with merge base 3b33f26 (image):

FLAKY - The following job failed but was likely due to flakiness present on trunk:

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

@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Aug 28, 2024
@atalman
Copy link
Contributor Author

atalman commented Aug 28, 2024

@pytorchmergebot merge -f "all required builds are passing"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

Chao1Han pushed a commit to Chao1Han/pytorch that referenced this pull request Sep 20, 2024
…ytorch#134631)

Follow up after pytorch#134595

Same error happens silently before the error addressed in the above PR (and build continues and builds invalid Docker):
```
pytorch#47 457.5 Traceback (most recent call last):
pytorch#47 457.5   File "<string>", line 1, in <module>
pytorch#47 457.5   File "/opt/_internal/cpython-3.12.0/lib/python3.12/site-packages/wheel/pep425tags.py", line 3, in <module>
pytorch#47 457.5     import distutils.util
pytorch#47 457.5 ModuleNotFoundError: No module named 'distutils'
pytorch#47 457.5 + local abi_tag=
pytorch#47 457.5 + ln -s /opt/_internal/cpython-3.12.0 /opt/python/
pytorch#47 457.5 + rm -f Python-3.12.0.tgz
```

The fix in  pytorch#134595 is no longer needed since we will install setuptools right after python installation.

Link: https://github.com/pytorch/pytorch/actions/runs/10584642913/job/29329366729#step:6:6041
Pull Request resolved: pytorch#134631
Approved by: https://github.com/kit1980
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants