Error: mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp-a34b3233.so.1 library.这个报错是哪个地方触发的 #1087
Unanswered
IcyFeather233
asked this question in
Q&A
Replies: 1 comment
-
|
查了一下豆包,他是这样回答的: 具体来说,可能是以下原因导致的:
要解决这个问题,您可以尝试以下几种方法:
例如,如果是在 Python 项目中,您可以在代码的开头添加以下语句来尝试解决: import numpy as np或者检查您的环境配置和依赖库的版本,确保它们相互兼容。 ” 应该就是版本不兼容的问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
最近在调试代码,发现经常会有这个报错,想知道Opencompass里面哪个地方的代码触发的这个报错呀,虽然说
export MKL_SERVICE_FORCE_INTEL=1能解决这个,但是还是很好奇Beta Was this translation helpful? Give feedback.
All reactions