Ubuntu16.04 安装skimage

1、先安装需要的依赖文件:

 $  sudo apt-get install python-numpy  
 $  sudo apt-get install python-scipy  
 $  sudo apt-get install python-matplotlib  

2、安装skimage

$  sudo pip install  scikit-image  

3、测试是否安装skimage

import skimage

如果没有报错,则说明安装OK

你可能感兴趣的:(python,ubuntu,ubuntu,python)