Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.
已回答
Hi,
I try to run this simple code inside pycharm pro:
import matplotlib.pyplot as plt
fig = plt.figure()
out :
Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.
Process finished with exit code 2
This code works in conda and in pycharm community
PyCharm 2018.1.2 (Professional Edition)
Build #PY-181.4668.75, built on April 25, 2018
Licensed to BRUNO LESCALIER
Subscription is active until April 24, 2019
JRE: 1.8.0_152-release-1136-b29 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
请先登录再写评论。
Hi Bruno, this is a known problem: PY-27466. A possible workaround is described in this post: https://youtrack.jetbrains.com/issue/PY-27466#focus=streamItem-27-2825393-0-0
Thank Pavel, but I don't find the windows PATH in the run configuration in order to add
<conda-env-root>/Library/binlike describ in the post.Adding
<conda-env-root>/Library/binto the path in the run configuration solves the issue, but adding it to the interpreter paths in the project settings doesn't.Please, can you give the way?
Actualy I'm looking for in Run>Edit configuration> ????
I've got the same issue with idea 2018.3.5 on win64. I tried what Pierre Cuvilliers describes (in the ticket) but it does not fix my problem.