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
18
18
env_path=$( dirname $bin_path )
19
19
if [[ " $( uname) " == Darwin ]]; then
20
20
# Install delocate to relocate the required binaries
21
- pip_install delocate
21
+ pip_install " delocate>=0.9 "
22
22
else
23
23
cp " $bin_path /Library/bin/libpng16.dll" torchvision
24
24
cp " $bin_path /Library/bin/libjpeg.dll" torchvision
@@ -48,7 +48,7 @@ if [[ "$(uname)" == Darwin ]]; then
48
48
bin_path=$( dirname $python_exec )
49
49
env_path=$( dirname $bin_path )
50
50
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
52
52
done
53
53
else
54
54
if [[ " $OSTYPE " == " msys" ]]; then
You can’t perform that action at this time.
0 commit comments