錯誤描述:
本人機器window8.1 64位,python2.7。
Traceback (most recent call last): File "C:/Users/Hamid/Documents/kodeyaro/kodefolani.py", line 41, in <module> from scipy.spatial import Delaunay File "C:\Python27\lib\site-packages\scipy\spatial\__init__.py", line 92, in module> from .qhull import * ImportError: DLL load failed: The specified module could not be found.
解決:
上爆棧網按照這個大哥http://stackoverflow.com/questions/17480779/importerror-when-importing-certain-modules-from-scipy說的把numpy換成了numpy-MKL ,還是不行。
再把用pip安裝的scipy卸了再去這個http://www.lfd.uci.edu/~gohlke/pythonlibs/上面安裝.whl版本的就可以了。
總結:
以后安裝什么python包還是去http://www.lfd.uci.edu/~gohlke/pythonlibs/這個上面找比較好。
