سؤال

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!

هل كانت مفيدة؟

المحلول

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>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top