Re: [Scikit-learn-general] ImportError: cannot import sparse

2012-02-02 Thread Lars Buitinck
2012/2/2 Jacob VanderPlas : > File >  "/usr/local/lib/python2.6/dist-packages/scikit_learn-0.11_git-py2.6-linux-i686.egg/sklearn/svm/__init__.py", > line 15, in >    from . import sparse, libsvm, liblinear > ImportError: cannot import name sparse It looks suspicously similar to this issue: https:

Re: [Scikit-learn-general] ImportError: cannot import sparse

2012-02-02 Thread Andreas
On 02/02/2012 04:44 PM, Jacob VanderPlas wrote: > When I build the documentation with the current master, I get a string > of errors related to svm: > > File > > "/usr/local/lib/python2.6/dist-packages/scikit_learn-0.11_git-py2.6-linux-i686.egg/sklearn/svm/__init__.py", > line 15, in > from

[Scikit-learn-general] ImportError: cannot import sparse

2012-02-02 Thread Jacob VanderPlas
When I build the documentation with the current master, I get a string of errors related to svm: File "/usr/local/lib/python2.6/dist-packages/scikit_learn-0.11_git-py2.6-linux-i686.egg/sklearn/svm/__init__.py", line 15, in from . import sparse, libsvm, liblinear ImportError: cannot impor