Skip to content

Commit 8439b94

Browse files
committed
another attempt at macos fix
1 parent 02c2c7c commit 8439b94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prebuild/macOS/preinstall.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ rm -f /usr/local/bin/pydoc3 || :
88
rm -f /usr/local/bin/python3 || :
99
rm -f /usr/local/bin/python3-config || :
1010

11-
# Overwrite is required to avoid conflicts between dependencies of these packages
12-
# (namely, 2to3)
13-
brew install --force --overwrite pkg-config cairo pango librsvg giflib
11+
# two or more of these packages have python3 as a dependency, and --overwrite
12+
# doesn't work to make them ignore conflicts. For now just ignore errors, yolo.
13+
brew install --force pkg-config cairo pango librsvg giflib || :
1414

1515
pip3 install --user macpack

0 commit comments

Comments
 (0)