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:
Thanks in advance!
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:
Thanks in advance!
Try using pip or easy-install
You can REFER THIS
And if you get an error of numpy.distils.core Refer this
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>