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
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`
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
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,
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
>>