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
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.
...
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.
The text was updated successfully, but these errors were encountered:
This kind of message is confusing (but if I understand correctly harmless):
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.
The text was updated successfully, but these errors were encountered: