Thanks!  What should be the proper behavior when I run the script I wrote?

I tried uninstalling and reinstalling from pip, but no success (same
error), so I assume I have to build to get the bleeding edge update.

Probably serves me right for using Windows, but I've been having trouble
building scikit-learn from the source code.  I followed all the steps here
to build on windows, including installing the sdk 7.0 (already had 7.1, and
I'm using Python 2):

http://scikit-learn.org/stable/install.html#id1

but get the following error:

Building msvcr library: "C:\**HIDEUSERPATH**\Anaconda\libs\libmsvcr90d.a"
(from
:\Windows\winsxs\amd64_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_4ec74c6b3093419c\msvcr90d.dll)
error: The system cannot find the file specified

I assume the file it can find is libmsvcr90d.a, because there isn't one in
that directory (though the other file doesn't exist in the specified
directory either).

I do have versions of both libmsvcr90d.a and msvcr90d.dll, but in different
locations.  Is my problem that those files aren't where they should be or
that the setup routine is looking in the wrong place?

Here are the locations of those files on my computer:

libmsvcr90d.a:

"C:\MinGW\libmsvcr90d.a"

"C:\MinGW\lib\libmsvcr90d.a"

"C:\**HIDEUSERPATH**\Anaconda\MinGW\x86_64-w64-mingw32\lib\libmsvcr90d.a"

msvcr90d.dll:

"C:\Program Files (x86)\Microsoft Visual Studio
9.0\VC\redist\Debug_NonRedist\x86\Microsoft.VC90.DebugCRT\msvcr90d.dll"

"C:\Program Files (x86)\Microsoft Visual Studio
9.0\VC\redist\Debug_NonRedist\amd64\Microsoft.VC90.DebugCRT\msvcr90d.dll"

On Mon, Sep 22, 2014 at 4:35 AM, Lars Buitinck <[email protected]> wrote:

> 2014-09-22 11:30 GMT+02:00 Lars Buitinck <[email protected]>:
> > 2014-09-21 6:42 GMT+02:00 c TAKES <[email protected]>:
> >> looks like it is version 0.15.2
> >
> > Confirmed.
>
> https://github.com/scikit-learn/scikit-learn/issues/3684
>
>
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
>
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to