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
wrote:
> Hi
>
> I get the following error when I try to run: nosetests skle
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
This is caused by a change between scipy 0.12.0 (last released
version) and its current master. It was already reported here:
https://github.com/scikit-learn/scikit-learn/issues/1968
AFAIK, nobody has yet investigated the cause of the problem. Please
feel free to try to understand the case of the
When I run: nosetests sklearn --exe
I get:
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/lib/utils.py:1132:
DeprecationWarning: The compiler package is deprecated and removed in Python
3.x.
import compiler
S..
Even with PIL installed it still passes with the latest stable scipy
on my box. Maybe the cs_graph_components deprecation is at play here?
Vlad
On Wed, May 29, 2013 at 1:11 AM, Harold Nguyen wrote:
> Hi Jonathan,
>
> I'm interested in this issue too, but never was quite able to fix mine.
> I was
Hi Jonathan,
I'm interested in this issue too, but never was quite able to fix mine.
I was told scikit-learn should work if one doesn't have to worry about image
analysis.
Anyways, I was pointed to this link, which might help you:
http://stackoverflow.com/q/8915296/166749
Harold
On May 28, 20
Could you specify what version of numpy and scipy you are using? I get
the same failures with the current unstable versions, but not with
numpy 1.7.1 and scipy 0.12.0
Cheers,
Vlad
On Tue, May 28, 2013 at 7:26 AM, Jonathan S wrote:
> When I run: nosetests sklearn --exe
>
>
> I get:
> /Sys
When I run: nosetests sklearn --exe
I get:
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/lib/utils.py:1132:
DeprecationWarning: The compiler package is deprecated and removed in
Python 3.x.
import compiler
S