在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就可以了