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