Re: import of skimage.morphology.selem.disk fails

Yes indeed, a git pull and rebuild has fixed the issue. Much thanks! Best, Parand On Monday, December 17, 2012 1:37:35 PM UTC-8, Tony S Yu wrote:
On Mon, Dec 17, 2012 at 3:08 AM, Guillaume Gay < guil...@mitotic-machine.org <javascript:>> wrote:
Le 17/12/2012 09:03, Stéfan van der Walt a écrit :
Hi Prashand
On Sun, Dec 16, 2012 at 11:50 PM, Parand Darugar <dar...@gmail.com<javascript:>> wrote:
"from skimage.morphology.selem import disk" fails with the message "ImportError: cannot import name convex_hull_image". Subsequent attempts to import result in message "ImportError: cannot import name _template".
No problems on this end. Could you please send usyour build log?
Thanks Stefan
Hi
I had very similar import problems when I checked out the source from github last friday, that got sorted out by pulling it again sunday, so maybe it is enough for you to update your repository and build again...
Guillaume
I think Guillaume is correct here. The error looks like a circular import that was fixed in PR #394<https://github.com/scikit-image/scikit-image/pull/394>. Does updating fix the issue?
-Tony
participants (1)
-
Parand Darugar