Hello sklearn community, I've just encountered a frustrating problem, and I'm wondering if anyone has encountered the same.
The following fails: > from sklearn import decomposition Specific error: "Symbol not found: _ATL_drotg Referenced from: sklearn/utils/arrayfuncs.so Expected in: flat namespace" This is a reference to Atlas. I have the latest version of Atlas installed from macports, latest revision was 8 days ago. I've tried the previous three ports of Atlas as well, down to 3 months old. I'm running OS X 10.8.2, Mountain Lion and python 2.7. After encountering this error, I changed to building sklearn from the bleeding edge, and build encounters a similar error, again not finding symbol _ATL_drotg. Does anyone have any advice? Thanks very much, Andrew ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
