Image-Py / imagepy

Image process framework based on plugin like imagej, it is esay to glue with scipy.ndimage, scikit-image, opencv, simpleitk, mayavi...and any libraries based on numpy
http://imagepy.org
BSD 4-Clause "Original" or "Old" License
1.29k stars 330 forks source link

图片输入点击无反应 #21

Closed whrenstone closed 6 years ago

whrenstone commented 6 years ago

大神好: 非常感谢你的工程分享,非常给力。我在使用过程中,出现了一个问题,就是python3 -m imagepy 运行后,点击 file->BMP 或者 file->import 时候,都没有反应。然后无法导入图片进入软件进行分析。大神大致知道是什么原因么?求教了。

whrenstone commented 6 years ago

后来排查的原因是 scimage, shapely,numba 这三个库没有安装导致的。关注一下 界面启动前的,小白框的提示。