No matter which package I\'m trying to install, I get this error:
error: invalid command \'egg_info\' ---------------------------------------- Cleaning up.
I'll add this in here as my problem had something todo with my virtualenv:
virtualenv
I hadn't activated my virtual environment and was trying to install my requirements, this ultimately led to my install failing and throwing this error message.
So make sure you activate your virtualenv!