Re: [Scikit-learn-general] Nose-test error : ImportError (No module named scipy)

2013-09-30 Thread Maheshakya Wijewardena
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

Re: [Scikit-learn-general] Nose Test error

2013-09-26 Thread Olivier Grisel
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

Re: [Scikit-learn-general] Nose Test Error

2013-05-28 Thread Vlad Niculae
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

Re: [Scikit-learn-general] Nose Test Error

2013-05-28 Thread Harold Nguyen
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

Re: [Scikit-learn-general] Nose Test Error

2013-05-28 Thread Vlad Niculae
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