Open ahar opened 5 years ago
Have you installed scikit-image? It possesses the marching_cubes_lewiner functionality: https://scikit-image.org/docs/dev/api/skimage.measure.html.
If not, you can install the current stable version 1.15.0 as follows: pip install -U scikit-image
Hi, I got the following error while running the demo.py.