Re: Warning before sudo pip'ing?

2017-02-10 Thread Neal Becker
Having been badly burned by sudo pip install in the past, I agree that a warning is appropriate, with a suggestion to use pip install --user On Fri, Feb 10, 2017 at 1:28 PM Tomas Orsava wrote: > Hi! > On the last FESCo meeting while discussing the sudo pip Fedora [Change], > maxamillion proposed

Re: Making sudo pip Safe

2016-12-12 Thread Neal Becker
Currently, pip3 --user installed stuff can be updated with: pip3 install --upgrade --user $(pip3 list --user -o | cut -f 1 --delim=' ') But that isn't obvious/discoverable On Mon, Dec 12, 2016 at 8:48 AM Petr Viktorin wrote: > On 12/12/2016 01:39 PM, Neal Becker wrote: &g

Re: Making sudo pip Safe

2016-12-12 Thread Neal Becker
I am one who was badly bitten by pip install into system in the past, and I have been using pip --user since. But there is one big usability issue here, there isn't a trivially simple way to make sure packages installed by pip are updated, much less automatically updated. I think it would be impo

Re: matplotlib 1.5.0 tagged

2015-11-01 Thread Neal Becker
https://bugzilla.redhat.com/show_bug.cgi?id=1276933 On Sat, Oct 31, 2015 at 10:38 AM, Zbigniew Jędrzejewski-Szmek < zbys...@in.waw.pl> wrote: > On Fri, Oct 30, 2015 at 01:33:49PM -0400, Neal Becker wrote: > > An initial srpm is here: > > > > https://nbecker.fedorapeopl

Re: matplotlib 1.5.0 tagged

2015-10-30 Thread Neal Becker
r help > Thomas to create one to become the maintainer of his own (upstream) package. > > Best, > Thomas > > > Neal Becker schrieb am Fr., 30. Okt. 2015 um > 15:46 Uhr: > >> I am a packager already and would be willing to do this, if the current >> matplot

Re: matplotlib 1.5.0 tagged

2015-10-30 Thread Neal Becker
I am a packager already and would be willing to do this, if the current matplotlib maintainer does not wish to. On Thu, Oct 29, 2015 at 10:50 PM, Orion Poplawski wrote: > On 10/29/2015 08:37 PM, Thomas Caswell wrote: > >> Orion, >> >> What needs to be done to submit a package review for cycler?

Re: Updated Python 3 migration tools and HOWTO guide

2014-12-12 Thread Neal Becker
I found the 'futurize' package very helpful On Fri, Dec 12, 2014 at 6:03 AM, Nick Coghlan wrote: > Brett Cannon recently published an updated version of the Python 3 > migration guide: https://docs.python.org/3/howto/pyporting.html > > One addition I found particularly noteworthy is the "pylint

Re: PEP453 // ensurepip // pip

2014-03-25 Thread Neal Becker
ora update to abort leaving you with a mess. On Tue, Mar 25, 2014 at 9:37 AM, Donald Stufft wrote: > > On Mar 25, 2014, at 9:29 AM, Neal Becker wrote: > > > Well just to be clear then, without resolving this issue (which, IMO, is > a bug in cpio that should be fixed) it >

Re: PEP453 // ensurepip // pip

2014-03-25 Thread Neal Becker
Well just to be clear then, without resolving this issue (which, IMO, is a bug in cpio that should be fixed) it is absolutely unsafe to ever use pip for non-local installs on fedora. On Tue, Mar 25, 2014 at 9:02 AM, Donald Stufft wrote: > > On Mar 25, 2014, at 8:52 AM, Neal Becker

Re: PEP453 // ensurepip // pip

2014-03-25 Thread Neal Becker
Has this critical pip issue been addressed? https://lists.fedoraproject.org/pipermail/devel/2012-February/162518.html On Tue, Mar 25, 2014 at 7:10 AM, Donald Stufft wrote: > > On Mar 25, 2014, at 2:59 AM, Bohuslav Kabrda wrote: > > > - Original Message - > >>> I would say this one htt