pycharm和numpy不匹配

pycharm和numpy不匹配

报错信息

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: 

导入错误:导入多数组numpy扩展模块失败。很可能您正试图导入一个失败的numpy版本。如果使用的是numpy git repo,请尝试“git clean-xdf”(删除所有不受版本控制的文件)。否则重新安装numpy。原始错误为:DLL加载失败:

在网上搜了一下,错误的原因是numpy版本问题。

import numpy  #出错原因

解决方法
在anaconda的prompt中升级numpy

conda upgrade numpy

pycharm和numpy不匹配_第1张图片
pycharm和numpy不匹配_第2张图片

你可能感兴趣的:(数据可视化)