from numpy._distributor_init import NUMPY_MKL # requires numpy+mkl
Posted forlenia
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于from numpy._distributor_init import NUMPY_MKL # requires numpy+mkl的主要内容,如果未能解决你的问题,请参考以下文章
cannot import name '_validate_lengths' from 'numpy.lib.arraypad'