Linux 系统下安装 python-skimage

时间:2022-07-26 14:31:44

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