pmneila/PyMCubes

python version conflict

Opened this issue · 1 comments

Thanks for your great project!

I have met a problem that: is it imcompatible with python<3.8(eg. 3.7)?

I would appreciate it if you could answer me!

Hi,

Just install version 0.1.4 with

python -m pip install pymcubes==0.1.4

The last version 0.1.6 added support for NumPy 2.0 and removed support for Python < 3.8. Otherwise, the library itself is nearly unchanged.