UserWarning: mkl-service package failed to import, therefore Intel(R) MKL initialization ensuring it
After installing anaconda, there will report an error when you import some module in ipython:
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
Solution:
First configure three environment variables, one is missing
E:\Anaconda3
E:\Anaconda3\Scripts
E:\Anaconda3\Library\bin
Put E:\Anaconda3\Library\bin under
libcrypto-1_1-x64.dll
libssl-1_1-x64.dll
Copy the above two files to
E:\Anaconda3\DLLs
OK, you can restart pycharm and it will work
Read More:
- [Solved] CONDA Error: Collecting package metadata (current_repodata.json): failed…
- [Solved] DLL load failed while importing _sqlite3: the specified module could not be found.
- Pychar can’t connect to Python console, but it can run. Py file, and Anaconda’s command line can run Python command
- [Solved] Mujoco Error: Missing path to your environment variable.
- VScode import numpy Error: DLL load failed [How to Solve]
- Python Error: mongod: error while loading shared libraries: libcrypto.so.1.1
- [Mac Pro M1] Python3.9 import cv2 Error: Reason: image not found
- [Solved] Numpy Load Error: DLL load failed while importing _multiarray_umath: Could not be found Module
- [Solved] Failed environment install leads to “unable to create process using“ error
- [Solved] Pyinstaller packaged exe error: “failed to execute script XXX”
- Pyinstaller Error: INTEL MKL ERROR: The specified module could not be found. mkl_intel_thread.1.dll.Intel MKL FATAL ERROR: Cannot
- [Solved] bert_as_service startup error: Tensorflow 2.1.0 is not tested!
- [Solved] Pycharm Use pip Error: Script file ‘D:\Anaconda3\envs\pytorch\Scripts\pip-script.py‘ is not present
- Pytorch CUDA Error: UserWarning: CUDA initialization: CUDA unknown error…
- [Solved] wxauto error: ImportError: DLL load failed while importing win32gui: Can’t find the specified program
- Pycharm error: original error was: DLL load failed while importing _multiarray _Umath: the specified module could not be found
- Using Python error urlopen error unknown URL type: the solution of HTTPS
- Invalid python sd, Fatal Python error: init_fs_encoding: failed to get the Python cod [How to Solve]
- VScode Run CONDA environment Error [How to Solve]
- [Solved] mnn Import Error: initMNN: init numpy failed