On Thu, Oct 18, 2012 at 01:54:02PM -0700, Doug Coleman wrote:
> I'm having trouble running nosetests. It gives the same error if I
> build with `make all` or `python2 setup.py install`.
> [snip]
> ___________________________________________________________________________
> Contents of /home/erg/python/scikit-learn/sklearn/__check_build:
> __init__.py               _check_build.pyx          setup.py
> setup.pyc                 _check_build.c            __init__.pyc
> ___________________________________________________________________________
> It seems that scikit-learn has not been built correctly.

Looking at the contents of the build directory, it does seem that the
scikit-learn has not been built.

Can you either:

* Do 'python setup.py build_ext -i' in the scikit-learn base dir, and
  then run nosetests

* CD outside of the scikit-learn base dir, and run 'nosetest --exe
  sklearn '

Gael

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to