Skip to content

Conversation

@pytorchbot
Copy link
Collaborator

When I install executorch on windows I run into this error: error:
[Errno 2] No such file or directory:
'pip-out\lib.win-amd64-cpython-312\executorch\version.py'

This is because we are not enabling symlink in git.

Need to run:

 git config --global core.symlinks true

and reclone the repo.

This PR fails the installation when that happens.

When I install executorch on windows I run into this error:   error:
[Errno 2] No such file or directory:
'pip-out\\lib.win-amd64-cpython-312\\executorch\\version.py'

This is because we are not enabling symlink in git.

Need to run:

```
 git config --global core.symlinks true
```

and reclone the repo.

This PR fails the installation when that happens.

(cherry picked from commit 6e2a46b)
@pytorch-bot
Copy link

pytorch-bot bot commented Nov 20, 2025

🔗 Helpful Links

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

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

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

@meta-cla meta-cla 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 Nov 20, 2025
@GregoryComer GregoryComer merged commit 1a9e91b into release/1.0 Nov 20, 2025
124 of 126 checks passed
@GregoryComer GregoryComer deleted the cherry-pick-15684-by-pytorch_bot_bot_ branch November 20, 2025 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants