Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load MKL Error for Python 3.8 on Windows #17

Open
dccowan opened this issue Sep 27, 2021 · 1 comment · May be fixed by #19
Open

Load MKL Error for Python 3.8 on Windows #17

dccowan opened this issue Sep 27, 2021 · 1 comment · May be fixed by #19

Comments

@dccowan
Copy link

dccowan commented Sep 27, 2021

@jcapriot @dwfmarchant For recent versions of Anaconda3 for Windows OS (with Python 3.8 and possibly 3.7), the latest conda install of pymatsolver cannot import Pardiso. I have tracked down this issue to loadMKL.py in the pyMKL package.

I found that for Windows OS, the code will try to find the mkl_rt.dll in anaconda/Library/bin/. This file doesn't exist. Instead, there is a mkl_rt.1.dll. By changing the filename for the MKL library in loadMKL.py, I was able to import Pardiso from pymatsolver and run a TDEM forward model with the Pardiso solver.

Can this file be fixed so that it is up-to-date with current installations of Anaconda?

image

@1tengji1
Copy link

same problem

@emorell96 emorell96 linked a pull request Jan 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants