-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
/usr/bin/xattr-2.7 error #69660
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
In short, it seems your system Python version is wrong (fix). But before you do, can you run |
running
|
Try running (I'm figuring out if it's |
I finally fixed the issue, cause /usr/bin/python claims it has no module pip: First I removed /usr/local/bin from my current PATH, then:
|
General troubleshooting steps
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
{{when trying to install minikube or run brew cask doctor, I end up with this error:
Error: Failure while executing;
/usr/bin/xattr -w com.apple.metadata:kMDItemAlternateNames \(\"minikube\"\) /usr/local/Caskroom/minikube/1.4.0/minikube-darwin-amd64
exited with 1. Here's the output:Traceback (most recent call last):
File "/usr/bin/xattr-2.7", line 7, in
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
}}
Command that failed
Output of command with
--force --verbose --debug
Output of
brew cask doctor
Output of
brew tap
The text was updated successfully, but these errors were encountered: