On windows pypardiso can't be imported with the newest version of MKL 2021.2.0
FileNotFoundError: Could not find module 'mkl_rt.dll' (or one of its dependencies). Try using the full path with constructor syntax.
There must have been a change in how mkl is packaged between these versions, which throws off pypardiso. This used to work without problems until now. ctypes just found the library in the path, see the relevant code here.
On windows pypardiso can't be imported with the newest version of MKL 2021.2.0
There must have been a change in how mkl is packaged between these versions, which throws off pypardiso. This used to work without problems until now.
ctypes
just found the library in the path, see the relevant code here.mkl 2020.2 from the
defaults
channel still works.