ipython从Enthought库中读取

时间:2014-02-18 19:53:23

标签: python ipython enthought anaconda

我已经安装了anaconda和sklearn。当我使用anaconda包中的spyder时,我可以使用sklearn库,但是当我尝试在iPython中执行相同操作时,我收到以下错误:

ImportError: dlopen(/Users/jamesbkel/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/scipy/linalg/_fblas.so, 2): Library not loaded: @rpath/lib/libmkl_intel_lp64.dylib
  Referenced from: /Users/jamesbkel/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/scipy/linalg/_fblas.so
  Reason: image not found

Spyder正在访问正确的python库,但iPython不是,对吧?如何将iPython链接到正确的库?

0 个答案:

没有答案