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

上一篇:如何解决华硕笔记本电脑上的ScreenPad Plus功能无法正常使用 - Troubleshooting


下一篇:Intel's Server Platform Roadmap-英特尔服务器平台导图