Skip to content

mkl_fft requires scipy when import mkl_fft.interfaces.scipy_fft #236

@ekomarova

Description

@ekomarova

mkl_fft requires scipy when import mkl_fft.interfaces.scipy_fft in the env w/o scipy:

>> conda creare -n test_fft mkl_fft numpy -c gold
>> python
>>> import mkl_fft.interfaces.scipy_fft
Traceback (most recent call last):
    from ._scipy_fft import (
    import scipy
ModuleNotFoundError: No module named 'scipy'

Module scipy_fft does not have the simple check for the presence of scipy in the environment, which can lead to such a problem. Initially, it was expected that fft should work without scipy

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