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

scikit-image no longer supports python < 3.6 / write our own contour-finding algorithm #7

Open
LoganAMorrison opened this issue Oct 24, 2019 · 0 comments

Comments

@LoganAMorrison
Copy link
Owner

I'm getting build errors on python 3.5 when the system tries to install scikit-image. I get the following:

Running scikit-image-0.16.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-mn54hdhq/scikit-image-0.16.2/egg-dist-tmp-k530fmby
Python 3.5.6 detected.

scikit-image 0.16+ supports only Python 3.6 and above.

from TravisCI. I think we are only using scikit-image for contour-finding. Either we should remove support for python < 3.6 or write our own contour-finding algorithm. The latter isn't too difficult. The Marching Squares algorithm (https://en.wikipedia.org/wiki/Marching_squares )
is fairly straight-forward. We'd just want to make achieve similar performance as scikit-image.

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

1 participant