[scikit-learn] Broken c dependencies

Matthew Brett matthew.brett at gmail.com
Wed May 10 16:33:37 EDT 2017


Hi,

On Wed, May 10, 2017 at 5:17 AM, Georg Heiler <georg.kf.heiler at gmail.com> wrote:
> Hi Matthew,
>
> indeed, that works fine. But what was the Problem? Installation from source
> should have worked fine?

Yes, it should, and I don't know what the problem is.

I just compiled scikit-learn on OSX 10.11, Python.org Python 3.6, that
gave me no error for

python -c 'import sklearn.svm'

My compile used clang, by default.  I guess your compile used Homebrew
gcc?  Would you mind putting the output of:

python3.6 setup.py develop >& dev_log.txt

somewhere I can have a look?

Thanks for your persistence,

Matthew


More information about the scikit-learn mailing list