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.
You need to install python2.7-dev (not python2.7), as it's that package which has all the header files, including Python.h, which seem to be missing from your system. -- - Alexandre ------------------------------------------------------------------------------ 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
