Question

I am using command prompt for installing Manhotas 1.1.0. I have mahotas in zip file and I have extracted it out. My procedure was:' python setup.py install' . But,its giving me error:

enter image description here

Thanks in advance!

Was it helpful?

Solution

Try using pip or easy-install

You can REFER THIS

And if you get an error of numpy.distils.core Refer this

OTHER TIPS

I know this is late answer, Still it may be useful.

You can download .whl package for windows from here : http://www.lfd.uci.edu/~gohlke/pythonlibs/#mahotas

and use

pip install <packahename.whl>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top