-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails when the brew
command is not available
#158
Comments
See also #159 and #155 (comment) |
At first, I was going to use this diff:
But then I realized that will only cause a different error because |
Maybe the presence of "Cellar" in the
|
Fix is rolling out is 63.2.0. |
This breaks builds inside superenv. See - Homebrew#107660 - Homebrew#107662 - Homebrew#107663 - Homebrew#107664 - Homebrew#107665 - pypa/distutils#155 - pypa/distutils#158
You can have You might want to do this, for instance, when you wish to isolate a build from the contents of |
This breaks builds inside superenv. See - #107660 - #107662 - #107663 - #107664 - #107665 - pypa/distutils#155 - pypa/distutils#158
Distutils tries to get the output of
brew --prefix
, but it fails if Homebrew is not installed on the system, or whenbrew
command is not available.distutils/distutils/command/_framework_compat.py
Line 42 in 152c13d
The text was updated successfully, but these errors were encountered: