2011/12/1 María Helena Mejía Salazar <[email protected]>: > Thanks for reply. I have already installed python,numpy and scipy and > scikit-learn-0.8 worked properly. > I don't know what is the problem for installing scikit-learn-0.9.
To build scikit-learn compiled extensions from source you need the development headers of the dependencies (python-dev, python-numpy-dev and python-scipy-dev). This is explained in the documentation: http://scikit-learn.org/stable/install.html#installing-from-source If you want us to help futher please give us more details: which linux distribution & which version ? -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, 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-novd2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
