Re: [Distutils] Pip upgrade

2018-04-13 Thread Ned Deily
On Apr 13, 2018, at 09:44, Nick Coghlan wrote: > > On 13 April 2018 at 23:02, Niharika Jakhar wrote: >> Thank you for your reply. I am using LINUX. > > Ah, then that means the resoluation unfortunately be distro dependent :( > > If you're using the

Re: [Distutils] Pip upgrade

2018-04-13 Thread Nick Coghlan
On 13 April 2018 at 23:02, Niharika Jakhar wrote: > Thank you for your reply. I am using LINUX. Ah, then that means the resoluation unfortunately be distro dependent :( If you're using the distro provided pip or pip3 installation, then you'll need to do a distro level

Re: [Distutils] Pip upgrade

2018-04-13 Thread Niharika Jakhar
Thank you for your reply. I am using LINUX. On Fri 13 Apr, 2018, 14:17 Nick Coghlan, wrote: > On 13 April 2018 at 21:00, Niharika Jakhar wrote: > > Hi > > I am having troubles upgrading my pip. > > terminal says: > > You are using pip version 9.0.1,

Re: [Distutils] pip upgrade woes

2015-03-24 Thread Nick Coghlan
On 25 Mar 2015 04:29, Paul Moore p.f.mo...@gmail.com wrote: As a start, I'd suggest looking at writing some sort of independent purge-package command that you could use when you hit problems (pip install -U setuptools... weirdness happens, so purge-package setuptools; pip install setuptools).

Re: [Distutils] pip upgrade woes

2015-03-24 Thread Jason R. Coombs
Setuptools advertises in its description, Easily download, build, install, upgrade, and uninstall Python packages. It was intended to support the uninstall model, though at the time that was written, easy meant easier than finding and removing each of the files by hand. If you're using eggs,

Re: [Distutils] pip upgrade woes

2015-03-24 Thread Nick Coghlan
On 25 Mar 2015 08:32, Nick Coghlan ncogh...@gmail.com wrote: I like this idea, especially if the tool was made aware of the system package manager date stores (at least for apt and rpm) and could hence emit the appropriate dependency respecting system command for removing them in those cases

Re: [Distutils] pip upgrade woes

2015-03-24 Thread Paul Moore
On 24 March 2015 at 18:10, Ionel Cristian Mărieș cont...@ionelmc.ro wrote: There's one issue with pip upgrade that annoys me occasionally, and when it does it's very annoying. Every so often me or some customer has to upgrade some core packages like pip, setuptools or virtualenv on some