在pycharm中如何解决这个问题:
UserWarning: mkl-service package failed to import, therefore Intel® 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 from . import _distributor_init
这是环境变量的问题:
按照上面这样添加之后,然后重启pycharm就可以了
本文介绍了解决PyCharm中出现的Intel® MKL初始化警告的方法,该警告提示mkl-service包未能正确导入。文章提供了环境变量配置的具体步骤,并指出重启PyCharm后问题即可得到解决。
3万+

被折叠的 条评论
为什么被折叠?



