Commit ca31e4c
committed
Fix windows build cannot find versions.py
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'
It turns out sometimes the dst directory (in this case
pip-out\lib.win-amd64-cpython-312\executorch) is not installed before we
write version.py into it. This PR adds a mkpath call to make sure it's
always there.1 parent 9a7882e commit ca31e4c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
638 | 641 | | |
639 | 642 | | |
640 | 643 | | |
| |||
0 commit comments