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?
source share