小编Ain*_*sir的帖子

无法从“skimage.feature”导入名称“graycomatrix”

我已经成功安装了 skimage 软件包,但是当我尝试导入

from skimage.feature import graycomatrix, graycoprops
Run Code Online (Sandbox Code Playgroud)

它会导致错误:

cannot import name 'graycomatrix' from 'skimage.feature' (/Users/ain/opt/anaconda3/lib/python3.8/site-packages/skimage/feature/__init__.py)
Run Code Online (Sandbox Code Playgroud)

python scikit-image jupyter-notebook

7
推荐指数
2
解决办法
9345
查看次数

标签 统计

jupyter-notebook ×1

python ×1

scikit-image ×1