Skip to content

Instantly share code, notes, and snippets.

Created February 2, 2016 18:51
Show Gist options
  • Save anonymous/0b5e296d268ffcb929f7 to your computer and use it in GitHub Desktop.
Save anonymous/0b5e296d268ffcb929f7 to your computer and use it in GitHub Desktop.
seaborn install error
> sudo pip install seaborn
Requirement already satisfied (use --upgrade to upgrade): seaborn in /usr/lib/python2.6/site-packages
Downloading/unpacking pandas (from seaborn)
Downloading pandas-0.17.1.tar.gz (6.7MB): 6.7MB downloaded
/usr/lib/python2.6/site-packages/setuptools/command/install_scripts.py:3: UserWarning: Module hashlib was already imported from /usr/lib64/python2.6/hashlib.pyc, but /usr/lib64/python2.6/site-packages is being added to sys.path
from pkg_resources import Distribution, PathMetadata, ensure_directory
Running setup.py (path:/tmp/pip_build_root/pandas/setup.py) egg_info for package pandas
warning: no files found matching 'README.rst'
no previously-included directories found matching 'doc/build'
warning: no directories found matching 'examples'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '#*' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.png' found anywhere in distribution
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /usr/lib/python2.6/site-packages (from pandas->seaborn)
Downloading/unpacking pytz>=2011k (from pandas->seaborn)
Downloading pytz-2015.7-py2.py3-none-any.whl (476kB): 476kB downloaded
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.7.0 in /usr/lib64/python2.6/site-packages (from pandas->seaborn)
Installing collected packages: pandas, pytz
Running setup.py install for pandas
UPDATING build/lib.linux-x86_64-2.6/pandas/_version.py
set build/lib.linux-x86_64-2.6/pandas/_version.py to '0.17.1'
building 'pandas.index' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/src/klib -Ipandas/src -I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c pandas/index.c -o build/temp.linux-x86_64-2.6/pandas/index.o
In file included from pandas/index.c:244:
pandas/src/numpy_helper.h: In function ‘infer_type’:
pandas/src/numpy_helper.h:21: error: ‘PyDatetimeArrType_Type’ undeclared (first use in this function)
pandas/src/numpy_helper.h:21: error: (Each undeclared identifier is reported only once
pandas/src/numpy_helper.h:21: error: for each function it appears in.)
pandas/src/numpy_helper.h: In function ‘get_datetime64_value’:
pandas/src/numpy_helper.h:42: error: ‘PyDatetimeScalarObject’ undeclared (first use in this function)
pandas/src/numpy_helper.h:42: error: expected expression before ‘)’ token
pandas/src/numpy_helper.h: In function ‘get_timedelta64_value’:
pandas/src/numpy_helper.h:47: error: ‘PyTimedeltaScalarObject’ undeclared (first use in this function)
pandas/src/numpy_helper.h:47: error: expected expression before ‘)’ token
pandas/src/numpy_helper.h: In function ‘is_datetime64_object’:
pandas/src/numpy_helper.h:77: error: ‘PyDatetimeArrType_Type’ undeclared (first use in this function)
pandas/src/numpy_helper.h: In function ‘is_timedelta64_object’:
pandas/src/numpy_helper.h:82: error: ‘PyTimedeltaArrType_Type’ undeclared (first use in this function)
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h: At top level:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:59: error: nested redefinition of ‘enum NPY_TYPES’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:59: error: redeclaration of ‘enum NPY_TYPES’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:59: error: redeclaration of enumerator ‘NPY_BOOL’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:70: note: previous definition of ‘NPY_BOOL’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:60: error: redeclaration of enumerator ‘NPY_BYTE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:71: note: previous definition of ‘NPY_BYTE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:60: error: redeclaration of enumerator ‘NPY_UBYTE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:71: note: previous definition of ‘NPY_UBYTE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:61: error: redeclaration of enumerator ‘NPY_SHORT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:72: note: previous definition of ‘NPY_SHORT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:61: error: redeclaration of enumerator ‘NPY_USHORT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:72: note: previous definition of ‘NPY_USHORT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:62: error: redeclaration of enumerator ‘NPY_INT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:73: note: previous definition of ‘NPY_INT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:62: error: redeclaration of enumerator ‘NPY_UINT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:73: note: previous definition of ‘NPY_UINT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:63: error: redeclaration of enumerator ‘NPY_LONG’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:74: note: previous definition of ‘NPY_LONG’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:63: error: redeclaration of enumerator ‘NPY_ULONG’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:74: note: previous definition of ‘NPY_ULONG’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:64: error: redeclaration of enumerator ‘NPY_LONGLONG’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:75: note: previous definition of ‘NPY_LONGLONG’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:64: error: redeclaration of enumerator ‘NPY_ULONGLONG’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:75: note: previous definition of ‘NPY_ULONGLONG’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:65: error: redeclaration of enumerator ‘NPY_FLOAT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:76: note: previous definition of ‘NPY_FLOAT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:65: error: redeclaration of enumerator ‘NPY_DOUBLE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:76: note: previous definition of ‘NPY_DOUBLE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:65: error: redeclaration of enumerator ‘NPY_LONGDOUBLE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:76: note: previous definition of ‘NPY_LONGDOUBLE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:66: error: redeclaration of enumerator ‘NPY_CFLOAT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:77: note: previous definition of ‘NPY_CFLOAT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:66: error: redeclaration of enumerator ‘NPY_CDOUBLE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:77: note: previous definition of ‘NPY_CDOUBLE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:66: error: redeclaration of enumerator ‘NPY_CLONGDOUBLE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:77: note: previous definition of ‘NPY_CLONGDOUBLE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:67: error: redeclaration of enumerator ‘NPY_OBJECT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:78: note: previous definition of ‘NPY_OBJECT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:68: error: redeclaration of enumerator ‘NPY_STRING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:79: note: previous definition of ‘NPY_STRING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:68: error: redeclaration of enumerator ‘NPY_UNICODE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:79: note: previous definition of ‘NPY_UNICODE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:69: error: redeclaration of enumerator ‘NPY_VOID’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:80: note: previous definition of ‘NPY_VOID’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:76: error: redeclaration of enumerator ‘NPY_NTYPES’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:81: note: previous definition of ‘NPY_NTYPES’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:77: error: redeclaration of enumerator ‘NPY_NOTYPE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:82: note: previous definition of ‘NPY_NOTYPE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:78: error: redeclaration of enumerator ‘NPY_CHAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:83: note: previous definition of ‘NPY_CHAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:79: error: redeclaration of enumerator ‘NPY_USERDEF’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:85: note: previous definition of ‘NPY_USERDEF’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:102: error: nested redefinition of ‘enum NPY_TYPECHAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:102: error: redeclaration of ‘enum NPY_TYPECHAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:103: error: redeclaration of enumerator ‘NPY_BOOLLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:111: note: previous definition of ‘NPY_BOOLLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:104: error: redeclaration of enumerator ‘NPY_BYTELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:112: note: previous definition of ‘NPY_BYTELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:105: error: redeclaration of enumerator ‘NPY_UBYTELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:113: note: previous definition of ‘NPY_UBYTELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:106: error: redeclaration of enumerator ‘NPY_SHORTLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:114: note: previous definition of ‘NPY_SHORTLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:107: error: redeclaration of enumerator ‘NPY_USHORTLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:115: note: previous definition of ‘NPY_USHORTLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:108: error: redeclaration of enumerator ‘NPY_INTLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:116: note: previous definition of ‘NPY_INTLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:109: error: redeclaration of enumerator ‘NPY_UINTLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:117: note: previous definition of ‘NPY_UINTLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:110: error: redeclaration of enumerator ‘NPY_LONGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:118: note: previous definition of ‘NPY_LONGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:111: error: redeclaration of enumerator ‘NPY_ULONGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:119: note: previous definition of ‘NPY_ULONGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:112: error: redeclaration of enumerator ‘NPY_LONGLONGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:120: note: previous definition of ‘NPY_LONGLONGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:113: error: redeclaration of enumerator ‘NPY_ULONGLONGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:121: note: previous definition of ‘NPY_ULONGLONGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:115: error: redeclaration of enumerator ‘NPY_FLOATLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:122: note: previous definition of ‘NPY_FLOATLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:116: error: redeclaration of enumerator ‘NPY_DOUBLELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:123: note: previous definition of ‘NPY_DOUBLELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:117: error: redeclaration of enumerator ‘NPY_LONGDOUBLELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:124: note: previous definition of ‘NPY_LONGDOUBLELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:118: error: redeclaration of enumerator ‘NPY_CFLOATLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:125: note: previous definition of ‘NPY_CFLOATLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:119: error: redeclaration of enumerator ‘NPY_CDOUBLELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:126: note: previous definition of ‘NPY_CDOUBLELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:120: error: redeclaration of enumerator ‘NPY_CLONGDOUBLELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:127: note: previous definition of ‘NPY_CLONGDOUBLELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:121: error: redeclaration of enumerator ‘NPY_OBJECTLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:128: note: previous definition of ‘NPY_OBJECTLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:122: error: redeclaration of enumerator ‘NPY_STRINGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:129: note: previous definition of ‘NPY_STRINGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:123: error: redeclaration of enumerator ‘NPY_STRINGLTR2’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:130: note: previous definition of ‘NPY_STRINGLTR2’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:124: error: redeclaration of enumerator ‘NPY_UNICODELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:131: note: previous definition of ‘NPY_UNICODELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:125: error: redeclaration of enumerator ‘NPY_VOIDLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:132: note: previous definition of ‘NPY_VOIDLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:126: error: redeclaration of enumerator ‘NPY_DATETIMELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:133: note: previous definition of ‘NPY_DATETIMELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:127: error: redeclaration of enumerator ‘NPY_TIMEDELTALTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:134: note: previous definition of ‘NPY_TIMEDELTALTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:128: error: redeclaration of enumerator ‘NPY_CHARLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:135: note: previous definition of ‘NPY_CHARLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:136: error: redeclaration of enumerator ‘NPY_INTPLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:140: note: previous definition of ‘NPY_INTPLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:137: error: redeclaration of enumerator ‘NPY_UINTPLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:141: note: previous definition of ‘NPY_UINTPLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:143: error: redeclaration of enumerator ‘NPY_GENBOOLLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:143: note: previous definition of ‘NPY_GENBOOLLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:144: error: redeclaration of enumerator ‘NPY_SIGNEDLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:144: note: previous definition of ‘NPY_SIGNEDLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:145: error: redeclaration of enumerator ‘NPY_UNSIGNEDLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:145: note: previous definition of ‘NPY_UNSIGNEDLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:146: error: redeclaration of enumerator ‘NPY_FLOATINGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:146: note: previous definition of ‘NPY_FLOATINGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:148: error: redeclaration of enumerator ‘NPY_COMPLEXLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:148: note: previous definition of ‘NPY_COMPLEXLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:151: error: redeclaration of enumerator ‘NPY_QUICKSORT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:151: note: previous definition of ‘NPY_QUICKSORT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:152: error: redeclaration of enumerator ‘NPY_HEAPSORT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:152: note: previous definition of ‘NPY_HEAPSORT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:154: error: redeclaration of enumerator ‘NPY_MERGESORT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:154: note: previous definition of ‘NPY_MERGESORT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:154: error: conflicting types for ‘NPY_SORTKIND’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:154: note: previous declaration of ‘NPY_SORTKIND’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:165: error: redeclaration of enumerator ‘NPY_SEARCHLEFT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:159: note: previous definition of ‘NPY_SEARCHLEFT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:167: error: redeclaration of enumerator ‘NPY_SEARCHRIGHT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:161: note: previous definition of ‘NPY_SEARCHRIGHT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:167: error: conflicting types for ‘NPY_SEARCHSIDE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:161: note: previous declaration of ‘NPY_SEARCHSIDE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:172: error: redeclaration of enumerator ‘NPY_NOSCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:166: note: previous definition of ‘NPY_NOSCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:173: error: redeclaration of enumerator ‘NPY_BOOL_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:167: note: previous definition of ‘NPY_BOOL_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:174: error: redeclaration of enumerator ‘NPY_INTPOS_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:168: note: previous definition of ‘NPY_INTPOS_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:175: error: redeclaration of enumerator ‘NPY_INTNEG_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:169: note: previous definition of ‘NPY_INTNEG_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:176: error: redeclaration of enumerator ‘NPY_FLOAT_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:170: note: previous definition of ‘NPY_FLOAT_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:177: error: redeclaration of enumerator ‘NPY_COMPLEX_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:171: note: previous definition of ‘NPY_COMPLEX_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:179: error: redeclaration of enumerator ‘NPY_OBJECT_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:173: note: previous definition of ‘NPY_OBJECT_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:179: error: conflicting types for ‘NPY_SCALARKIND’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:173: note: previous declaration of ‘NPY_SCALARKIND’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:185: error: redeclaration of enumerator ‘NPY_ANYORDER’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:177: note: previous definition of ‘NPY_ANYORDER’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:187: error: redeclaration of enumerator ‘NPY_CORDER’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:178: note: previous definition of ‘NPY_CORDER’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:189: error: redeclaration of enumerator ‘NPY_FORTRANORDER’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:180: note: previous definition of ‘NPY_FORTRANORDER’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:192: error: conflicting types for ‘NPY_ORDER’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:180: note: previous declaration of ‘NPY_ORDER’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:215: error: redeclaration of enumerator ‘NPY_CLIP’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:184: note: previous definition of ‘NPY_CLIP’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:216: error: redeclaration of enumerator ‘NPY_WRAP’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:185: note: previous definition of ‘NPY_WRAP’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:218: error: redeclaration of enumerator ‘NPY_RAISE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:187: note: previous definition of ‘NPY_RAISE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:218: error: conflicting types for ‘NPY_CLIPMODE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:187: note: previous declaration of ‘NPY_CLIPMODE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:238: error: redeclaration of enumerator ‘NPY_FR_Y’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:190: note: previous definition of ‘NPY_FR_Y’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:239: error: redeclaration of enumerator ‘NPY_FR_M’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:191: note: previous definition of ‘NPY_FR_M’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:240: error: redeclaration of enumerator ‘NPY_FR_W’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:192: note: previous definition of ‘NPY_FR_W’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:242: error: redeclaration of enumerator ‘NPY_FR_D’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:194: note: previous definition of ‘NPY_FR_D’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:243: error: redeclaration of enumerator ‘NPY_FR_h’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:195: note: previous definition of ‘NPY_FR_h’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:244: error: redeclaration of enumerator ‘NPY_FR_m’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:196: note: previous definition of ‘NPY_FR_m’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:245: error: redeclaration of enumerator ‘NPY_FR_s’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:197: note: previous definition of ‘NPY_FR_s’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:246: error: redeclaration of enumerator ‘NPY_FR_ms’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:198: note: previous definition of ‘NPY_FR_ms’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:247: error: redeclaration of enumerator ‘NPY_FR_us’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:199: note: previous definition of ‘NPY_FR_us’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:248: error: redeclaration of enumerator ‘NPY_FR_ns’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:200: note: previous definition of ‘NPY_FR_ns’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:249: error: redeclaration of enumerator ‘NPY_FR_ps’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:201: note: previous definition of ‘NPY_FR_ps’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:250: error: redeclaration of enumerator ‘NPY_FR_fs’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:202: note: previous definition of ‘NPY_FR_fs’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:251: error: redeclaration of enumerator ‘NPY_FR_as’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:204: note: previous definition of ‘NPY_FR_as’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:253: error: conflicting types for ‘NPY_DATETIMEUNIT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:204: note: previous declaration of ‘NPY_DATETIMEUNIT’ was here
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:259:1: warning: "NPY_DATETIME_NUMUNITS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:206:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:260:1: warning: "NPY_DATETIME_DEFAULTUNIT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:207:1: warning: this is the location of the previous definition
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:363: error: redefinition of typedef ‘PyArray_GetItemFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:330: note: previous declaration of ‘PyArray_GetItemFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:364: error: redefinition of typedef ‘PyArray_SetItemFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:331: note: previous declaration of ‘PyArray_SetItemFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:366: error: redefinition of typedef ‘PyArray_CopySwapNFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:333: note: previous declaration of ‘PyArray_CopySwapNFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:369: error: redefinition of typedef ‘PyArray_CopySwapFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:336: note: previous declaration of ‘PyArray_CopySwapFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:370: error: redefinition of typedef ‘PyArray_NonzeroFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:337: note: previous declaration of ‘PyArray_NonzeroFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:378: error: redefinition of typedef ‘PyArray_CompareFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:343: note: previous declaration of ‘PyArray_CompareFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:379: error: redefinition of typedef ‘PyArray_ArgFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:344: note: previous declaration of ‘PyArray_ArgFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:381: error: redefinition of typedef ‘PyArray_DotFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:346: note: previous declaration of ‘PyArray_DotFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:384: error: redefinition of typedef ‘PyArray_VectorUnaryFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:349: note: previous declaration of ‘PyArray_VectorUnaryFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:391: error: redefinition of typedef ‘PyArray_ScanFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:354: note: previous declaration of ‘PyArray_ScanFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:393: error: redefinition of typedef ‘PyArray_FromStrFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:356: note: previous declaration of ‘PyArray_FromStrFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:396: error: redefinition of typedef ‘PyArray_FillFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:359: note: previous declaration of ‘PyArray_FillFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:398: error: redefinition of typedef ‘PyArray_SortFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:361: note: previous declaration of ‘PyArray_SortFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:399: error: redefinition of typedef ‘PyArray_ArgSortFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:362: note: previous declaration of ‘PyArray_ArgSortFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:407: error: redefinition of typedef ‘PyArray_FillWithScalarFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:364: note: previous declaration of ‘PyArray_FillWithScalarFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:409: error: redefinition of typedef ‘PyArray_ScalarKindFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:366: note: previous declaration of ‘PyArray_ScalarKindFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:411: error: redefinition of typedef ‘PyArray_FastClipFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:368: note: previous declaration of ‘PyArray_FastClipFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:413: error: redefinition of typedef ‘PyArray_FastPutmaskFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:370: note: previous declaration of ‘PyArray_FastPutmaskFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:415: error: conflicting types for ‘PyArray_FastTakeFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:372: note: previous declaration of ‘PyArray_FastTakeFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:423: error: conflicting types for ‘PyArray_Dims’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:380: note: previous declaration of ‘PyArray_Dims’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:534: error: conflicting types for ‘PyArray_ArrFuncs’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:455: note: previous declaration of ‘PyArray_ArrFuncs’ was here
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:566:1: warning: "PyDataType_FLAGCHK" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:484:1: warning: this is the location of the previous definition
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:572: error: redefinition of ‘struct _PyArray_Descr’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:628: error: conflicting types for ‘PyArray_Descr’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:522: note: previous declaration of ‘PyArray_Descr’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:630: error: redefinition of ‘struct _arr_descr’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:633: error: conflicting types for ‘PyArray_ArrayDescr’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:527: note: previous declaration of ‘PyArray_ArrayDescr’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:696: error: conflicting types for ‘PyArrayObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:553: note: previous declaration of ‘PyArrayObject’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:706: error: redefinition of ‘struct PyArrayFlagsObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:710: error: conflicting types for ‘PyArrayFlagsObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:564: note: previous declaration of ‘PyArrayFlagsObject’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:720: error: conflicting types for ‘PyArray_Chunk’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:574: note: previous declaration of ‘PyArray_Chunk’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:747: error: conflicting types for ‘PyArray_FinalizeFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:578: note: previous declaration of ‘PyArray_FinalizeFunc’ was here
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:899:1: warning: "NPY_MIN_BUFSIZE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:657:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:900:1: warning: "NPY_MAX_BUFSIZE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:658:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:901:1: warning: "NPY_BUFSIZE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:659:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:924:1: warning: "PyArray_ISCONTIGUOUS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:683:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:925:1: warning: "PyArray_ISWRITEABLE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:684:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:926:1: warning: "PyArray_ISALIGNED" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:685:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:936:1: warning: "NPY_BEGIN_THREADS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:692:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:937:1: warning: "NPY_END_THREADS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:693:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:951:1: warning: "NPY_ALLOW_C_API" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:704:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:952:1: warning: "NPY_DISABLE_C_API" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:705:1: warning: this is the location of the previous definition
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1047: error: redefinition of typedef ‘PyArrayIterObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:724: note: previous declaration of ‘PyArrayIterObject’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1053: error: redefinition of typedef ‘npy_iter_get_dataptr_t’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:728: note: previous declaration of ‘npy_iter_get_dataptr_t’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1055: error: redefinition of ‘struct PyArrayIterObject_tag’
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1079:1: warning: "PyArray_ITER_RESET" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:754:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1086:1: warning: "_PyArray_ITER_NEXT1" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:761:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1091:1: warning: "_PyArray_ITER_NEXT2" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:766:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1104:1: warning: "_PyArray_ITER_NEXT3" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:779:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1125:1: warning: "PyArray_ITER_NEXT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:800:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1154:1: warning: "PyArray_ITER_GOTO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:829:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1173:1: warning: "PyArray_ITER_GOTO1D" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:848:1: warning: this is the location of the previous definition
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1215: error: conflicting types for ‘PyArrayMultiIterObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:890: note: previous declaration of ‘PyArrayMultiIterObject’ was here
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1218:1: warning: "PyArray_MultiIter_RESET" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:893:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1226:1: warning: "PyArray_MultiIter_NEXT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:901:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1234:1: warning: "PyArray_MultiIter_GOTO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:909:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1242:1: warning: "PyArray_MultiIter_GOTO1D" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:917:1: warning: this is the location of the previous definition
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1344: error: conflicting types for ‘PyArrayMapIterObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:969: note: previous declaration of ‘PyArrayMapIterObject’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1347: error: redeclaration of enumerator ‘NPY_NEIGHBORHOOD_ITER_ZERO_PADDING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:972: note: previous definition of ‘NPY_NEIGHBORHOOD_ITER_ZERO_PADDING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1348: error: redeclaration of enumerator ‘NPY_NEIGHBORHOOD_ITER_ONE_PADDING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:973: note: previous definition of ‘NPY_NEIGHBORHOOD_ITER_ONE_PADDING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1349: error: redeclaration of enumerator ‘NPY_NEIGHBORHOOD_ITER_CONSTANT_PADDING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:974: note: previous definition of ‘NPY_NEIGHBORHOOD_ITER_CONSTANT_PADDING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1350: error: redeclaration of enumerator ‘NPY_NEIGHBORHOOD_ITER_CIRCULAR_PADDING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:975: note: previous definition of ‘NPY_NEIGHBORHOOD_ITER_CIRCULAR_PADDING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1352: error: redeclaration of enumerator ‘NPY_NEIGHBORHOOD_ITER_MIRROR_PADDING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:977: note: previous definition of ‘NPY_NEIGHBORHOOD_ITER_MIRROR_PADDING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1396: error: conflicting types for ‘PyArrayNeighborhoodIterObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1017: note: previous declaration of ‘PyArrayNeighborhoodIterObject’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1404: error: conflicting types for ‘PyArrayNeighborhoodIter_Reset’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:80: note: previous definition of ‘PyArrayNeighborhoodIter_Reset’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1406: error: conflicting types for ‘PyArrayNeighborhoodIter_Next’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:68: note: previous definition of ‘PyArrayNeighborhoodIter_Next’ was here
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1417,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:8: error: conflicting types for ‘_PyArrayNeighborhoodIter_IncrCoord’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:38: note: previous definition of ‘_PyArrayNeighborhoodIter_IncrCoord’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:53: error: conflicting types for ‘_PyArrayNeighborhoodIter_IncrCoord2D’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:53: note: previous definition of ‘_PyArrayNeighborhoodIter_IncrCoord2D’ was here
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1435:1: warning: "PyArray_ISONESEGMENT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1049:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1439:1: warning: "PyArray_ISFORTRAN" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1053:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1442:1: warning: "PyArray_FORTRAN_IF" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1056:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1548:1: warning: "PyArray_NDIM" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1048:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1549:1: warning: "PyArray_BYTES" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1061:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1550:1: warning: "PyArray_DATA" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1060:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1551:1: warning: "PyArray_DIMS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1062:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1552:1: warning: "PyArray_STRIDES" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1063:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1555:1: warning: "PyArray_BASE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1066:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1556:1: warning: "PyArray_DESCR" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1067:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1557:1: warning: "PyArray_FLAGS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1068:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1558:1: warning: "PyArray_CHKFLAGS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:680:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1560:1: warning: "PyArray_ITEMSIZE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1069:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1562:1: warning: "PyArray_TYPE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1070:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1564:1: warning: "PyArray_GETITEM" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1072:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1568:1: warning: "PyArray_SETITEM" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1076:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1623:1: warning: "PyTypeNum_ISFLOAT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1099:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1627:1: warning: "PyTypeNum_ISNUMBER" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1102:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1723:1: warning: "PyArray_ISCARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1196:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1724:1: warning: "PyArray_ISCARRAY_RO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1197:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:1: warning: "PyArray_ISFARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1198:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1726:1: warning: "PyArray_ISFARRAY_RO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1199:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1727:1: warning: "PyArray_ISBEHAVED" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1200:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:1: warning: "PyArray_ISBEHAVED_RO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1201:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1785: error: conflicting types for ‘PyArrayInterface’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1228: note: previous declaration of ‘PyArrayInterface’ was here
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:29:1: warning: "NPY_CONTIGUOUS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:582:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:30:1: warning: "NPY_FORTRAN" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:586:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:39:1: warning: "NPY_C_CONTIGUOUS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:588:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:40:1: warning: "NPY_F_CONTIGUOUS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:589:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:41:1: warning: "NPY_OWNDATA" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:598:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:42:1: warning: "NPY_FORCECAST" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:604:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:43:1: warning: "NPY_ENSURECOPY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:608:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:44:1: warning: "NPY_ENSUREARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:611:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:45:1: warning: "NPY_ELEMENTSTRIDES" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:616:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:46:1: warning: "NPY_ALIGNED" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:622:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:47:1: warning: "NPY_NOTSWAPPED" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:624:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:48:1: warning: "NPY_WRITEABLE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:626:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:49:1: warning: "NPY_UPDATEIFCOPY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:631:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:50:1: warning: "NPY_BEHAVED" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:637:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:51:1: warning: "NPY_BEHAVED_NS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:638:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:52:1: warning: "NPY_CARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:639:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:53:1: warning: "NPY_CARRAY_RO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:640:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:54:1: warning: "NPY_FARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:641:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:55:1: warning: "NPY_FARRAY_RO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:642:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:56:1: warning: "NPY_DEFAULT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:643:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:57:1: warning: "NPY_IN_ARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:644:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:58:1: warning: "NPY_OUT_ARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:645:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:59:1: warning: "NPY_INOUT_ARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:646:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:60:1: warning: "NPY_IN_FARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:647:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:61:1: warning: "NPY_OUT_FARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:648:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:62:1: warning: "NPY_INOUT_FARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:649:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:63:1: warning: "NPY_UPDATE_ALL" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:651:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:76:1: warning: "PyDataType_GetDatetimeMetaData" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:576:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:101:1: warning: "NPY_METADATA_DTSTR" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:87:1: warning: this is the location of the previous definition
pandas/index.c:607: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__pyx_t_5numpy_float16_t’
pandas/index.c: In function ‘__pyx_pf_6pandas_5index_11IndexEngine_16get_indexer_non_unique’:
pandas/index.c:6241: warning: passing argument 1 of ‘get_value_1d’ from incompatible pointer type
pandas/src/numpy_helper.h:93: note: expected ‘struct PyArrayObject *’ but argument is of type ‘struct PyArrayObject *’
pandas/index.c:6333: warning: passing argument 1 of ‘get_value_1d’ from incompatible pointer type
pandas/src/numpy_helper.h:93: note: expected ‘struct PyArrayObject *’ but argument is of type ‘struct PyArrayObject *’
pandas/index.c: In function ‘__pyx_f_4util_get_value_at’:
pandas/index.c:16050: warning: passing argument 1 of ‘get_value_1d’ from incompatible pointer type
pandas/src/numpy_helper.h:93: note: expected ‘struct PyArrayObject *’ but argument is of type ‘struct PyArrayObject *’
pandas/index.c: In function ‘__pyx_f_4util_set_value_at’:
pandas/index.c:16251: warning: passing argument 1 of ‘assign_value_1d’ from incompatible pointer type
pandas/src/numpy_helper.h:86: note: expected ‘struct PyArrayObject *’ but argument is of type ‘struct PyArrayObject *’
error: command 'gcc' failed with exit status 1
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pandas/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-UFktoK-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.6
creating build/lib.linux-x86_64-2.6/pandas
copying pandas/_version.py -> build/lib.linux-x86_64-2.6/pandas
copying pandas/__init__.py -> build/lib.linux-x86_64-2.6/pandas
copying pandas/info.py -> build/lib.linux-x86_64-2.6/pandas
creating build/lib.linux-x86_64-2.6/pandas/compat
copying pandas/compat/openpyxl_compat.py -> build/lib.linux-x86_64-2.6/pandas/compat
copying pandas/compat/pickle_compat.py -> build/lib.linux-x86_64-2.6/pandas/compat
copying pandas/compat/chainmap.py -> build/lib.linux-x86_64-2.6/pandas/compat
copying pandas/compat/__init__.py -> build/lib.linux-x86_64-2.6/pandas/compat
copying pandas/compat/chainmap_impl.py -> build/lib.linux-x86_64-2.6/pandas/compat
creating build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/engines.py -> build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/common.py -> build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/api.py -> build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/scope.py -> build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/__init__.py -> build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/ops.py -> build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/eval.py -> build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/expressions.py -> build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/align.py -> build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/expr.py -> build/lib.linux-x86_64-2.6/pandas/computation
copying pandas/computation/pytables.py -> build/lib.linux-x86_64-2.6/pandas/computation
creating build/lib.linux-x86_64-2.6/pandas/computation/tests
copying pandas/computation/tests/test_eval.py -> build/lib.linux-x86_64-2.6/pandas/computation/tests
copying pandas/computation/tests/__init__.py -> build/lib.linux-x86_64-2.6/pandas/computation/tests
creating build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/style.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/missing.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/common.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/format.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/categorical.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/series.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/api.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/dtypes.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/config_init.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/internals.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/frame.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/index.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/panelnd.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/algorithms.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/matrix.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/__init__.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/ops.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/config.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/groupby.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/panel4d.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/sparse.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/generic.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/convert.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/datetools.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/nanops.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/strings.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/base.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/reshape.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/panel.py -> build/lib.linux-x86_64-2.6/pandas/core
copying pandas/core/indexing.py -> build/lib.linux-x86_64-2.6/pandas/core
creating build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/pickle.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/common.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/excel.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/gbq.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/sql.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/api.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/sas.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/packers.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/html.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/__init__.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/wb.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/date_converters.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/stata.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/auth.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/ga.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/parsers.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/json.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/pytables.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/clipboard.py -> build/lib.linux-x86_64-2.6/pandas/io
copying pandas/io/data.py -> build/lib.linux-x86_64-2.6/pandas/io
creating build/lib.linux-x86_64-2.6/pandas/rpy
copying pandas/rpy/mass.py -> build/lib.linux-x86_64-2.6/pandas/rpy
copying pandas/rpy/common.py -> build/lib.linux-x86_64-2.6/pandas/rpy
copying pandas/rpy/__init__.py -> build/lib.linux-x86_64-2.6/pandas/rpy
copying pandas/rpy/vars.py -> build/lib.linux-x86_64-2.6/pandas/rpy
copying pandas/rpy/base.py -> build/lib.linux-x86_64-2.6/pandas/rpy
creating build/lib.linux-x86_64-2.6/pandas/sandbox
copying pandas/sandbox/qtpandas.py -> build/lib.linux-x86_64-2.6/pandas/sandbox
copying pandas/sandbox/__init__.py -> build/lib.linux-x86_64-2.6/pandas/sandbox
creating build/lib.linux-x86_64-2.6/pandas/sparse
copying pandas/sparse/series.py -> build/lib.linux-x86_64-2.6/pandas/sparse
copying pandas/sparse/api.py -> build/lib.linux-x86_64-2.6/pandas/sparse
copying pandas/sparse/frame.py -> build/lib.linux-x86_64-2.6/pandas/sparse
copying pandas/sparse/list.py -> build/lib.linux-x86_64-2.6/pandas/sparse
copying pandas/sparse/scipy_sparse.py -> build/lib.linux-x86_64-2.6/pandas/sparse
copying pandas/sparse/__init__.py -> build/lib.linux-x86_64-2.6/pandas/sparse
copying pandas/sparse/array.py -> build/lib.linux-x86_64-2.6/pandas/sparse
copying pandas/sparse/panel.py -> build/lib.linux-x86_64-2.6/pandas/sparse
creating build/lib.linux-x86_64-2.6/pandas/sparse/tests
copying pandas/sparse/tests/test_array.py -> build/lib.linux-x86_64-2.6/pandas/sparse/tests
copying pandas/sparse/tests/__init__.py -> build/lib.linux-x86_64-2.6/pandas/sparse/tests
copying pandas/sparse/tests/test_list.py -> build/lib.linux-x86_64-2.6/pandas/sparse/tests
copying pandas/sparse/tests/test_sparse.py -> build/lib.linux-x86_64-2.6/pandas/sparse/tests
copying pandas/sparse/tests/test_libsparse.py -> build/lib.linux-x86_64-2.6/pandas/sparse/tests
creating build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/moments.py -> build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/ols.py -> build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/common.py -> build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/var.py -> build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/api.py -> build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/plm.py -> build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/interface.py -> build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/__init__.py -> build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/fama_macbeth.py -> build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/misc.py -> build/lib.linux-x86_64-2.6/pandas/stats
copying pandas/stats/math.py -> build/lib.linux-x86_64-2.6/pandas/stats
creating build/lib.linux-x86_64-2.6/pandas/util
copying pandas/util/decorators.py -> build/lib.linux-x86_64-2.6/pandas/util
copying pandas/util/print_versions.py -> build/lib.linux-x86_64-2.6/pandas/util
copying pandas/util/__init__.py -> build/lib.linux-x86_64-2.6/pandas/util
copying pandas/util/doctools.py -> build/lib.linux-x86_64-2.6/pandas/util
copying pandas/util/testing.py -> build/lib.linux-x86_64-2.6/pandas/util
copying pandas/util/misc.py -> build/lib.linux-x86_64-2.6/pandas/util
copying pandas/util/clipboard.py -> build/lib.linux-x86_64-2.6/pandas/util
copying pandas/util/terminal.py -> build/lib.linux-x86_64-2.6/pandas/util
creating build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_rplot.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_format.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_multilevel.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_expressions.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_stats.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_panel4d.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_base.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_compat.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_graphics.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_index.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_lib.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_util.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_panelnd.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_reshape.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_panel.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_config.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/__init__.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_generic.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_testing.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_nanops.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_tseries.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_algos.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_dtypes.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_common.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_categorical.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_series.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_style.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_frame.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_groupby.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_indexing.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_internals.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_graphics_others.py -> build/lib.linux-x86_64-2.6/pandas/tests
copying pandas/tests/test_strings.py -> build/lib.linux-x86_64-2.6/pandas/tests
creating build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_format.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_sequnpack.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_limits.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_obj.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_pack.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_buffer.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_unpack_raw.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/__init__.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_case.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_read_size.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_unpack.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_newspec.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_subtype.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_except.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_seq.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
copying pandas/tests/test_msgpack/test_extension.py -> build/lib.linux-x86_64-2.6/pandas/tests/test_msgpack
creating build/lib.linux-x86_64-2.6/pandas/tools
copying pandas/tools/rplot.py -> build/lib.linux-x86_64-2.6/pandas/tools
copying pandas/tools/__init__.py -> build/lib.linux-x86_64-2.6/pandas/tools
copying pandas/tools/plotting.py -> build/lib.linux-x86_64-2.6/pandas/tools
copying pandas/tools/pivot.py -> build/lib.linux-x86_64-2.6/pandas/tools
copying pandas/tools/tile.py -> build/lib.linux-x86_64-2.6/pandas/tools
copying pandas/tools/util.py -> build/lib.linux-x86_64-2.6/pandas/tools
copying pandas/tools/merge.py -> build/lib.linux-x86_64-2.6/pandas/tools
creating build/lib.linux-x86_64-2.6/pandas/tools/tests
copying pandas/tools/tests/test_pivot.py -> build/lib.linux-x86_64-2.6/pandas/tools/tests
copying pandas/tools/tests/test_util.py -> build/lib.linux-x86_64-2.6/pandas/tools/tests
copying pandas/tools/tests/test_merge.py -> build/lib.linux-x86_64-2.6/pandas/tools/tests
copying pandas/tools/tests/__init__.py -> build/lib.linux-x86_64-2.6/pandas/tools/tests
copying pandas/tools/tests/test_tile.py -> build/lib.linux-x86_64-2.6/pandas/tools/tests
creating build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/tools.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/holiday.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/common.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/timedeltas.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/api.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/resample.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/index.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/__init__.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/offsets.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/period.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/plotting.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/tdi.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/frequencies.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/converter.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/util.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/interval.py -> build/lib.linux-x86_64-2.6/pandas/tseries
copying pandas/tseries/base.py -> build/lib.linux-x86_64-2.6/pandas/tseries
creating build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_base.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_util.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_converter.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/__init__.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_daterange.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_resample.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_period.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_holiday.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_timeseries.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_offsets.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_timeseries_legacy.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_plotting.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_frequencies.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_timedeltas.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_tslib.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
copying pandas/tseries/tests/test_timezones.py -> build/lib.linux-x86_64-2.6/pandas/tseries/tests
creating build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_gbq.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/generate_legacy_storage_files.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_cparser.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_sql.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_sas.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_date_converters.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_json_norm.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_stata.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_excel.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_packers.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_html.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_parsers.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_ga.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/__init__.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_clipboard.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_common.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_wb.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_pickle.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_pytables.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
copying pandas/io/tests/test_data.py -> build/lib.linux-x86_64-2.6/pandas/io/tests
creating build/lib.linux-x86_64-2.6/pandas/io/tests/test_json
copying pandas/io/tests/test_json/test_pandas.py -> build/lib.linux-x86_64-2.6/pandas/io/tests/test_json
copying pandas/io/tests/test_json/__init__.py -> build/lib.linux-x86_64-2.6/pandas/io/tests/test_json
copying pandas/io/tests/test_json/test_ujson.py -> build/lib.linux-x86_64-2.6/pandas/io/tests/test_json
creating build/lib.linux-x86_64-2.6/pandas/stats/tests
copying pandas/stats/tests/test_math.py -> build/lib.linux-x86_64-2.6/pandas/stats/tests
copying pandas/stats/tests/common.py -> build/lib.linux-x86_64-2.6/pandas/stats/tests
copying pandas/stats/tests/test_var.py -> build/lib.linux-x86_64-2.6/pandas/stats/tests
copying pandas/stats/tests/test_fama_macbeth.py -> build/lib.linux-x86_64-2.6/pandas/stats/tests
copying pandas/stats/tests/__init__.py -> build/lib.linux-x86_64-2.6/pandas/stats/tests
copying pandas/stats/tests/test_ols.py -> build/lib.linux-x86_64-2.6/pandas/stats/tests
copying pandas/stats/tests/test_moments.py -> build/lib.linux-x86_64-2.6/pandas/stats/tests
creating build/lib.linux-x86_64-2.6/pandas/msgpack
copying pandas/msgpack/_version.py -> build/lib.linux-x86_64-2.6/pandas/msgpack
copying pandas/msgpack/exceptions.py -> build/lib.linux-x86_64-2.6/pandas/msgpack
copying pandas/msgpack/__init__.py -> build/lib.linux-x86_64-2.6/pandas/msgpack
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/pytables_native.h5 -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy_table_0.11.h5 -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/pytables_native2.h5 -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy_0.10.h5 -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy_table.h5 -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy.h5 -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/datetimetz_object.h5 -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_hdf
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.12.0
copying pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_AMD64_windows_2.7.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.12.0
copying pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.12.0
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.6.5.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.6.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_AMD64_windows_2.7.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.5.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_3.3.0.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.7.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.13.0
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_3.2.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.13.0
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.14.1
copying pandas/io/tests/data/legacy_pickle/0.14.1/0.14.1_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.14.1
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.14.0
copying pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.14.0
copying pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_darwin_2.7.6.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.14.0
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.11.0
copying pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.11.0
copying pandas/io/tests/data/legacy_pickle/0.11.0/0.11.0_x86_64_linux_3.3.0.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.11.0
copying pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_3.3.0.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.11.0
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.15.2
copying pandas/io/tests/data/legacy_pickle/0.15.2/0.15.2_x86_64_darwin_2.7.9.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.15.2
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.10.1
copying pandas/io/tests/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.10.1
copying pandas/io/tests/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.10.1
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.16.2
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_2.7.10.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.16.2
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_3.4.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.16.2
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_3.4.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.16.2
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_2.7.10.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.16.2
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.10.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.16.2
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.9.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.16.2
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_3.4.3.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.16.2
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.15.0
copying pandas/io/tests/data/legacy_pickle/0.15.0/0.15.0_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.15.0
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.16.0
copying pandas/io/tests/data/legacy_pickle/0.16.0/0.16.0_x86_64_darwin_2.7.9.pickle -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_pickle/0.16.0
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack/0.16.2
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_2.7.10.msgpack -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack/0.16.2
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.10.msgpack -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack/0.16.2
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.9.msgpack -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack/0.16.2
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_3.4.3.msgpack -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack/0.16.2
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_3.4.3.msgpack -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack/0.16.2
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_3.4.3.msgpack -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack/0.16.2
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_2.7.10.msgpack -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack/0.16.2
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack/0.16.0
copying pandas/io/tests/data/legacy_msgpack/0.16.0/0.16.0_x86_64_darwin_2.7.9.msgpack -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/legacy_msgpack/0.16.0
copying pandas/io/tests/data/test1.csv.gz -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/SSHSV1_A.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/tips.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test1.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/banklist.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/DEMO_G.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata3.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/iris.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test2.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test1.csv.bz2 -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/DRXFCD_G.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata5.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata6.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/unicode_series.csv -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/SSHSV1_A.XPT -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/DEMO_G.XPT -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/DRXFCD_G.XPT -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata6_114.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata2_115.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata2_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata5_115.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata6_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata3_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata4_113.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata1_114.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata9_115.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata2_113.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata2_114.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata9_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata5_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata10_115.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata4_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata10_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata14_118.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata3_113.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata8_113.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata5_113.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata5_114.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata8_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata4_114.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata12_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata3_114.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata11_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata8_115.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata1_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata6_113.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata7_115.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata1_encoding.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata11_115.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata6_115.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata4_115.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata7_117.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/stata3_115.dta -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/gbq_fake_job.txt -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/utf16_ex.txt -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test4.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/times_1900.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test1.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/testmultiindex.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_index_name_pre17.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/blank_with_header.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_converters.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/times_1904.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_multisheet.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/testskiprows.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/blank.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test3.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_types.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test2.xls -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test2.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test3.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_converters.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test1.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_types.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/testskiprows.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/testmultiindex.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test4.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_multisheet.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/blank_with_header.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/times_1904.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/blank.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/times_1900.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_index_name_pre17.xlsx -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_multisheet.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_index_name_pre17.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test3.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_types.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test1.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/testskiprows.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test_converters.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/times_1904.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test4.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/times_1900.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/blank_with_header.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/testmultiindex.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/test2.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/blank.xlsm -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/salary.table -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/yahoo_options3.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/computer_sales_page.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/spam.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/macau.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/banklist.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/yahoo_options1.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/wikipedia_states.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/yahoo_options2.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/nyse_wsj.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
copying pandas/io/tests/data/valid_markup.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data
creating build/lib.linux-x86_64-2.6/pandas/io/tests/data/html_encoding
copying pandas/io/tests/data/html_encoding/letz_latin1.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/html_encoding
copying pandas/io/tests/data/html_encoding/chinese_utf-16.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/html_encoding
copying pandas/io/tests/data/html_encoding/chinese_utf-8.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/html_encoding
copying pandas/io/tests/data/html_encoding/chinese_utf-32.html -> build/lib.linux-x86_64-2.6/pandas/io/tests/data/html_encoding
creating build/lib.linux-x86_64-2.6/pandas/io/tests/test_json/data
copying pandas/io/tests/test_json/data/tsframe_v012.json -> build/lib.linux-x86_64-2.6/pandas/io/tests/test_json/data
copying pandas/io/tests/test_json/data/tsframe_iso_v012.json -> build/lib.linux-x86_64-2.6/pandas/io/tests/test_json/data
creating build/lib.linux-x86_64-2.6/pandas/tests/data
copying pandas/tests/data/multiindex_v1.pickle -> build/lib.linux-x86_64-2.6/pandas/tests/data
copying pandas/tests/data/s2-0.12.0.pickle -> build/lib.linux-x86_64-2.6/pandas/tests/data
copying pandas/tests/data/s1-0.12.0.pickle -> build/lib.linux-x86_64-2.6/pandas/tests/data
copying pandas/tests/data/categorical_0_15_2.pickle -> build/lib.linux-x86_64-2.6/pandas/tests/data
copying pandas/tests/data/mindex_073.pickle -> build/lib.linux-x86_64-2.6/pandas/tests/data
copying pandas/tests/data/categorical_0_14_1.pickle -> build/lib.linux-x86_64-2.6/pandas/tests/data
copying pandas/tests/data/tips.csv -> build/lib.linux-x86_64-2.6/pandas/tests/data
copying pandas/tests/data/iris.csv -> build/lib.linux-x86_64-2.6/pandas/tests/data
copying pandas/tests/data/unicode_series.csv -> build/lib.linux-x86_64-2.6/pandas/tests/data
copying pandas/tools/tests/cut_data.csv -> build/lib.linux-x86_64-2.6/pandas/tools/tests
creating build/lib.linux-x86_64-2.6/pandas/tseries/tests/data
copying pandas/tseries/tests/data/frame.pickle -> build/lib.linux-x86_64-2.6/pandas/tseries/tests/data
copying pandas/tseries/tests/data/series.pickle -> build/lib.linux-x86_64-2.6/pandas/tseries/tests/data
copying pandas/tseries/tests/data/series_daterange0.pickle -> build/lib.linux-x86_64-2.6/pandas/tseries/tests/data
copying pandas/tseries/tests/data/cday-0.14.1.pickle -> build/lib.linux-x86_64-2.6/pandas/tseries/tests/data
copying pandas/tseries/tests/data/dateoffset_0_15_2.pickle -> build/lib.linux-x86_64-2.6/pandas/tseries/tests/data
copying pandas/tseries/tests/data/daterange_073.pickle -> build/lib.linux-x86_64-2.6/pandas/tseries/tests/data
UPDATING build/lib.linux-x86_64-2.6/pandas/_version.py
set build/lib.linux-x86_64-2.6/pandas/_version.py to '0.17.1'
running build_ext
building 'pandas.index' extension
creating build/temp.linux-x86_64-2.6
creating build/temp.linux-x86_64-2.6/pandas
creating build/temp.linux-x86_64-2.6/pandas/src
creating build/temp.linux-x86_64-2.6/pandas/src/datetime
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Ipandas/src/klib -Ipandas/src -I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c pandas/index.c -o build/temp.linux-x86_64-2.6/pandas/index.o
In file included from pandas/index.c:244:
pandas/src/numpy_helper.h: In function ‘infer_type’:
pandas/src/numpy_helper.h:21: error: ‘PyDatetimeArrType_Type’ undeclared (first use in this function)
pandas/src/numpy_helper.h:21: error: (Each undeclared identifier is reported only once
pandas/src/numpy_helper.h:21: error: for each function it appears in.)
pandas/src/numpy_helper.h: In function ‘get_datetime64_value’:
pandas/src/numpy_helper.h:42: error: ‘PyDatetimeScalarObject’ undeclared (first use in this function)
pandas/src/numpy_helper.h:42: error: expected expression before ‘)’ token
pandas/src/numpy_helper.h: In function ‘get_timedelta64_value’:
pandas/src/numpy_helper.h:47: error: ‘PyTimedeltaScalarObject’ undeclared (first use in this function)
pandas/src/numpy_helper.h:47: error: expected expression before ‘)’ token
pandas/src/numpy_helper.h: In function ‘is_datetime64_object’:
pandas/src/numpy_helper.h:77: error: ‘PyDatetimeArrType_Type’ undeclared (first use in this function)
pandas/src/numpy_helper.h: In function ‘is_timedelta64_object’:
pandas/src/numpy_helper.h:82: error: ‘PyTimedeltaArrType_Type’ undeclared (first use in this function)
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h: At top level:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:59: error: nested redefinition of ‘enum NPY_TYPES’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:59: error: redeclaration of ‘enum NPY_TYPES’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:59: error: redeclaration of enumerator ‘NPY_BOOL’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:70: note: previous definition of ‘NPY_BOOL’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:60: error: redeclaration of enumerator ‘NPY_BYTE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:71: note: previous definition of ‘NPY_BYTE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:60: error: redeclaration of enumerator ‘NPY_UBYTE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:71: note: previous definition of ‘NPY_UBYTE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:61: error: redeclaration of enumerator ‘NPY_SHORT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:72: note: previous definition of ‘NPY_SHORT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:61: error: redeclaration of enumerator ‘NPY_USHORT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:72: note: previous definition of ‘NPY_USHORT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:62: error: redeclaration of enumerator ‘NPY_INT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:73: note: previous definition of ‘NPY_INT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:62: error: redeclaration of enumerator ‘NPY_UINT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:73: note: previous definition of ‘NPY_UINT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:63: error: redeclaration of enumerator ‘NPY_LONG’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:74: note: previous definition of ‘NPY_LONG’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:63: error: redeclaration of enumerator ‘NPY_ULONG’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:74: note: previous definition of ‘NPY_ULONG’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:64: error: redeclaration of enumerator ‘NPY_LONGLONG’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:75: note: previous definition of ‘NPY_LONGLONG’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:64: error: redeclaration of enumerator ‘NPY_ULONGLONG’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:75: note: previous definition of ‘NPY_ULONGLONG’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:65: error: redeclaration of enumerator ‘NPY_FLOAT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:76: note: previous definition of ‘NPY_FLOAT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:65: error: redeclaration of enumerator ‘NPY_DOUBLE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:76: note: previous definition of ‘NPY_DOUBLE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:65: error: redeclaration of enumerator ‘NPY_LONGDOUBLE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:76: note: previous definition of ‘NPY_LONGDOUBLE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:66: error: redeclaration of enumerator ‘NPY_CFLOAT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:77: note: previous definition of ‘NPY_CFLOAT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:66: error: redeclaration of enumerator ‘NPY_CDOUBLE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:77: note: previous definition of ‘NPY_CDOUBLE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:66: error: redeclaration of enumerator ‘NPY_CLONGDOUBLE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:77: note: previous definition of ‘NPY_CLONGDOUBLE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:67: error: redeclaration of enumerator ‘NPY_OBJECT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:78: note: previous definition of ‘NPY_OBJECT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:68: error: redeclaration of enumerator ‘NPY_STRING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:79: note: previous definition of ‘NPY_STRING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:68: error: redeclaration of enumerator ‘NPY_UNICODE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:79: note: previous definition of ‘NPY_UNICODE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:69: error: redeclaration of enumerator ‘NPY_VOID’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:80: note: previous definition of ‘NPY_VOID’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:76: error: redeclaration of enumerator ‘NPY_NTYPES’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:81: note: previous definition of ‘NPY_NTYPES’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:77: error: redeclaration of enumerator ‘NPY_NOTYPE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:82: note: previous definition of ‘NPY_NOTYPE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:78: error: redeclaration of enumerator ‘NPY_CHAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:83: note: previous definition of ‘NPY_CHAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:79: error: redeclaration of enumerator ‘NPY_USERDEF’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:85: note: previous definition of ‘NPY_USERDEF’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:102: error: nested redefinition of ‘enum NPY_TYPECHAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:102: error: redeclaration of ‘enum NPY_TYPECHAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:103: error: redeclaration of enumerator ‘NPY_BOOLLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:111: note: previous definition of ‘NPY_BOOLLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:104: error: redeclaration of enumerator ‘NPY_BYTELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:112: note: previous definition of ‘NPY_BYTELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:105: error: redeclaration of enumerator ‘NPY_UBYTELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:113: note: previous definition of ‘NPY_UBYTELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:106: error: redeclaration of enumerator ‘NPY_SHORTLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:114: note: previous definition of ‘NPY_SHORTLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:107: error: redeclaration of enumerator ‘NPY_USHORTLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:115: note: previous definition of ‘NPY_USHORTLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:108: error: redeclaration of enumerator ‘NPY_INTLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:116: note: previous definition of ‘NPY_INTLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:109: error: redeclaration of enumerator ‘NPY_UINTLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:117: note: previous definition of ‘NPY_UINTLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:110: error: redeclaration of enumerator ‘NPY_LONGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:118: note: previous definition of ‘NPY_LONGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:111: error: redeclaration of enumerator ‘NPY_ULONGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:119: note: previous definition of ‘NPY_ULONGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:112: error: redeclaration of enumerator ‘NPY_LONGLONGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:120: note: previous definition of ‘NPY_LONGLONGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:113: error: redeclaration of enumerator ‘NPY_ULONGLONGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:121: note: previous definition of ‘NPY_ULONGLONGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:115: error: redeclaration of enumerator ‘NPY_FLOATLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:122: note: previous definition of ‘NPY_FLOATLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:116: error: redeclaration of enumerator ‘NPY_DOUBLELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:123: note: previous definition of ‘NPY_DOUBLELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:117: error: redeclaration of enumerator ‘NPY_LONGDOUBLELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:124: note: previous definition of ‘NPY_LONGDOUBLELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:118: error: redeclaration of enumerator ‘NPY_CFLOATLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:125: note: previous definition of ‘NPY_CFLOATLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:119: error: redeclaration of enumerator ‘NPY_CDOUBLELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:126: note: previous definition of ‘NPY_CDOUBLELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:120: error: redeclaration of enumerator ‘NPY_CLONGDOUBLELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:127: note: previous definition of ‘NPY_CLONGDOUBLELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:121: error: redeclaration of enumerator ‘NPY_OBJECTLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:128: note: previous definition of ‘NPY_OBJECTLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:122: error: redeclaration of enumerator ‘NPY_STRINGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:129: note: previous definition of ‘NPY_STRINGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:123: error: redeclaration of enumerator ‘NPY_STRINGLTR2’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:130: note: previous definition of ‘NPY_STRINGLTR2’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:124: error: redeclaration of enumerator ‘NPY_UNICODELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:131: note: previous definition of ‘NPY_UNICODELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:125: error: redeclaration of enumerator ‘NPY_VOIDLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:132: note: previous definition of ‘NPY_VOIDLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:126: error: redeclaration of enumerator ‘NPY_DATETIMELTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:133: note: previous definition of ‘NPY_DATETIMELTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:127: error: redeclaration of enumerator ‘NPY_TIMEDELTALTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:134: note: previous definition of ‘NPY_TIMEDELTALTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:128: error: redeclaration of enumerator ‘NPY_CHARLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:135: note: previous definition of ‘NPY_CHARLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:136: error: redeclaration of enumerator ‘NPY_INTPLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:140: note: previous definition of ‘NPY_INTPLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:137: error: redeclaration of enumerator ‘NPY_UINTPLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:141: note: previous definition of ‘NPY_UINTPLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:143: error: redeclaration of enumerator ‘NPY_GENBOOLLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:143: note: previous definition of ‘NPY_GENBOOLLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:144: error: redeclaration of enumerator ‘NPY_SIGNEDLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:144: note: previous definition of ‘NPY_SIGNEDLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:145: error: redeclaration of enumerator ‘NPY_UNSIGNEDLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:145: note: previous definition of ‘NPY_UNSIGNEDLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:146: error: redeclaration of enumerator ‘NPY_FLOATINGLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:146: note: previous definition of ‘NPY_FLOATINGLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:148: error: redeclaration of enumerator ‘NPY_COMPLEXLTR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:148: note: previous definition of ‘NPY_COMPLEXLTR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:151: error: redeclaration of enumerator ‘NPY_QUICKSORT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:151: note: previous definition of ‘NPY_QUICKSORT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:152: error: redeclaration of enumerator ‘NPY_HEAPSORT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:152: note: previous definition of ‘NPY_HEAPSORT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:154: error: redeclaration of enumerator ‘NPY_MERGESORT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:154: note: previous definition of ‘NPY_MERGESORT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:154: error: conflicting types for ‘NPY_SORTKIND’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:154: note: previous declaration of ‘NPY_SORTKIND’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:165: error: redeclaration of enumerator ‘NPY_SEARCHLEFT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:159: note: previous definition of ‘NPY_SEARCHLEFT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:167: error: redeclaration of enumerator ‘NPY_SEARCHRIGHT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:161: note: previous definition of ‘NPY_SEARCHRIGHT’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:167: error: conflicting types for ‘NPY_SEARCHSIDE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:161: note: previous declaration of ‘NPY_SEARCHSIDE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:172: error: redeclaration of enumerator ‘NPY_NOSCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:166: note: previous definition of ‘NPY_NOSCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:173: error: redeclaration of enumerator ‘NPY_BOOL_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:167: note: previous definition of ‘NPY_BOOL_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:174: error: redeclaration of enumerator ‘NPY_INTPOS_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:168: note: previous definition of ‘NPY_INTPOS_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:175: error: redeclaration of enumerator ‘NPY_INTNEG_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:169: note: previous definition of ‘NPY_INTNEG_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:176: error: redeclaration of enumerator ‘NPY_FLOAT_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:170: note: previous definition of ‘NPY_FLOAT_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:177: error: redeclaration of enumerator ‘NPY_COMPLEX_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:171: note: previous definition of ‘NPY_COMPLEX_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:179: error: redeclaration of enumerator ‘NPY_OBJECT_SCALAR’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:173: note: previous definition of ‘NPY_OBJECT_SCALAR’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:179: error: conflicting types for ‘NPY_SCALARKIND’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:173: note: previous declaration of ‘NPY_SCALARKIND’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:185: error: redeclaration of enumerator ‘NPY_ANYORDER’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:177: note: previous definition of ‘NPY_ANYORDER’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:187: error: redeclaration of enumerator ‘NPY_CORDER’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:178: note: previous definition of ‘NPY_CORDER’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:189: error: redeclaration of enumerator ‘NPY_FORTRANORDER’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:180: note: previous definition of ‘NPY_FORTRANORDER’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:192: error: conflicting types for ‘NPY_ORDER’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:180: note: previous declaration of ‘NPY_ORDER’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:215: error: redeclaration of enumerator ‘NPY_CLIP’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:184: note: previous definition of ‘NPY_CLIP’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:216: error: redeclaration of enumerator ‘NPY_WRAP’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:185: note: previous definition of ‘NPY_WRAP’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:218: error: redeclaration of enumerator ‘NPY_RAISE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:187: note: previous definition of ‘NPY_RAISE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:218: error: conflicting types for ‘NPY_CLIPMODE’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:187: note: previous declaration of ‘NPY_CLIPMODE’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:238: error: redeclaration of enumerator ‘NPY_FR_Y’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:190: note: previous definition of ‘NPY_FR_Y’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:239: error: redeclaration of enumerator ‘NPY_FR_M’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:191: note: previous definition of ‘NPY_FR_M’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:240: error: redeclaration of enumerator ‘NPY_FR_W’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:192: note: previous definition of ‘NPY_FR_W’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:242: error: redeclaration of enumerator ‘NPY_FR_D’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:194: note: previous definition of ‘NPY_FR_D’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:243: error: redeclaration of enumerator ‘NPY_FR_h’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:195: note: previous definition of ‘NPY_FR_h’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:244: error: redeclaration of enumerator ‘NPY_FR_m’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:196: note: previous definition of ‘NPY_FR_m’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:245: error: redeclaration of enumerator ‘NPY_FR_s’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:197: note: previous definition of ‘NPY_FR_s’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:246: error: redeclaration of enumerator ‘NPY_FR_ms’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:198: note: previous definition of ‘NPY_FR_ms’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:247: error: redeclaration of enumerator ‘NPY_FR_us’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:199: note: previous definition of ‘NPY_FR_us’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:248: error: redeclaration of enumerator ‘NPY_FR_ns’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:200: note: previous definition of ‘NPY_FR_ns’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:249: error: redeclaration of enumerator ‘NPY_FR_ps’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:201: note: previous definition of ‘NPY_FR_ps’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:250: error: redeclaration of enumerator ‘NPY_FR_fs’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:202: note: previous definition of ‘NPY_FR_fs’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:251: error: redeclaration of enumerator ‘NPY_FR_as’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:204: note: previous definition of ‘NPY_FR_as’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:253: error: conflicting types for ‘NPY_DATETIMEUNIT’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:204: note: previous declaration of ‘NPY_DATETIMEUNIT’ was here
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:259:1: warning: "NPY_DATETIME_NUMUNITS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:206:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:260:1: warning: "NPY_DATETIME_DEFAULTUNIT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:207:1: warning: this is the location of the previous definition
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:363: error: redefinition of typedef ‘PyArray_GetItemFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:330: note: previous declaration of ‘PyArray_GetItemFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:364: error: redefinition of typedef ‘PyArray_SetItemFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:331: note: previous declaration of ‘PyArray_SetItemFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:366: error: redefinition of typedef ‘PyArray_CopySwapNFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:333: note: previous declaration of ‘PyArray_CopySwapNFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:369: error: redefinition of typedef ‘PyArray_CopySwapFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:336: note: previous declaration of ‘PyArray_CopySwapFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:370: error: redefinition of typedef ‘PyArray_NonzeroFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:337: note: previous declaration of ‘PyArray_NonzeroFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:378: error: redefinition of typedef ‘PyArray_CompareFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:343: note: previous declaration of ‘PyArray_CompareFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:379: error: redefinition of typedef ‘PyArray_ArgFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:344: note: previous declaration of ‘PyArray_ArgFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:381: error: redefinition of typedef ‘PyArray_DotFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:346: note: previous declaration of ‘PyArray_DotFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:384: error: redefinition of typedef ‘PyArray_VectorUnaryFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:349: note: previous declaration of ‘PyArray_VectorUnaryFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:391: error: redefinition of typedef ‘PyArray_ScanFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:354: note: previous declaration of ‘PyArray_ScanFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:393: error: redefinition of typedef ‘PyArray_FromStrFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:356: note: previous declaration of ‘PyArray_FromStrFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:396: error: redefinition of typedef ‘PyArray_FillFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:359: note: previous declaration of ‘PyArray_FillFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:398: error: redefinition of typedef ‘PyArray_SortFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:361: note: previous declaration of ‘PyArray_SortFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:399: error: redefinition of typedef ‘PyArray_ArgSortFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:362: note: previous declaration of ‘PyArray_ArgSortFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:407: error: redefinition of typedef ‘PyArray_FillWithScalarFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:364: note: previous declaration of ‘PyArray_FillWithScalarFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:409: error: redefinition of typedef ‘PyArray_ScalarKindFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:366: note: previous declaration of ‘PyArray_ScalarKindFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:411: error: redefinition of typedef ‘PyArray_FastClipFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:368: note: previous declaration of ‘PyArray_FastClipFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:413: error: redefinition of typedef ‘PyArray_FastPutmaskFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:370: note: previous declaration of ‘PyArray_FastPutmaskFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:415: error: conflicting types for ‘PyArray_FastTakeFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:372: note: previous declaration of ‘PyArray_FastTakeFunc’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:423: error: conflicting types for ‘PyArray_Dims’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:380: note: previous declaration of ‘PyArray_Dims’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:534: error: conflicting types for ‘PyArray_ArrFuncs’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:455: note: previous declaration of ‘PyArray_ArrFuncs’ was here
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:566:1: warning: "PyDataType_FLAGCHK" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:484:1: warning: this is the location of the previous definition
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:572: error: redefinition of ‘struct _PyArray_Descr’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:628: error: conflicting types for ‘PyArray_Descr’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:522: note: previous declaration of ‘PyArray_Descr’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:630: error: redefinition of ‘struct _arr_descr’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:633: error: conflicting types for ‘PyArray_ArrayDescr’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:527: note: previous declaration of ‘PyArray_ArrayDescr’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:696: error: conflicting types for ‘PyArrayObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:553: note: previous declaration of ‘PyArrayObject’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:706: error: redefinition of ‘struct PyArrayFlagsObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:710: error: conflicting types for ‘PyArrayFlagsObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:564: note: previous declaration of ‘PyArrayFlagsObject’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:720: error: conflicting types for ‘PyArray_Chunk’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:574: note: previous declaration of ‘PyArray_Chunk’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:747: error: conflicting types for ‘PyArray_FinalizeFunc’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:578: note: previous declaration of ‘PyArray_FinalizeFunc’ was here
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:899:1: warning: "NPY_MIN_BUFSIZE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:657:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:900:1: warning: "NPY_MAX_BUFSIZE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:658:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:901:1: warning: "NPY_BUFSIZE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:659:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:924:1: warning: "PyArray_ISCONTIGUOUS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:683:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:925:1: warning: "PyArray_ISWRITEABLE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:684:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:926:1: warning: "PyArray_ISALIGNED" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:685:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:936:1: warning: "NPY_BEGIN_THREADS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:692:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:937:1: warning: "NPY_END_THREADS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:693:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:951:1: warning: "NPY_ALLOW_C_API" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:704:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:952:1: warning: "NPY_DISABLE_C_API" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:705:1: warning: this is the location of the previous definition
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1047: error: redefinition of typedef ‘PyArrayIterObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:724: note: previous declaration of ‘PyArrayIterObject’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1053: error: redefinition of typedef ‘npy_iter_get_dataptr_t’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:728: note: previous declaration of ‘npy_iter_get_dataptr_t’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1055: error: redefinition of ‘struct PyArrayIterObject_tag’
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1079:1: warning: "PyArray_ITER_RESET" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:754:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1086:1: warning: "_PyArray_ITER_NEXT1" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:761:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1091:1: warning: "_PyArray_ITER_NEXT2" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:766:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1104:1: warning: "_PyArray_ITER_NEXT3" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:779:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1125:1: warning: "PyArray_ITER_NEXT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:800:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1154:1: warning: "PyArray_ITER_GOTO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:829:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1173:1: warning: "PyArray_ITER_GOTO1D" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:848:1: warning: this is the location of the previous definition
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1215: error: conflicting types for ‘PyArrayMultiIterObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:890: note: previous declaration of ‘PyArrayMultiIterObject’ was here
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1218:1: warning: "PyArray_MultiIter_RESET" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:893:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1226:1: warning: "PyArray_MultiIter_NEXT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:901:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1234:1: warning: "PyArray_MultiIter_GOTO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:909:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1242:1: warning: "PyArray_MultiIter_GOTO1D" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:917:1: warning: this is the location of the previous definition
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1344: error: conflicting types for ‘PyArrayMapIterObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:969: note: previous declaration of ‘PyArrayMapIterObject’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1347: error: redeclaration of enumerator ‘NPY_NEIGHBORHOOD_ITER_ZERO_PADDING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:972: note: previous definition of ‘NPY_NEIGHBORHOOD_ITER_ZERO_PADDING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1348: error: redeclaration of enumerator ‘NPY_NEIGHBORHOOD_ITER_ONE_PADDING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:973: note: previous definition of ‘NPY_NEIGHBORHOOD_ITER_ONE_PADDING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1349: error: redeclaration of enumerator ‘NPY_NEIGHBORHOOD_ITER_CONSTANT_PADDING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:974: note: previous definition of ‘NPY_NEIGHBORHOOD_ITER_CONSTANT_PADDING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1350: error: redeclaration of enumerator ‘NPY_NEIGHBORHOOD_ITER_CIRCULAR_PADDING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:975: note: previous definition of ‘NPY_NEIGHBORHOOD_ITER_CIRCULAR_PADDING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1352: error: redeclaration of enumerator ‘NPY_NEIGHBORHOOD_ITER_MIRROR_PADDING’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:977: note: previous definition of ‘NPY_NEIGHBORHOOD_ITER_MIRROR_PADDING’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1396: error: conflicting types for ‘PyArrayNeighborhoodIterObject’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1017: note: previous declaration of ‘PyArrayNeighborhoodIterObject’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1404: error: conflicting types for ‘PyArrayNeighborhoodIter_Reset’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:80: note: previous definition of ‘PyArrayNeighborhoodIter_Reset’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1406: error: conflicting types for ‘PyArrayNeighborhoodIter_Next’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:68: note: previous definition of ‘PyArrayNeighborhoodIter_Next’ was here
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1417,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:8: error: conflicting types for ‘_PyArrayNeighborhoodIter_IncrCoord’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:38: note: previous definition of ‘_PyArrayNeighborhoodIter_IncrCoord’ was here
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:53: error: conflicting types for ‘_PyArrayNeighborhoodIter_IncrCoord2D’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h:53: note: previous definition of ‘_PyArrayNeighborhoodIter_IncrCoord2D’ was here
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1435:1: warning: "PyArray_ISONESEGMENT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1049:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1439:1: warning: "PyArray_ISFORTRAN" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1053:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1442:1: warning: "PyArray_FORTRAN_IF" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1056:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1548:1: warning: "PyArray_NDIM" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1048:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1549:1: warning: "PyArray_BYTES" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1061:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1550:1: warning: "PyArray_DATA" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1060:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1551:1: warning: "PyArray_DIMS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1062:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1552:1: warning: "PyArray_STRIDES" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1063:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1555:1: warning: "PyArray_BASE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1066:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1556:1: warning: "PyArray_DESCR" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1067:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1557:1: warning: "PyArray_FLAGS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1068:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1558:1: warning: "PyArray_CHKFLAGS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:680:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1560:1: warning: "PyArray_ITEMSIZE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1069:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1562:1: warning: "PyArray_TYPE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1070:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1564:1: warning: "PyArray_GETITEM" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1072:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1568:1: warning: "PyArray_SETITEM" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1076:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1623:1: warning: "PyTypeNum_ISFLOAT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1099:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1627:1: warning: "PyTypeNum_ISNUMBER" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1102:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1723:1: warning: "PyArray_ISCARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1196:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1724:1: warning: "PyArray_ISCARRAY_RO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1197:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:1: warning: "PyArray_ISFARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1198:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1726:1: warning: "PyArray_ISFARRAY_RO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1199:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1727:1: warning: "PyArray_ISBEHAVED" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1200:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:1: warning: "PyArray_ISBEHAVED_RO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1201:1: warning: this is the location of the previous definition
In file included from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1785: error: conflicting types for ‘PyArrayInterface’
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:1228: note: previous declaration of ‘PyArrayInterface’ was here
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:29:1: warning: "NPY_CONTIGUOUS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:582:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:30:1: warning: "NPY_FORTRAN" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:586:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:39:1: warning: "NPY_C_CONTIGUOUS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:588:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:40:1: warning: "NPY_F_CONTIGUOUS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:589:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:41:1: warning: "NPY_OWNDATA" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:598:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:42:1: warning: "NPY_FORCECAST" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:604:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:43:1: warning: "NPY_ENSURECOPY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:608:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:44:1: warning: "NPY_ENSUREARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:611:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:45:1: warning: "NPY_ELEMENTSTRIDES" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:616:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:46:1: warning: "NPY_ALIGNED" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:622:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:47:1: warning: "NPY_NOTSWAPPED" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:624:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:48:1: warning: "NPY_WRITEABLE" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:626:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:49:1: warning: "NPY_UPDATEIFCOPY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:631:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:50:1: warning: "NPY_BEHAVED" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:637:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:51:1: warning: "NPY_BEHAVED_NS" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:638:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:52:1: warning: "NPY_CARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:639:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:53:1: warning: "NPY_CARRAY_RO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:640:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:54:1: warning: "NPY_FARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:641:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:55:1: warning: "NPY_FARRAY_RO" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:642:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:56:1: warning: "NPY_DEFAULT" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:643:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:57:1: warning: "NPY_IN_ARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:644:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:58:1: warning: "NPY_OUT_ARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:645:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:59:1: warning: "NPY_INOUT_ARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:646:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:60:1: warning: "NPY_IN_FARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:647:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:61:1: warning: "NPY_OUT_FARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:648:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:62:1: warning: "NPY_INOUT_FARRAY" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:649:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:63:1: warning: "NPY_UPDATE_ALL" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:651:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:76:1: warning: "PyDataType_GetDatetimeMetaData" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:576:1: warning: this is the location of the previous definition
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1804,
from pandas/src/datetime/np_datetime.h:9,
from pandas/index.c:252:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:101:1: warning: "NPY_METADATA_DTSTR" redefined
In file included from /usr/lib64/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h:14,
from pandas/index.c:242:
/usr/lib64/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:87:1: warning: this is the location of the previous definition
pandas/index.c:607: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__pyx_t_5numpy_float16_t’
pandas/index.c: In function ‘__pyx_pf_6pandas_5index_11IndexEngine_16get_indexer_non_unique’:
pandas/index.c:6241: warning: passing argument 1 of ‘get_value_1d’ from incompatible pointer type
pandas/src/numpy_helper.h:93: note: expected ‘struct PyArrayObject *’ but argument is of type ‘struct PyArrayObject *’
pandas/index.c:6333: warning: passing argument 1 of ‘get_value_1d’ from incompatible pointer type
pandas/src/numpy_helper.h:93: note: expected ‘struct PyArrayObject *’ but argument is of type ‘struct PyArrayObject *’
pandas/index.c: In function ‘__pyx_f_4util_get_value_at’:
pandas/index.c:16050: warning: passing argument 1 of ‘get_value_1d’ from incompatible pointer type
pandas/src/numpy_helper.h:93: note: expected ‘struct PyArrayObject *’ but argument is of type ‘struct PyArrayObject *’
pandas/index.c: In function ‘__pyx_f_4util_set_value_at’:
pandas/index.c:16251: warning: passing argument 1 of ‘assign_value_1d’ from incompatible pointer type
pandas/src/numpy_helper.h:86: note: expected ‘struct PyArrayObject *’ but argument is of type ‘struct PyArrayObject *’
error: command 'gcc' failed with exit status 1
----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pandas/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-UFktoK-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/pandas
Traceback (most recent call last):
File "/usr/bin/pip", line 11, in <module>
sys.exit(main())
File "/usr/lib/python2.6/site-packages/pip/__init__.py", line 185, in main
return command.main(cmd_args)
File "/usr/lib/python2.6/site-packages/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 43: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment