diff --git a/scripts/install_macos_dependencies.sh b/scripts/install_macos_dependencies.sh index e7a3c83..a542a85 100644 --- a/scripts/install_macos_dependencies.sh +++ b/scripts/install_macos_dependencies.sh @@ -3,7 +3,7 @@ PYTHON=python3 brew install ninja -pip3 install six +pip3 install --break-system-packages --user six "$PYTHON" -m pip list echo "from six.moves import configparser" | "$PYTHON" && echo "Success importing stuff from six moves python module"