简体   繁体   中英

The kernel appears to have died. It will restart automatically

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?

Problem solved with: conda update mkl

working versions: mkl 2017.0.1 0
mkl-service 1.1.2 py35_2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM