Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Olivier Grisel
Both pip and easy_installé build numpy and SciPy from source under linux. -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you A

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Pagliari, Roberto
@lists.sourceforge.net Subject: Re: [Scikit-learn-general] sklearn on CentOS 2014-09-25 18:01 GMT+02:00 Pagliari, Roberto mailto:rpagli...@appcomsci.com>>: Here is it is numpy-1.4.1-9.el6.x86_64 package scipy is not installed strangely it is saying scipy is not installed, but I did install it and

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Sergio Pascual
2014-09-25 18:01 GMT+02:00 Pagliari, Roberto : > Here is it is > > > > numpy-1.4.1-9.el6.x86_64 > > package scipy is not installed > > > strangely it is saying scipy is not installed, but I did install it and I > can import it in python.. > > > So you installed scipy, but not from an RPM/yum. Som

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Andy
On 09/25/2014 06:01 PM, Pagliari, Roberto wrote: Here is it is numpy-1.4.1-9.el6.x86_64 package scipy is not installed strangely it is saying scipy is not installed, but I did install it and I can import it in python.. That is why I asked how you installed scipy and to import it ;) You ca

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Pagliari, Roberto
@lists.sourceforge.net Subject: Re: [Scikit-learn-general] sklearn on CentOS 2014-09-25 17:17 GMT+02:00 Pagliari, Roberto mailto:rpagli...@appcomsci.com>>: Sorry, I've got 0.14 and in fact the following warning UserWarning: Numpy 1.5.1 or above is recommended for this version of scipy

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Sergio Pascual
2014-09-25 17:17 GMT+02:00 Pagliari, Roberto : > Sorry, I've got 0.14 and in fact the following warning > > UserWarning: Numpy 1.5.1 or above is recommended for this version of scipy > (detected version 1.4.1) > > The current version of scipy in Centos 6 is 0.7.2 Could you do ? $ rpm -q numpy $

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Pagliari, Roberto
against API version 9 but this version of numpy is 4 -Original Message- From: Andy [mailto:t3k...@gmail.com] Sent: Thursday, September 25, 2014 11:36 AM To: scikit-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] sklearn on CentOS On 09/25/2014 05:17 PM, Pagliari

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Andy
On 09/25/2014 05:17 PM, Pagliari, Roberto wrote: > Sorry, I've got 0.14 and in fact the following warning That's why I asked. If these are the packages provided by yum, that is quite odd. Was the incompatible numpy error you got below from scipy or scikit-learn? ---

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Pagliari, Roberto
neral@lists.sourceforge.net Subject: Re: [Scikit-learn-general] sklearn on CentOS On 09/25/2014 05:02 PM, Pagliari, Roberto wrote: > Hi, > Via yum I got 1.4. for both libraries. Scipy is at 0.14.0 currently. > > > Thanks, > > > -Original Message- > From: Andy

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Andy
AM > To: scikit-learn-general@lists.sourceforge.net > Subject: Re: [Scikit-learn-general] sklearn on CentOS > > On 09/25/2014 03:17 PM, Pagliari, Roberto wrote: >> Hi All, >> I used yum to install numpy and scipy. I stried with CentOS for external >> constraints. I will try to

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Pagliari, Roberto
Hi, Via yum I got 1.4. for both libraries. Thanks, -Original Message- From: Andy [mailto:t3k...@gmail.com] Sent: Thursday, September 25, 2014 10:59 AM To: scikit-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] sklearn on CentOS On 09/25/2014 03:17 PM

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Andy
On 09/25/2014 03:17 PM, Pagliari, Roberto wrote: > Hi All, > I used yum to install numpy and scipy. I stried with CentOS for external > constraints. I will try to use, at least, a more recent version. That is odd. I think you should try to go with anaconda (or canopy). If you want to pursue the

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Pagliari, Roberto
I will give it a try. Thank you! -Original Message- From: Aaron O'Leary [mailto:aaron.ole...@gmail.com] Sent: Thursday, September 25, 2014 9:42 AM To: scikit-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] sklearn on CentOS Hi Roberto, I develop on CentO

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Aaron O'Leary
-Original Message- > From: Kyle Kastner [mailto:kastnerk...@gmail.com] > Sent: Thursday, September 25, 2014 9:14 AM > To: scikit-learn-general@lists.sourceforge.net > Subject: Re: [Scikit-learn-general] sklearn on CentOS > > To be honest - updating python packages on CentOS is

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Pagliari, Roberto
-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] sklearn on CentOS To be honest - updating python packages on CentOS is a nightmare. The whole OS is pretty strongly dependent on python version, which I believe is up to 2.6 now (2.4 in 5.x!). In my experience CentOS is the

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Kyle Kastner
To be honest - updating python packages on CentOS is a nightmare. The whole OS is pretty strongly dependent on python version, which I believe is up to 2.6 now (2.4 in 5.x!). In my experience CentOS is the worst Linux OS for development (heavily locked down, hard to add packages, yum is annoying, e

Re: [Scikit-learn-general] sklearn on CentOS

2014-09-25 Thread Andy
Hi Roberto. How are you trying to install scikit-learn, and how did you install scipy and numpy? There is a mismatch in the numpy and scipy you installed. I couldn't find a list of packages of CentOS packages online. CentOS 6.5 seems pretty out of date (Python2.6), and the version of numpy you