ImportError: cannot import name _fblas on Mac
问题 I am semi-new to python and I am trying to use scikit-image, but as soon as I try to import, I get errors. I have gotten past a few of them, but I am stuck on this one when I try to import: In [8]: from skimage import data, io, filter --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-8-7863d911e191> in <module>() ----> 1 from skimage import data, io, filter /Library/Frameworks/Python.framework/Versions/2.7