其他分享
首页 > 其他分享> > Error: mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 libra

Error: mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 libra

作者:互联网

Error: mkl-service + Intel® MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 library. Try to import numpy first or set the threading layer accordingly. Set MKL_SERVICE_FORCE_INTEL to force it.

试一下这个:

	os.environ['MKL_THREADING_LAYER'] = 'GNU' `

可以分开试试,也可以一起

	os.environ['MKL_SERVICE_FORCE_INTEL'] = '1'

如果还是不行,去这里找:
https://github.com/pytorch/pytorch/issues/37377

标签:LAYER,FORCE,Intel,SERVICE,MKL,THREADING,INTEL
来源: https://blog.csdn.net/qq_40246742/article/details/117898715