I have got this bug as I run my Gaussian Process, is there any guy who has the same trouble and has the solution? I think maybe some environmental path I didn't set right

Exception: (‘The following error happened while compiling the node’, Dot22Scalar(Elemwise{true_div,no_inplace}.0, InplaceDimShuffle{1,0}.0, TensorConstant{-2.0}), ‘\n’, 'Compilation failed (return status=1): D:/anaconda3/Library/mingw-w64/bin/…/lib/gcc/x86_64-w64-mingw32/5.3.0/…/…/…/…/x86_64-w64-mingw32/bin/ld.exe: cannot find -lmkl_rt\r. collect2.exe: error: ld returned 1 exit status\r. ', ‘FunctionGraph(Dot22Scalar(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>, TensorConstant{-2.0}))’)

D:\anaconda3\bin
D:\anaconda3\Scripts
D:\anaconda3\Library\bin
###this is the environment path i have set :dizzy_face:

Maybe mkl isn’t installed? Try conda instal mkl.