Scikit-learn svm import error

I am running Canopy 64-bit on a Mac. After installing scikit-learn (using the package manager) I tried to import svm and got the following error.

ImportError: dlopen(/Users/johnsaccount/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/sklearn/svm/liblinear.so, 2): Library not loaded: / System@rpath /libBLAS.dylib 

Link: /Users/johnsaccount/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/sklearn/svm/liblinear.so Reason: image not found

Any ideas on what could be the issue?

+4
source share
2 answers

Jsen

My apologies for this mistake, it was my mistake in creating this egg. Now the update should be available and fix this error (fixed version 0.13.1-3, and 0.13.1-1 and 0.13.1-2 are broken on os x).

+4
source

Thanks for the report and sorry for the inconvenience. I can reproduce this, apparently due to an OSX build error (it works fine on Windows). We will notify you when it is fixed.

+1
source

All Articles