Linux 系统下安装 python-skimage
安装必须的依赖
// python-mumpy
// python-scipy
// python-matplotlib
$ sudo apt-get install python-numpy
$ sudo apt-get install python-scipy
$ sudo apt-get install python-matplotlib
安装python-skimage
sudo pip3 install scikit-image