KitwareMedical / ITKContourInterpolation

An implementation of morphological contour interpolation
http://hdl.handle.net/10380/3563
Apache License 2.0
30 stars 13 forks source link

Python 3 Errors #89

Closed extragoya closed 3 years ago

extragoya commented 4 years ago

Hi, I get segfaults if I use python3 to run this. Does this only work with python 2 currently?

dzenanz commented 4 years ago

It should work with python 3. Python 2 support has been dropped, due to its end of life.

extragoya commented 4 years ago

Fair enough - I'm not sure what happened, as I kept on getting SegFaults. Tried two versions of Python 3 (3.6.7 and 3.8). But if I used 2.7 it worked fine.

dzenanz commented 3 years ago

Many Python-related things were fixed meanwhile. Please try again, and if the issue persists reopen and provide more details.