The kernel appears to have died. It will restart automatically

时光毁灭记忆、已成空白 提交于 2019-12-07 18:24:28

问题


When running:

from skimage import data

in jupyter notebook I always get the error : "The kernel appears to have died. It will restart automatically"

I use: Anaconda 4.2.0 (64-bit) Python 3.5.2 scikit-image 0.12.3 np111py35_1

When I run a notebook with python 2.7 kernel it goes fine with no error.

So I guess there is a compatibility issue? But I need to use python 3.5, any suggestion?


回答1:


Problem solved with: conda update mkl

working versions: mkl 2017.0.1 0
mkl-service 1.1.2 py35_2



来源:https://stackoverflow.com/questions/42912076/the-kernel-appears-to-have-died-it-will-restart-automatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!