当前位置:   article > 正文

windows解决:OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.

omp: error #15: initializing libiomp5md.dll, but found libiomp5md.dll alread

windows系统上的conda环境运行代码出现bug:

OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/.
  • 1
  • 2

查询的解决办法:
①有说把conda环境 anaconda/Library/bin 下自带的 libiomp5md.dll 文件删除,我直接去了我的conda环境下,发现该位置并没有 libiomp5md.dll 文件。

②我的办法,去我创建的虚拟环境下 anaconda/envs/env_name/Library/bin 的 libiomp5md.dll 文件删除,再跑代码就没问题了。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/461575
推荐阅读
相关标签
  

闽ICP备14008679号