Distutils tries to get the output of `brew --prefix`, but it fails if Homebrew is not installed on the system, or when `brew` command is not available. https://github.com/pypa/distutils/blob/152c13de811b302dcc673f6ed4c595cd29fd671d/distutils/command/_framework_compat.py#L42
Distutils tries to get the output of
brew --prefix, but it fails if Homebrew is not installed on the system, or whenbrewcommand is not available.distutils/distutils/command/_framework_compat.py
Line 42 in 152c13d