-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Upgrading pip breaks pip #43867
Comments
I'm seeing the same issue. |
Either homebrew fixed something, or the following fixed the problem for me.
|
@dfkotz, one thing to note is that I'm invoking |
I still use python2 sometimes so my pip invokes pip2, and thus I must use pip3 when I mean pip3. |
Makes sense, but my point is that |
Same thing happens to me when upgrading pip of python@2... |
Just ran into this today as well.
Attempted what worked for @dfkotz ( Invoking Ended up reverting, which got tricky for some reason. Had to
|
For the interim a workaround would be to change every occurrence of $ sed -i "" 's/19\.2\.3/19.3.1/' /usr/local/opt/python/libexec/bin/pip |
We have since then upgraded pip in the python formulas |
brew install
(orupgrade
,reinstall
) a single, Homebrew/homebrew-core formula (not cask) on macOS? If it's a generalbrew
problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's a Linux problem please file this issue at https://github.com/Homebrew/linuxbrew-core/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?See Gist logs.
I'm trying to upgrade pip because it's good to keep your software updated.
After upgrading pip, pip throws an exception:
Reproduction instructions:
See related links:
The text was updated successfully, but these errors were encountered: