Seems you're missing the scipy installation. You need to install the
dependencies first.
http://scikit-learn.org/stable/install.html
as indicated in this.

Maheshakya


On Sun, Sep 29, 2013 at 12:14 PM, Vidya Venkiteswaran
<[email protected]>wrote:

> Hi
>
> I get the following error when I try to run: nosetests sklearn --exe
>
>
> E
> ======================================================================
> ERROR: Failure: ImportError (No module named scipy)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "/Library/Python/2.6/site-packages/nose-1.3.0-py2.6.egg/nose/loader.py",
> line 402, in loadTestsFromName
>     module = resolve_name(addr.module)
>   File
> "/Library/Python/2.6/site-packages/nose-1.3.0-py2.6.egg/nose/util.py", line
> 311, in resolve_name
>     module = __import__('.'.join(parts_copy))
>   File
> "/Users/Vidya/.local/lib/python2.6/site-packages/sklearn/__init__.py", line
> 32, in <module>
>     from .base import clone
>   File "/Users/Vidya/.local/lib/python2.6/site-packages/sklearn/base.py",
> line 10, in <module>
>     from scipy import sparse
> ImportError: No module named scipy
>
> ----------------------------------------------------------------------
> Ran 1 test in 0.001s
>
>  FAILED (errors=1)
>
> Please help.
>
>
>
> --
> V VIDYA
>
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to