Skip to content

mkl import error #152

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

Closed
vtavana opened this issue Apr 10, 2025 · 1 comment
Closed

mkl import error #152

vtavana opened this issue Apr 10, 2025 · 1 comment

Comments

@vtavana
Copy link
Collaborator

vtavana commented Apr 10, 2025

When mkl-fft is installed from PyPI pip install mkl_fft, it only declares the following dependencies pip show mkl_fft:

Requires: mkl, numpy

However, this can lead to runtime failures like the following:

>> import mkl_fft
Traceback (most recent call last):
    import mkl_fft.interfaces
    from . import scipy_fft
    from .._scipy_fft import *
    import mkl
ModuleNotFoundError: No module named 'mkl'
@vtavana
Copy link
Collaborator Author

vtavana commented Apr 11, 2025

closed by #153

@vtavana vtavana closed this as completed Apr 11, 2025
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

No branches or pull requests

1 participant