Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from skimage.draw import circle ImportError: cannot import name 'circle' from 'skimage.draw' (/home/onur/.local/lib/python3.9/site-packages/skimage/draw/__init__.py) #69

Open
Adugna233 opened this issue Mar 29, 2023 · 4 comments

Comments

@Adugna233
Copy link

No description provided.

@HunggTrann
Copy link

I have this error too, hope someone could helpp

@sebaro
Copy link

sebaro commented Jun 10, 2023

In logger.py, change:
from skimage.draw import circle
to
from skimage.draw import circle_perimeter as circle

@DangKhanhITMO
Copy link

I have this error too, hope someone could helpp

I have this error too, hope someone could helpp

did you fix the error?

@ashu-jb
Copy link

ashu-jb commented Jul 25, 2023

use from skimage.draw import disk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants