导入Autokeras时出现错误

时间:2018-09-06 17:56:30

标签: python python-3.x keras auto-keras

我在运行于Python 3.6的Jupyter中安装了autokeras。

运行时:

import autokeras as ak

我收到一个错误,它们是错误日志的最后一部分:

~\AppData\Local\Continuum\anaconda3\lib\site-packages\PIL\Image.py in <module>()
      58     # Also note that Image.core is not a publicly documented interface,
      59     # and should be considered private and subject to change.
 ---> 60     from . import _imaging as core
      61     if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
      62         raise ImportError("The _imaging extension was built for another "

      ImportError: DLL load failed: The specified module could not be found.

我使用Conda升级了枕头,但仍然出现相同的错误。

0 个答案:

没有答案