When installing ET 1.0 from the wheel, pybindings fail with a DLL load error. This is likely the same underlying issue that we solved for Mac + Linux in #14422.
>>> from executorch.extension.pybindings._portable_lib import _load_for_executorch
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed while importing _portable_lib: The specified module could not be found.
When installing ET 1.0 from the wheel, pybindings fail with a DLL load error. This is likely the same underlying issue that we solved for Mac + Linux in #14422.
cc @larryliu0820