luispedro / mahotas

Computer Vision in Python
https://mahotas.rtfd.io
Other
844 stars 148 forks source link

install error #88

Closed poornasandur closed 6 years ago

poornasandur commented 7 years ago

I get the following error while installing the Mahotas..

File "build/bdist.linux-x86_64/egg/pkg_resources/init.py", line 2909, in contains

File "build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/specifiers.py", line 703, in contains

File "build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/version.py", line 31, in parse

File "build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/version.py", line 230, in init

File "build/bdist.linux-x86_64/egg/pkg_resources/_vendor/packaging/version.py", line 353, in _cmpkey

RuntimeError: maximum recursion depth exceeded


Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/mahotas Storing debug log for failure in /home/poornachandra/.pip/pip.log

luispedro commented 7 years ago

As I wrote on the pythonvision group:

I have never seen that error. What commands did you run to trigger it?

In general, for mahotas, I would recommend installing the anaconda version through conda-forge (see the README file at https://github.com/luispedro/mahotas)