Tag Archives: distribute

pip: error: invalid command ‘egg_info’

If your trying to install packages using pip and getting errors that complain about ‘egg_info’, it is likely because distribute was merged into setuptools as of version 0.7  so you need to upgrade.   Here is what I was getting … Continue reading

Posted in Data Analytics | Tagged , , , | Leave a comment

pip Exception: Traceback (most recent call last):

After installing anaconda you may notice an error when you execute pip list: Brian-Feenys-Mac-Pro:~ bfeeny$ pip list . . . Exception: Traceback (most recent call last): File “/Users/bfeeny/anaconda/lib/python2.7/site-packages/pip/basecommand.py”, line 134, in main status = self.run(options, args) File “/Users/bfeeny/anaconda/lib/python2.7/site-packages/pip/commands/list.py”, line 80, in … Continue reading

Posted in Software Engineering | Tagged , , | Leave a comment