ok I uninstalled, and rm the directory, then reinstalled via pip. Now I get a different error:
Python 2.7.5+ (default, Sep 19 2013, 13:49:51)
[GCC 4.8.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pandas
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pandas/__init__.py", line 37, in <module>
import pandas.core.config_init
File "pandas/core/config_init.py", line 17, in <module>
from pandas.core.format import detect_console_encoding
File "pandas/core/format.py", line 9, in <module>
from pandas.core.index import Index, MultiIndex, _ensure_index
File "pandas/core/index.py", line 11, in <module>
import pandas.index as _index
File "index.pyx", line 35, in init pandas.index (pandas/index.c:14976)
AttributeError: 'module' object has no attribute 'utc'