On Sat, Sep 24, 2011 at 5:20 AM, Gael Varoquaux <
[email protected]> wrote:

> On Thu, Sep 22, 2011 at 09:25:30AM -0700, hesety wrote:
> > >>> from sklearn import svm
>
> > Traceback (most recent call last):
> >   File "<pyshell#0>", line 1, in <module>
> >     from sklearn import svm
> >   File "C:\Python26\lib\site-packages\sklearn\__init__.py", line 19, in
> <module>
> >     raise ImportError("Please do not forget to run `make` first")
> > ImportError: Please do not forget to run `make` first
>
>
> > I installed 'scikit-learn-0.9.win32-py2.6' in just simple 'double-click
> '.
>
> > Is it bugs?
>
> This does look like 'bugs' to me. I can't reproduce is, but I am not
> under Windows, so it doesn't mean much. Can you give us the contents of
> your C:\Python26\lib\site-packages\sklearn\check_build directory, please?
>
> Can other people reproduce this? It would be great to diagnose it, as if
> this is what Windows users are getting, it is not a great user experience
> :)
>

also with doubleclick install on Windows 7, I get a different exceptions
after running sklearn.test() first

Ran 476 tests in 37.315s

FAILED (SKIP=1, errors=21, failures=5)
<nose.result.TextTestResult run=476 errors=21 failures=5>

>>> from sklearn import svm
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python26\lib\site-packages\sklearn\svm\__init__.py", line 13, in
<mod
ule>
    from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
  File "C:\Python26\lib\site-packages\sklearn\svm\classes.py", line 2, in
<modul
e>
    from ..linear_model.base import CoefSelectTransformerMixin
  File "C:\Python26\lib\site-packages\sklearn\linear_model\__init__.py",
line 26
, in <module>
    from .logistic import LogisticRegression
  File "C:\Python26\lib\site-packages\sklearn\linear_model\logistic.py",
line 5,
 in <module>
    from ..svm.base import BaseLibLinear
  File "C:\Python26\lib\site-packages\sklearn\svm\base.py", line 3, in
<module>
    from . import libsvm, liblinear
ImportError: DLL load failed: The specified procedure could not be found.

>>> sklearn.__file__
'C:\\Python26\\lib\\site-packages\\sklearn\\__init__.pyc'
>>> sklearn.__version__
'0.9'
>>>

Josef


>
> Gael
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to