10

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?

finlouarn
  • 169
  • 1
  • 1
  • 6

1 Answers1

6

Problem solved with: conda update mkl

working versions: mkl 2017.0.1 0
mkl-service 1.1.2 py35_2

finlouarn
  • 169
  • 1
  • 1
  • 6