赞
踩
尝试以下两种方法:
1、conda install nomkl --channel conda-forge
2、import os
os.environ["KMP_DUPLICATE_LIB_OK"] = "TRUE"
推荐使用方法一,但我自己也是通过方法二解决的,哈哈。