Closed rkingsbury closed 8 years ago
Argh. Sorry for the long delay. The problem is that Debian (from which Linux Mint is derived) has a really old version of setuptools
. The solution that I have used with Debian is to execute the command suggested above (as root) before proceeding with the installation:
# easy_install -U setuptools
I updated the documentation with this info. Thanks for pointing out the problem.
On a fully up-to-date installation of Linux Mint (with both Python2 and Python3), I run:
and installation fails with:
I get the same result when using the Python2 version of pip.
The requirement for version 17 seems to come from ez_setup.py, line 33. Can you please help?