Open pbelevich opened 3 years ago
I ran into the same error. I found there are two libiomp5md.dll, one in "Library\bin", another one in "Lib\site-packages\torch\lib". The workaround
import os
os.environ['KMP_DUPLICATE_LIB_OK']='True'
works, but is there a better solution?
Windows + py39 + pip: