Re: [Scikit-learn-general] scikit test failure on osx

2011-11-27 Thread Robert Kern
On Sun, Nov 27, 2011 at 20:08, Vlad Niculae wrote: > On Sun, Nov 27, 2011 at 10:03 PM, Kenneth C. Arnold > wrote: >> a Mac side note: >> >> I have found that MacPorts solves most of my >> getting-things-running-on-Mac problems. Either you can just use their >> packages directly, often with precom

Re: [Scikit-learn-general] scikit test failure on osx

2011-11-27 Thread Vlad Niculae
On Sun, Nov 27, 2011 at 10:03 PM, Kenneth C. Arnold wrote: > a Mac side note: > > I have found that MacPorts solves most of my > getting-things-running-on-Mac problems. Either you can just use their > packages directly, often with precompiled binary downloads, or at > least `port info py27-scipy`

Re: [Scikit-learn-general] scikit test failure on osx

2011-11-27 Thread Kenneth C. Arnold
a Mac side note: I have found that MacPorts solves most of my getting-things-running-on-Mac problems. Either you can just use their packages directly, often with precompiled binary downloads, or at least `port info py27-scipy` will show you the package names for the dependencies. (I'm currently ru

Re: [Scikit-learn-general] scikit test failure on osx

2011-11-27 Thread Vlad Niculae
Hello Massimo I believe this is an issue others, including me, have faced: https://github.com/scikit-learn/scikit-learn/issues/445 https://github.com/scikit-learn/scikit-learn/issues/330 I reverted to the stable versions of numpy and scipy from their website, and the bleeding-edge scikit-learn,

[Scikit-learn-general] scikit test failure on osx

2011-11-26 Thread Massimo Di Stefano
Hi All, i'm running osx lion with the default system python. I have installed on my system the following version for python, bumpy, scipy : Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin >>> import numpy as np >>