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
fix(local_runtime): Search for libs in sys._base_executable when
available. (#3178)
Search directory for libraries should look in the same directory as
sys._base_executable. Since sys._base_executable may be unset, fallback
to sys.executable
Found this when trying to build using a venv for
[tensorstore](https://github.com/google/tensorstore) on Windows:
* Github CI uses nuget to download Python.
* Build sets up a Python venv.
The venv does not include all the lib directories required to link an
extension.
Fixes#3172
---------
Co-authored-by: Richard Levasseur <[email protected]>
---------
Co-authored-by: Laramie Leavitt <[email protected]>
Co-authored-by: Richard Levasseur <[email protected]>
0 commit comments