pmneila / PyMCubes

Marching cubes (and related tools) for Python
BSD 3-Clause "New" or "Revised" License
692 stars 87 forks source link

PyMCubes depends on Cython and Numpy #16

Closed MRedies closed 5 years ago

MRedies commented 6 years ago

If i execute

pip3 install PyMCubes

it complains that cython and numpy are missing. I had to install them manually. I believe these dependencies can be installed automatically by pip.

pmneila commented 5 years ago

Fixed! It should work well now. Thank you for letting me know.