Я установил автокера в Jupyter, работающем на Python 3.6.
При работе:
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.
Я обновил Pillow, используя Conda, и все еще получаю ту же ошибку.