美文网首页
2020-11-17 python 环境配置 mkl-ser

2020-11-17 python 环境配置 mkl-ser

作者: 胡溪玥 | 来源:发表于2020-11-17 14:44 被阅读0次

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

问题现像

解决步骤:

1.在https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy依据自己安装的python版本下载对应版本的numpy+mkl至本地安装

步骤二:验证numpy是否成功,在输入python命令下,进行验证,输入 import numpy,没有提示,说明成功。

步骤三:重新验证

相关文章

网友评论

      本文标题:2020-11-17 python 环境配置 mkl-ser

      本文链接:https://www.haomeiwen.com/subject/ymmxiktx.html