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
Support dpnp in virtual environment on Windows out of the box (#2242)
Since location of "Library\bin" in the virtual environment is not on the
default search path, importing of `dpnp` fails due to unmet dependencies
towards oneMKL libraries.
The PR proposes to extend `"PATH"` environment on Windows in the virtual
environment with a path to `"Library\bin"` directory.
0 commit comments