If you get this error while trying to install some Python package it simply means that you don’t have setuptools module. To install it run:
sudo apt-get install python-setuptools
Now you can proceed.
If you get this error while trying to install some Python package it simply means that you don’t have setuptools module. To install it run:
sudo apt-get install python-setuptools
Now you can proceed.