0

导入 pyfttw 时出现以下错误(Windows 10 64 位,cpython 64 位):

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python\Python36\lib\site-packages\pyfftw\__init__.py", line 16, in <module>
    from .pyfftw import (
ImportError: DLL load failed: Not possible find the specified module.

我已经使用 pip 安装了 pyfftw whl 文件,并且安装成功。请帮我。

4

1 回答 1

0

pyfftw 只是一个包装器,您需要安装 FFTW: http ://www.fftw.org/install/windows.html

于 2017-04-13T11:58:49.520 回答