I used
gcc --version
                                         [±master ●●●]
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.5.0
Thread model: posix
InstalledDir:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

which was installed via homebrew as brew install gcc --without-multilib

The logs are

/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python:
can't open file 'setup.py': [Errno 2] No such file or directory

But probably, I am in the wrong directory. Which setup.py file are you
interested in in which directory should I run this command?

Matthew Brett <matthew.br...@gmail.com> schrieb am Mi., 10. Mai 2017 um
22:41 Uhr:

> Hi,
>
> On Wed, May 10, 2017 at 5:17 AM, Georg Heiler <georg.kf.hei...@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
> _______________________________________________
> scikit-learn mailing list
> scikit-learn@python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
>
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to