You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What it says. You must install an optional feature to run the Python 2.7 formula’s test method. I would submit a patch to conditionalize it, but my git install is currently broken (sorry).
Also, I have found that the tkinter module which the test tries to load may not support Python 2 any more, or something of the sort. (I'm still trying to work that part out in detail; there may be more than one potential cause of the error message I get.)
There is one positive thing – because I've got HOMEBREW_DEBUG set in my environment, which gives me an option to ignore the error, I can say that all other parts of the test routine appear to work properly.
The text was updated successfully, but these errors were encountered:
What it says. You must install an optional feature to run the Python 2.7 formula’s test method. I would submit a patch to conditionalize it, but my
git
install is currently broken (sorry).Also, I have found that the
tkinter
module which the test tries to load may not support Python 2 any more, or something of the sort. (I'm still trying to work that part out in detail; there may be more than one potential cause of the error message I get.)There is one positive thing – because I've got HOMEBREW_DEBUG set in my environment, which gives me an option to ignore the error, I can say that all other parts of the test routine appear to work properly.
The text was updated successfully, but these errors were encountered: