Re: [CentOS] Semi-OT: install python package in userspace

2018-04-10 Thread Richard Grainger
If you can use python3 rather than python2, it looks like the dependencies in the standard repos are new enough. Do you want me to have a go at packaging scikit-learn for python3 and adding it to the repo? On Tue, Apr 10, 2018 at 9:51 AM, Richard Grainger wrote: > Just had a

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-10 Thread Richard Grainger
Just had a look at scikit-learn. An issue you have with the current version of this package is that is depends on NumPy (>= 1.8.2). The version of NumPy in CentOS 7 base is 1.7.1. You may need to look at building a Python virtual environment. You can google that ;) On Tue, Apr 10, 2018 at 9:43

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-10 Thread Richard Grainger
I created the epypel (Extra Extra Python Packages for Enterprise Linux) yum repo for exactly this reason: https://harbottle.gitlab.io/epypel/ There are a bunch of additional Python 2 and Python 3 packages there and if you want any added, please put in a request here:

[CentOS] CentOS-announce Digest, Vol 158, Issue 1

2018-04-10 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to

Re: [CentOS] XScreenSaver

2018-04-10 Thread Valeri Galtsev
On Mon, April 9, 2018 8:34 pm, Stephen John Smoogen wrote: > On 9 April 2018 at 04:47, Tom Grace > wrote: >> On 09/04/2018 07:47, Nicolas Kovacs wrote: >>> I didn't know a screensaver was that critical. >> >> It's critical in that XScreenSaver deals with locking

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-10 Thread David C. Miller
David Miller. - Original Message - > From: "m roth" > To: "CentOS mailing list" > Sent: Friday, April 6, 2018 12:04:43 PM > Subject: Re: [CentOS] Semi-OT: install python package in userspace > Valeri Galtsev wrote: > On Fri, 6 Apr 2018 17:25

Re: [CentOS] XScreenSaver

2018-04-10 Thread Nicolas Kovacs
Le 08/04/2018 à 14:53, Jonathan Billings a écrit : > It appears that the spec file actually patches xscreensaver to change > the time bomb date to be the build time, so you’d only need to > rebuild it to make it stop. (The EPEL maintainer could too) > >

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-10 Thread Pete Biggs
On Mon, 2018-04-09 at 09:15 -0700, Paul Heinlein wrote: > On Sat, 7 Apr 2018, Pete Biggs wrote: > > > > Does CentOS changed the package management? :-) > > > > Quite. > > > > This is not an Ubuntu dig, but when I challenge some of the users > > about the more dangerous sudo's they try,

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-10 Thread Keith Keller
On 2018-04-10, Richard Grainger wrote: > If you can use python3 rather than python2, it looks like the > dependencies in the standard repos are new enough. SCL might be an option for providing a more recent python. I'm not sure if scikit is in SCL too, but I'm pretty sure