3

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!

luispedro
  • 6,934
  • 4
  • 35
  • 45
varsha_holla
  • 852
  • 7
  • 23
  • 41

2 Answers2

2

Try using pip or easy-install

You can REFER THIS

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

Furquan Khan
  • 1,586
  • 1
  • 15
  • 30
1

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>
backtrack
  • 7,996
  • 5
  • 52
  • 99