Skip to content

Commit b102fc2

Browse files
authored
fix_compile_bundle for windows build (#3047)
1 parent 714b0d8 commit b102fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/compile_bundle.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ git stash
9595
git clean -f
9696
for %%f in ("..\intel-extension-for-pytorch\torch_patches\*.patch") do git apply "%%f"
9797
python -m pip install -r requirements.txt
98+
call conda install -q --yes -c conda-forge libuv=1.39
9899
rem Ensure cmake can find python packages when using conda or virtualenv
99100
if defined CONDA_PREFIX (
100101
set "CMAKE_PREFIX_PATH=%CONDA_PREFIX:~1,-1%"

0 commit comments

Comments
 (0)