From 8439b945f330e2cb481b9f223ed993fa6f24bbbb Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Sat, 13 Apr 2024 23:17:05 -0700 Subject: [PATCH] another attempt at macos fix --- prebuild/macOS/preinstall.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prebuild/macOS/preinstall.sh b/prebuild/macOS/preinstall.sh index 75fdd65aa..c356b7835 100644 --- a/prebuild/macOS/preinstall.sh +++ b/prebuild/macOS/preinstall.sh @@ -8,8 +8,8 @@ rm -f /usr/local/bin/pydoc3 || : rm -f /usr/local/bin/python3 || : rm -f /usr/local/bin/python3-config || : -# Overwrite is required to avoid conflicts between dependencies of these packages -# (namely, 2to3) -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 || : pip3 install --user macpack