Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized

后端 未结 9 1171
感动是毒
感动是毒 2020-12-01 05:34

Getting the error message when using matplotlib:

Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized OMP: Hin

9条回答
  •  执笔经年
    2020-12-01 05:51

    Check if there's an update for the mkl package in your env (anaconda).

    I was able to solve my case simply by updating mkl.

    conda install -c intel mkl
    

    (macOS Catalina 10.15.5)

提交回复
热议问题