ImportError: No module named ‘skimage’

  • Post author:
  • Post category:其他


ubuntu16.04

1 未安装skimage模块

安装依赖(安装python3版本):

sudo apt-get install python3-matplotlib python3-numpy python3-pil python3-scipy

sudo apt-get install build-essential cython

安装skimage

sudo apt-get install python3-skimage

2 更新skimage

pip3 install scikit-image –upgrade



版权声明:本文为qq_40806289原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。