ilastik / marching_cubes

Standalone marching cubes implementation and Python bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install on python 2.7

li-zemin opened this issue · comments

Hello, thank you for your sharing, I would like to install in python2.7 via pip, is there any method?

nope, it has a cmake/conda based build system
something like

cmake .
make -j2
make install

should do the trick

Look for the recent pull request, now you can install it via pip...
git clone https://github.com/ilastik/marching_cubes.git
pip install marching_cubes/
let me know if you face any issues

Look for the recent pull request, now you can install it via pip...
git clone https://github.com/ilastik/marching_cubes.git
pip install marching_cubes/
let me know if you face any issues

Hello, when I use the two command:

git clone https://github.com/ilastik/marching_cubes.git
pip install marching_cubes/

it says
Directory 'marching_cubes/' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

Seems there is no setup.py.
And if I use the commands provided by DerThorsten, it will say it cannot find some dependence.

What can I do to fix this problem?

  • we use cmake / conda based installation not setup.py
  • python2.7 is dead