The best solution is to use either Canopy or Anaconda and avoid installing the PyData ecosystem manually. These distributions neatly avoid compile and version problems.
__________________________________________________________________________________________ Dale Smith | Macy's Systems and Technology | IFS eCommerce | Data Science and Capacity Planning | 5985 State Bridge Road, Johns Creek, GA 30097 | [email protected] From: scikit-learn [mailto:[email protected]] On Behalf Of Maniteja Nandana Sent: Wednesday, June 1, 2016 1:53 PM To: Scikit-learn user and developer mailing list Subject: Re: [scikit-learn] Fwd: ValueError ⚠ EXT MSG: Hi , I hope I am understanding the question correctly here. This happens when there is mismatch between numpy installed and the one scikit-learn is compiled with. In case there are multiple versions of numpy installed, it is preferable to put the newest one on PYTHONPATH. If a stable version is needed, uninstall previously installed scikit-learn, use ``pip install --upgrade numpy`` and then reinstall scikit-learn. Hope it is helpful. Regards, Maniteja. _________________________________________ scikit-learn mailing list [email protected]<mailto:[email protected]> https://mail.python.org/mailman/listinfo/scikit-learn * This is an EXTERNAL EMAIL. Stop and think before clicking a link or opening attachments.
_______________________________________________ scikit-learn mailing list [email protected] https://mail.python.org/mailman/listinfo/scikit-learn
