Hello,
I have tried running this with multiple installations of Python, 3.7, 3.8, and 3.11. Every time I always get to the same point, where upon running mesh = mesher.mesh(image_stack), I get the error TypeError: __init__() got an unexpected keyword argument 'drawtype'.
Please let me know if I am doing anything wrong, or if this is a bug!
Hello,
I have tried running this with multiple installations of Python, 3.7, 3.8, and 3.11. Every time I always get to the same point, where upon running
mesh = mesher.mesh(image_stack), I get the errorTypeError: __init__() got an unexpected keyword argument 'drawtype'.Please let me know if I am doing anything wrong, or if this is a bug!