I cant install anything when i installing python install.py --develop

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Traceback (most recent call last):
File “/usr/bin/pip”, line 5, in
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
Traceback (most recent call last):
File “install.py”, line 351, in
install_bench(args)
File “install.py”, line 41, in install_bench
‘brew’: “sudo pip install --upgrade setuptools pip --user”
File “install.py”, line 219, in run_os_command
returncode = subprocess.check_call(command, shell=True)
File “/usr/lib/python2.7/subprocess.py”, line 511, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘sudo pip install --upgrade setuptools pip’ returned non-zero exit status 1

Which OS version are you on?

Debian 8

sory Debian 7 i installed

Try sudo apt-get install python3-pip