You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments