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 379b7a1 commit 4977ba7Copy full SHA for 4977ba7
prebuild/macOS/preinstall.sh
@@ -8,6 +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
-brew install --force pkg-config cairo pango librsvg giflib
+# 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
14
15
pip3 install --user macpack
0 commit comments