python运行报错关于numpy

RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf
这种错误怎么解决呢?QAQ

img

img

【相关推荐】




如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^

应该是由于matplotlib版本不同造成的,在以下网站下载相应版本重新安装问题解决了。numpy也重新安装了mkl版本。
https://www.lfd.uci.edu/~gohlke/pythonlibs/

img