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

后端 未结 9 1176
感动是毒
感动是毒 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:40

    I had the same issue in a conda environment where TensorFlow was installed. After doing

    • pip uninstall tensorflow
    • pip install tensorflow

    the problem was gone.

提交回复
热议问题