pmneila / PyMCubes

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

python version conflict #48

Open LucioSunj opened 1 month ago

LucioSunj commented 1 month ago

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!

pmneila commented 1 month ago

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.