I would like to install Python Pandas library (0.8.1) on Mac OS X 10.6.8. This library needs Numpy>=1.6.
I tried this
$ sudo easy_install pandas Sear
Don't know if you solved the problem but if anyone has this problem in future.
$python >>import numpy >>print(numpy)
Go to the location printed and delete the numpy installation found there. You can then use pip or easy_install
numpy
pip
easy_install