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

Silence pip upgrade warning if on latest Galaxy forked pip #1845

Closed
peterjc opened this issue Mar 3, 2016 · 2 comments
Closed

Silence pip upgrade warning if on latest Galaxy forked pip #1845

peterjc opened this issue Mar 3, 2016 · 2 comments

Comments

@peterjc
Copy link
Contributor

peterjc commented Mar 3, 2016

This kind of message is confusing (but if I understand correctly harmless):

$ ./run.sh
...
You are using pip version 8.0.2+gx2, however version 8.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
...

e.g. http://dev.list.galaxyproject.org/trouble-with-python-packages-after-galaxy-update-tt4669031.html

As part of the changes Galaxy has made to their fork of pip (for Linux binary wheels used in Galaxy v16.01 onwards), you could also disable this version check - or better modify it to only look for an updated version of the forked pip.

@natefoo
Copy link
Member

natefoo commented Mar 4, 2016

Alternatively, I think we ought to try to keep in sync with the upstream pip. But see also #1864.

@peterjc
Copy link
Contributor Author

peterjc commented Jan 27, 2017

Since #1864 was closed, I take it the latest Galaxy is using standard pip - so can we close this issue?

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

3 participants