from numpy._distributor_init import NUMPY_MKL # requires numpy+mkl

numpy+mkl是未来Python运算库的标配,它在numpy的基础上添加了mkl(Intel Math Kernel Library英特尔数学核心函数库),在运算时效率更高。

先卸载numpy:pip uninstall numpy

再安装numpy+mkl

python extension package for windows

posted @ 2017-10-31 15:47  forlenia  阅读(798)  评论(0编辑  收藏  举报