eclipse 配置

错误描述

eclipse添加完pydev后,在perference里面添加pydev interepter,先后添加了python默认编译器(默认编译器库比较少)和anaconda编译器(自带很多库);然而在项目设置里面将interepter设为anaconda后运行报错:
‘’’
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you’re working with a numpy git repo, try git clean -xdf (removes all
files not under version control). Otherwise reinstall numpy.
Original error was: DLL load failed: 找不到指定的程序。
‘’’

解决方法

把C:UsersuserAnaconda3Librarybin添加到系统变量