About this blog
This blog is mostly about my pursuits in Data Science. Previous blog entries also dealt with storage, compute, virtualization and professional services. Currently the focus is on Data Science, including Big Data, Hadoop, Business Intelligence, Data Warehouse, Data Integration and Visualization. From time to time I will blog about other things of interest. The opinions expressed in this blog are entirely my own and should not be taken as the opinion of my employer.Blogroll
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
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