Contents

error: invalid command 'egg_info'

0
Contents

This error is encountered when running pip install

Distribute has been merged into Setuptools as of version 0.7. If you are using a version <=0.6, upgrade using pip install --upgrade setuptools or easy_install -U setuptools.

Reference: https://stackoverflow.com/questions/11425106/python-pip-install-fails-invalid-command-egg-info