Skip to content
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

New version of Pip available #72

Closed
taketwo opened this issue Jan 23, 2019 · 4 comments
Closed

New version of Pip available #72

taketwo opened this issue Jan 23, 2019 · 4 comments

Comments

@taketwo
Copy link

taketwo commented Jan 23, 2019

When I run pipx upgrade-all I get the following message once for every installed package:

You are using pip version 18.1, however version 19.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Perhaps pipx should update pip in each package's virtualenv?

@schinckel
Copy link

In the meantime:

find ~/.local/pipx/venvs/*/bin -name pip -exec {} install pip --upgrade \;

@schinckel
Copy link

But this does raise the question: should we be able to upgrade arbitrary injected packages/dependencies using pipx upgrade <package>?

cs01 added a commit that referenced this issue Jan 27, 2019
@cs01
Copy link
Member

cs01 commented Jan 29, 2019

pipx now upgrades pip when upgrading any pipx-installed package.

But this does raise the question: should we be able to upgrade arbitrary injected packages/dependencies using pipx upgrade ?

Thanks for asking this. I think it should be discussed in a separate issue.

@danielhoherd
Copy link

I am still seeing problems with pip complaining about the version, even when there is no virtualenv for the tool being installed and pip is up to date.

$ pipx --version
0.12.1.0
$ pip2 --version
pip 19.0.2 from /usr/local/lib/python2.7/site-packages/pip (python 2.7)
$ pip3 --version
pip 19.0.2 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)
$ pipx list
nothing has been installed with pipx 😴
$ pipx install -e plexdl
--upgrade should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+
You are using pip version 18.1, however version 19.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
'/Users/dho/.local/pipx/venvs/plexdl/bin/python -m pip install --editable --upgrade pip -q' failed

gh271 pushed a commit to gh271/pipx that referenced this issue Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants