-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Postinstall for python@3.7 fails (tested on multiple machines) #107295
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
Comments
This sounds like python/importlib_metadata#396, which already has a PR open: python/importlib_metadata#397 |
This should be a side effect of current One workaround is to restrict Note that we currently aren't able to update to latest |
Alternatively, we might be able to just drop the resources for They were originally added to support Seems like easier option. Users can then use pip to install wheels in an upstream-supported manner. Note that there is still a build loop when using Homebrew DSL for formulae like In core tap, we no longer use |
These resources were added to support `virtualenv` package used by Homebrew DSL, but `virtualenv` has been replaced by built-in venv. Also update `setuptools` and `pip` to include with new revision. Fixes Homebrew#107295
brew config
outputbrew doctor
outputVerification
brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Install Python 3.7. Because I want to use Python 3.7
What happened (include all command output)?
What did you expect to happen?
For it to install Python 3.7
Step-by-step reproduction instructions (by running
brew
commands)brew install python@3.7 # fails with above error, as does running brew postinstall python@3.7
The text was updated successfully, but these errors were encountered: