【发布时间】:2017-04-13 11:56:22
【问题描述】:
导入 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 文件,并且安装成功。 请帮帮我。
【问题讨论】:
标签: python importerror pyfftw