-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot import mkl_fft after manual build and install of v1.3.10 on W11 #113
Comments
Even tried to use the Intel® Distribution for Python with 1.3.8 of mkl_fft, still cannot import it |
Could you please check if the advice from IntelPython/dpctl#1745 (comment) helps? This should allow Python find MKL library DLLs as failure to find them trips Additionally, please check that |
now i get this error : import mkl_fft |
Please make sure that |
This is working now, thank you |
Hello I installed oneAPI BaseToolKit
I added the environment variables and manually installed v1.3.10 of mkl_fft using the setup.py install command
No when I try to import mkl_fft in a python script in the venv I installed everything I get this error :
import mkl_fft
Traceback (most recent call last):
File "", line 1, in
File "C:...\MKL_FFT\venv\Lib\site-packages\mkl_fft_init_.py", line 27, in
from ._pydfti import (fft, ifft, fft2, ifft2, fftn, ifftn, rfft, irfft,
ImportError: DLL load failed while importing _pydfti: The specified module could not be found.
I tried another version of python but it didn't solve my issue
Do you have any idea why it might not work ?
I am desperate at figuring out to use the intel mkl fft or the ipp ftt, whatever is the fastest
The text was updated successfully, but these errors were encountered: