We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431199d commit f9a9939Copy full SHA for f9a9939
packaging/pre_build_script.sh
@@ -24,6 +24,11 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
24
python_exec="$(which python)"
25
bin_path=$(dirname $python_exec)
26
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
32
fi
33
else
34
0 commit comments