Uh oh!
There was an error while loading. Please reload this page.
Update Codegen.cmake for improved Python package path handling - #6730
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6730
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 28 PendingAs of commit 0117530 with merge base bc3d437 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
c8fe063 to
3d373b6CompareTo add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
Uh oh!
There was an error while loading. Please reload this page.
shoumikhin
commented
Mar 17, 2025
@larryliu0820, @lucylq can you take a look please? |
mergennachin
commented
Mar 17, 2025
Hi @AkiSakurai -- would you mind rebasing? Looks like there's a conflict |
larryliu0820
commented
Mar 17, 2025
|
| OUTPUT_VARIABLE site-packages-out | ||
| ERROR_VARIABLE site-packages-out-error | ||
| RESULT_VARIABLE site-packages-result |
There was a problem hiding this comment.
Can you change these names to torchgen-out, torchgen-out-error and torchgen-result
byjlw
commented
Mar 31, 2025
@AkiSakurai can you rebase and handle the file move?
|
- Modified the method of retrieving the Python site-packages path to use `importlib.util.find_spec` for better compatibility. - fixpytorch#6689
mergennachin
commented
Apr 1, 2025
Thank you @AkiSakurai for your contribution |
- Modified the method of retrieving the Python site-packages path to use `importlib.util.find_spec` for better compatibility. - fix#6689
importlib.util.find_specfor better compatibility.