Skip to content

Commit

Permalink
another attempt at macos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Apr 14, 2024
1 parent 02c2c7c commit 8439b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prebuild/macOS/preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8439b94

Please sign in to comment.