Skip to content

mkl import error #152

Closed
Closed
@vtavana

Description

@vtavana

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions