Skip to content

Commit f9a9939

Browse files
authored
Update pre_build_script.sh
1 parent 431199d commit f9a9939

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packaging/pre_build_script.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
2424
python_exec="$(which python)"
2525
bin_path=$(dirname $python_exec)
2626
cp "$bin_path/Library/bin/libjpeg.dll" torchvision
27+
28+
# issue with Building torchvision on py3.13
29+
if[[ "$PYTHON_VERSION" == 3.13 ]]; then
30+
mkdir -p build\\temp.win-amd64-cpython-313\\Release
31+
fi
2732
fi
2833
else
2934

0 commit comments

Comments
 (0)