No matter which package I\'m trying to install, I get this error:
error: invalid command \'egg_info\' ---------------------------------------- Cleaning up.
In my case, I had to uninstall pip and reinstall it. So I could install my specific version.
sudo apt-get purge --auto-remove python-pip sudo easy_install pip