欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

在ubuntu16.04上安装python2的SciKit-Image

程序员文章站 2022-05-10 19:28:26
...

安装命令行如下:

sudo apt update && sudo apt upgrade 
sudo apt install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
sudo apt update
sudo apt install python-pip
sudo apt install python-networkx
sudo pip install scikit-image

参考网站:

https://blackbricksoftware.com/bit-on-bytes/169-scikit-image-installation-for-ubuntu-16-04

相关标签: python2 matplotlib