UserWarning: mkl-service package failed to import, therefore Intel(R) MKL initialization ensuring its correct out-of-the box operation under condition when Gnu OpenMP had already been loaded by Python process is not assured. Please install mkl-service package, see http://github.com/IntelPython/mkl-service
![](https://img.haomeiwen.com/i6534647/6ad06db25e6e3897.png)
解决步骤:
1.在https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy依据自己安装的python版本下载对应版本的numpy+mkl至本地安装
![](https://img.haomeiwen.com/i6534647/699e661ae805ce4f.png)
步骤二:验证numpy是否成功,在输入python命令下,进行验证,输入 import numpy,没有提示,说明成功。
![](https://img.haomeiwen.com/i6534647/a975bd111a27da80.png)
步骤三:重新验证
![](https://img.haomeiwen.com/i6534647/b1ab4f29b3e1da64.png)
网友评论