Skip to content

Pybindings can't load on Windows when installing wheel #14443

@GregoryComer

Description

@GregoryComer

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.

cc @larryliu0820

Metadata

Metadata

Assignees

Labels

module: build/installIssues related to the cmake and buck2 builds, and to installing ExecuTorch

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions