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 02c2c7c commit 8439b94Copy full SHA for 8439b94
prebuild/macOS/preinstall.sh
@@ -8,8 +8,8 @@ rm -f /usr/local/bin/pydoc3 || :
8
rm -f /usr/local/bin/python3 || :
9
rm -f /usr/local/bin/python3-config || :
10
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
+# two or more of these packages have python3 as a dependency, and --overwrite
+# doesn't work to make them ignore conflicts. For now just ignore errors, yolo.
+brew install --force pkg-config cairo pango librsvg giflib || :
14
15
pip3 install --user macpack
0 commit comments