File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
1818 env_path=$( dirname $bin_path )
1919 if [[ " $( uname) " == Darwin ]]; then
2020 # Install delocate to relocate the required binaries
21- pip_install delocate
21+ pip_install " delocate>=0.9 "
2222 else
2323 cp " $bin_path /Library/bin/libpng16.dll" torchvision
2424 cp " $bin_path /Library/bin/libjpeg.dll" torchvision
@@ -48,7 +48,7 @@ if [[ "$(uname)" == Darwin ]]; then
4848 bin_path=$( dirname $python_exec )
4949 env_path=$( dirname $bin_path )
5050 for whl in * .whl; do
51- DYLD_FALLBACK_LIBRARY_PATH=" $env_path /lib/:$DYLD_FALLBACK_LIBRARY_PATH " delocate-wheel -v $whl
51+ DYLD_FALLBACK_LIBRARY_PATH=" $env_path /lib/:$DYLD_FALLBACK_LIBRARY_PATH " delocate-wheel -v --ignore-missing-dependencies $whl
5252 done
5353else
5454 if [[ " $OSTYPE " == " msys" ]]; then
You can’t perform that action at this time.
0 commit comments