I tried to install a package through pip3, and I got this error. Every pip/pip3 command that I run gives me this error-
alexg@hitbox:~$ pip3 -V Traceback (m
Try : sudo easy_install pip and then
sudo easy_install pip
sudo easy_install setuptools
It probably happends because of messed-up dependencies.