RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb

  • 报错:RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb
    应该是numpy版本不对,可以先pip uninstall numpy再重新下载:
pip install -U numpy==1.14.1

我原来的版本是1.13…现在下载完1.14.1就成功运行了。

你可能感兴趣的:(学习整理)