Advertisement
Guest User

pandas install console output

a guest
Jan 28th, 2013
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 179.27 KB | None | 0 0
  1. (pandas)ems ~/.virtualenvs/pandas/localrepo/pandas> python setup.py clean
  2. running clean
  3. (pandas)ems ~/.virtualenvs/pandas/localrepo/pandas> python setup.py install
  4. running install
  5. running bdist_egg
  6. running egg_info
  7. creating pandas.egg-info
  8. writing requirements to pandas.egg-info/requires.txt
  9. writing pandas.egg-info/PKG-INFO
  10. writing top-level names to pandas.egg-info/top_level.txt
  11. writing dependency_links to pandas.egg-info/dependency_links.txt
  12. writing manifest file 'pandas.egg-info/SOURCES.txt'
  13. reading manifest file 'pandas.egg-info/SOURCES.txt'
  14. reading manifest template 'MANIFEST.in'
  15. warning: no files found matching 'setupegg.py'
  16. no previously-included directories found matching 'doc/build'
  17. warning: no previously-included files matching '*.so' found anywhere in distribution
  18. warning: no previously-included files matching '*.pyd' found anywhere in distribution
  19. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  20. warning: no previously-included files matching '.DS_Store' found anywhere in distribution
  21. writing manifest file 'pandas.egg-info/SOURCES.txt'
  22. installing library code to build/bdist.macosx-10.7-intel/egg
  23. running install_lib
  24. running build_py
  25. creating build
  26. creating build/lib.macosx-10.7-intel-2.7
  27. creating build/lib.macosx-10.7-intel-2.7/pandas
  28. copying pandas/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas
  29. copying pandas/info.py -> build/lib.macosx-10.7-intel-2.7/pandas
  30. copying pandas/version.py -> build/lib.macosx-10.7-intel-2.7/pandas
  31. creating build/lib.macosx-10.7-intel-2.7/pandas/compat
  32. copying pandas/compat/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/compat
  33. copying pandas/compat/scipy.py -> build/lib.macosx-10.7-intel-2.7/pandas/compat
  34. creating build/lib.macosx-10.7-intel-2.7/pandas/core
  35. copying pandas/core/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  36. copying pandas/core/algorithms.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  37. copying pandas/core/api.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  38. copying pandas/core/categorical.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  39. copying pandas/core/common.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  40. copying pandas/core/config.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  41. copying pandas/core/config_init.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  42. copying pandas/core/daterange.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  43. copying pandas/core/datetools.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  44. copying pandas/core/format.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  45. copying pandas/core/frame.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  46. copying pandas/core/generic.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  47. copying pandas/core/groupby.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  48. copying pandas/core/index.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  49. copying pandas/core/indexing.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  50. copying pandas/core/internals.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  51. copying pandas/core/matrix.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  52. copying pandas/core/nanops.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  53. copying pandas/core/panel.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  54. copying pandas/core/panel4d.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  55. copying pandas/core/panelnd.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  56. copying pandas/core/reshape.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  57. copying pandas/core/series.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  58. copying pandas/core/sparse.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  59. copying pandas/core/strings.py -> build/lib.macosx-10.7-intel-2.7/pandas/core
  60. creating build/lib.macosx-10.7-intel-2.7/pandas/io
  61. copying pandas/io/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/io
  62. copying pandas/io/auth.py -> build/lib.macosx-10.7-intel-2.7/pandas/io
  63. copying pandas/io/data.py -> build/lib.macosx-10.7-intel-2.7/pandas/io
  64. copying pandas/io/date_converters.py -> build/lib.macosx-10.7-intel-2.7/pandas/io
  65. copying pandas/io/ga.py -> build/lib.macosx-10.7-intel-2.7/pandas/io
  66. copying pandas/io/parsers.py -> build/lib.macosx-10.7-intel-2.7/pandas/io
  67. copying pandas/io/pytables.py -> build/lib.macosx-10.7-intel-2.7/pandas/io
  68. copying pandas/io/sql.py -> build/lib.macosx-10.7-intel-2.7/pandas/io
  69. copying pandas/io/wb.py -> build/lib.macosx-10.7-intel-2.7/pandas/io
  70. creating build/lib.macosx-10.7-intel-2.7/pandas/rpy
  71. copying pandas/rpy/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/rpy
  72. copying pandas/rpy/base.py -> build/lib.macosx-10.7-intel-2.7/pandas/rpy
  73. copying pandas/rpy/common.py -> build/lib.macosx-10.7-intel-2.7/pandas/rpy
  74. copying pandas/rpy/mass.py -> build/lib.macosx-10.7-intel-2.7/pandas/rpy
  75. copying pandas/rpy/vars.py -> build/lib.macosx-10.7-intel-2.7/pandas/rpy
  76. creating build/lib.macosx-10.7-intel-2.7/pandas/sandbox
  77. copying pandas/sandbox/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/sandbox
  78. copying pandas/sandbox/qtpandas.py -> build/lib.macosx-10.7-intel-2.7/pandas/sandbox
  79. creating build/lib.macosx-10.7-intel-2.7/pandas/sparse
  80. copying pandas/sparse/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse
  81. copying pandas/sparse/api.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse
  82. copying pandas/sparse/array.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse
  83. copying pandas/sparse/frame.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse
  84. copying pandas/sparse/list.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse
  85. copying pandas/sparse/panel.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse
  86. copying pandas/sparse/series.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse
  87. creating build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests
  88. copying pandas/sparse/tests/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests
  89. copying pandas/sparse/tests/test_array.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests
  90. copying pandas/sparse/tests/test_libsparse.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests
  91. copying pandas/sparse/tests/test_list.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests
  92. copying pandas/sparse/tests/test_sparse.py -> build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests
  93. creating build/lib.macosx-10.7-intel-2.7/pandas/stats
  94. copying pandas/stats/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  95. copying pandas/stats/api.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  96. copying pandas/stats/common.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  97. copying pandas/stats/fama_macbeth.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  98. copying pandas/stats/interface.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  99. copying pandas/stats/math.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  100. copying pandas/stats/misc.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  101. copying pandas/stats/moments.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  102. copying pandas/stats/ols.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  103. copying pandas/stats/plm.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  104. copying pandas/stats/var.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats
  105. creating build/lib.macosx-10.7-intel-2.7/pandas/util
  106. copying pandas/util/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/util
  107. copying pandas/util/clipboard.py -> build/lib.macosx-10.7-intel-2.7/pandas/util
  108. copying pandas/util/compat.py -> build/lib.macosx-10.7-intel-2.7/pandas/util
  109. copying pandas/util/counter.py -> build/lib.macosx-10.7-intel-2.7/pandas/util
  110. copying pandas/util/decorators.py -> build/lib.macosx-10.7-intel-2.7/pandas/util
  111. copying pandas/util/misc.py -> build/lib.macosx-10.7-intel-2.7/pandas/util
  112. copying pandas/util/py3compat.py -> build/lib.macosx-10.7-intel-2.7/pandas/util
  113. copying pandas/util/terminal.py -> build/lib.macosx-10.7-intel-2.7/pandas/util
  114. copying pandas/util/testing.py -> build/lib.macosx-10.7-intel-2.7/pandas/util
  115. creating build/lib.macosx-10.7-intel-2.7/pandas/tests
  116. copying pandas/tests/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  117. copying pandas/tests/test_algos.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  118. copying pandas/tests/test_common.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  119. copying pandas/tests/test_config.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  120. copying pandas/tests/test_factor.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  121. copying pandas/tests/test_format.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  122. copying pandas/tests/test_frame.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  123. copying pandas/tests/test_graphics.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  124. copying pandas/tests/test_groupby.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  125. copying pandas/tests/test_index.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  126. copying pandas/tests/test_internals.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  127. copying pandas/tests/test_multilevel.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  128. copying pandas/tests/test_ndframe.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  129. copying pandas/tests/test_panel.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  130. copying pandas/tests/test_panel4d.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  131. copying pandas/tests/test_panelnd.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  132. copying pandas/tests/test_reshape.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  133. copying pandas/tests/test_series.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  134. copying pandas/tests/test_stats.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  135. copying pandas/tests/test_strings.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  136. copying pandas/tests/test_tseries.py -> build/lib.macosx-10.7-intel-2.7/pandas/tests
  137. creating build/lib.macosx-10.7-intel-2.7/pandas/tools
  138. copying pandas/tools/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools
  139. copying pandas/tools/describe.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools
  140. copying pandas/tools/merge.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools
  141. copying pandas/tools/pivot.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools
  142. copying pandas/tools/plotting.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools
  143. copying pandas/tools/tile.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools
  144. copying pandas/tools/util.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools
  145. creating build/lib.macosx-10.7-intel-2.7/pandas/tools/tests
  146. copying pandas/tools/tests/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools/tests
  147. copying pandas/tools/tests/test_merge.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools/tests
  148. copying pandas/tools/tests/test_pivot.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools/tests
  149. copying pandas/tools/tests/test_tile.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools/tests
  150. copying pandas/tools/tests/test_tools.py -> build/lib.macosx-10.7-intel-2.7/pandas/tools/tests
  151. creating build/lib.macosx-10.7-intel-2.7/pandas/tseries
  152. copying pandas/tseries/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  153. copying pandas/tseries/api.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  154. copying pandas/tseries/converter.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  155. copying pandas/tseries/frequencies.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  156. copying pandas/tseries/index.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  157. copying pandas/tseries/interval.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  158. copying pandas/tseries/offsets.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  159. copying pandas/tseries/period.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  160. copying pandas/tseries/plotting.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  161. copying pandas/tseries/resample.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  162. copying pandas/tseries/tools.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  163. copying pandas/tseries/util.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries
  164. creating build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  165. copying pandas/tseries/tests/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  166. copying pandas/tseries/tests/test_converter.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  167. copying pandas/tseries/tests/test_cursor.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  168. copying pandas/tseries/tests/test_daterange.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  169. copying pandas/tseries/tests/test_frequencies.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  170. copying pandas/tseries/tests/test_offsets.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  171. copying pandas/tseries/tests/test_period.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  172. copying pandas/tseries/tests/test_plotting.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  173. copying pandas/tseries/tests/test_resample.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  174. copying pandas/tseries/tests/test_timeseries.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  175. copying pandas/tseries/tests/test_timezones.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  176. copying pandas/tseries/tests/test_util.py -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests
  177. creating build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  178. copying pandas/io/tests/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  179. copying pandas/io/tests/test_cparser.py -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  180. copying pandas/io/tests/test_date_converters.py -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  181. copying pandas/io/tests/test_excel.py -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  182. copying pandas/io/tests/test_ga.py -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  183. copying pandas/io/tests/test_parsers.py -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  184. copying pandas/io/tests/test_pytables.py -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  185. copying pandas/io/tests/test_sql.py -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  186. copying pandas/io/tests/test_wb.py -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  187. copying pandas/io/tests/test_yahoo.py -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  188. creating build/lib.macosx-10.7-intel-2.7/pandas/stats/tests
  189. copying pandas/stats/tests/__init__.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats/tests
  190. copying pandas/stats/tests/common.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats/tests
  191. copying pandas/stats/tests/test_fama_macbeth.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats/tests
  192. copying pandas/stats/tests/test_math.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats/tests
  193. copying pandas/stats/tests/test_moments.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats/tests
  194. copying pandas/stats/tests/test_ols.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats/tests
  195. copying pandas/stats/tests/test_var.py -> build/lib.macosx-10.7-intel-2.7/pandas/stats/tests
  196. copying pandas/io/tests/legacy.h5 -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  197. copying pandas/io/tests/legacy_0.10.h5 -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  198. copying pandas/io/tests/legacy_table.h5 -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  199. copying pandas/io/tests/pytables_native.h5 -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  200. copying pandas/io/tests/pytables_native2.h5 -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  201. copying pandas/io/tests/test1.csv -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  202. copying pandas/io/tests/test2.csv -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  203. copying pandas/io/tests/utf16_ex.txt -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  204. copying pandas/io/tests/test.xls -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  205. copying pandas/io/tests/test2.xls -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  206. copying pandas/io/tests/test3.xls -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  207. copying pandas/io/tests/test.xlsx -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  208. copying pandas/io/tests/salary.table -> build/lib.macosx-10.7-intel-2.7/pandas/io/tests
  209. creating build/lib.macosx-10.7-intel-2.7/pandas/tests/data
  210. copying pandas/tests/data/mindex_073.pickle -> build/lib.macosx-10.7-intel-2.7/pandas/tests/data
  211. copying pandas/tests/data/multiindex_v1.pickle -> build/lib.macosx-10.7-intel-2.7/pandas/tests/data
  212. copying pandas/tests/data/iris.csv -> build/lib.macosx-10.7-intel-2.7/pandas/tests/data
  213. copying pandas/tests/data/unicode_series.csv -> build/lib.macosx-10.7-intel-2.7/pandas/tests/data
  214. copying pandas/tools/tests/cut_data.csv -> build/lib.macosx-10.7-intel-2.7/pandas/tools/tests
  215. creating build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/data
  216. copying pandas/tseries/tests/data/daterange_073.pickle -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/data
  217. copying pandas/tseries/tests/data/frame.pickle -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/data
  218. copying pandas/tseries/tests/data/series.pickle -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/data
  219. copying pandas/tseries/tests/data/series_daterange0.pickle -> build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/data
  220. running build_ext
  221. cythoning pandas/index.pyx to pandas/index.c
  222. building 'pandas.index' extension
  223. creating build/temp.macosx-10.7-intel-2.7
  224. creating build/temp.macosx-10.7-intel-2.7/pandas
  225. creating build/temp.macosx-10.7-intel-2.7/pandas/src
  226. creating build/temp.macosx-10.7-intel-2.7/pandas/src/datetime
  227. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/index.c -o build/temp.macosx-10.7-intel-2.7/pandas/index.o
  228. In file included from pandas/src/klib/khash_python.h:3,
  229. from pandas/index.c:260:
  230. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  231. pandas/src/klib/khash.h:573: warning: statement with no effect
  232. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  233. pandas/src/klib/khash.h:574: warning: statement with no effect
  234. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  235. pandas/src/klib/khash.h:575: warning: statement with no effect
  236. In file included from pandas/index.c:260:
  237. pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
  238. pandas/src/klib/khash_python.h:13: warning: statement with no effect
  239. pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
  240. pandas/src/klib/khash_python.h:38: warning: statement with no effect
  241. pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
  242. pandas/src/klib/khash_python.h:44: warning: statement with no effect
  243. pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
  244. pandas/src/klib/khash_python.h:49: warning: statement with no effect
  245. pandas/index.c: In function ‘__pyx_f_8datetime__dts_to_pydatetime’:
  246. pandas/index.c:9430: warning: implicit conversion shortens 64-bit value into a 32-bit value
  247. In file included from pandas/src/klib/khash_python.h:3,
  248. from pandas/index.c:260:
  249. pandas/src/klib/khash.h: In function ‘kh_resize_str’:
  250. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  251. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  252. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  253. pandas/src/klib/khash.h: In function ‘kh_put_str’:
  254. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  255. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  256. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  257. pandas/src/klib/khash.h:573: warning: statement with no effect
  258. pandas/src/klib/khash.h: In function ‘kh_resize_int32’:
  259. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  260. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  261. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  262. pandas/src/klib/khash.h: In function ‘kh_put_int32’:
  263. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  264. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  265. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  266. pandas/src/klib/khash.h:574: warning: statement with no effect
  267. pandas/src/klib/khash.h: In function ‘kh_resize_int64’:
  268. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  269. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  270. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  271. pandas/src/klib/khash.h: In function ‘kh_put_int64’:
  272. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  273. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  274. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  275. pandas/src/klib/khash.h:575: warning: statement with no effect
  276. In file included from pandas/index.c:260:
  277. pandas/src/klib/khash_python.h: In function ‘kh_get_float64’:
  278. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  279. pandas/src/klib/khash_python.h: In function ‘kh_resize_float64’:
  280. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  281. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  282. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  283. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  284. pandas/src/klib/khash_python.h: In function ‘kh_put_float64’:
  285. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  286. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  287. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  288. pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
  289. pandas/src/klib/khash_python.h:13: warning: statement with no effect
  290. pandas/src/klib/khash_python.h: In function ‘kh_get_pymap’:
  291. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  292. pandas/src/klib/khash_python.h: In function ‘kh_resize_pymap’:
  293. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  294. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  295. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  296. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  297. pandas/src/klib/khash_python.h: In function ‘kh_put_pymap’:
  298. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  299. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  300. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  301. pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
  302. pandas/src/klib/khash_python.h:38: warning: statement with no effect
  303. pandas/src/klib/khash_python.h: In function ‘kh_get_pyset’:
  304. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  305. pandas/src/klib/khash_python.h: In function ‘kh_resize_pyset’:
  306. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  307. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  308. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  309. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  310. pandas/src/klib/khash_python.h: In function ‘kh_put_pyset’:
  311. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  312. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  313. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  314. pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
  315. pandas/src/klib/khash_python.h:44: warning: statement with no effect
  316. pandas/src/klib/khash_python.h: In function ‘kh_resize_strbox’:
  317. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  318. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  319. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  320. pandas/src/klib/khash_python.h: In function ‘kh_put_strbox’:
  321. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  322. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  323. pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
  324. pandas/src/klib/khash_python.h:49: warning: statement with no effect
  325. pandas/index.c: In function ‘__pyx_f_6pandas_5index_11IndexEngine__maybe_get_bool_indexer’:
  326. pandas/index.c:3733: warning: implicit conversion shortens 64-bit value into a 32-bit value
  327. pandas/index.c: In function ‘__pyx_f_6pandas_5index_11Int64Engine__maybe_get_bool_indexer’:
  328. pandas/index.c:5661: warning: implicit conversion shortens 64-bit value into a 32-bit value
  329. pandas/index.c: In function ‘__pyx_f_8datetime__string_to_dts’:
  330. pandas/index.c:9243: warning: implicit conversion shortens 64-bit value into a 32-bit value
  331. pandas/index.c: In function ‘__pyx_f_8datetime__dts_to_pydatetime’:
  332. pandas/index.c:9430: warning: implicit conversion shortens 64-bit value into a 32-bit value
  333. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/datetime/np_datetime.o
  334. pandas/src/datetime/np_datetime.c: In function ‘set_datetimestruct_days’:
  335. pandas/src/datetime/np_datetime.c:267: warning: implicit conversion shortens 64-bit value into a 32-bit value
  336. pandas/src/datetime/np_datetime.c: In function ‘convert_datetime_to_datetimestruct’:
  337. pandas/src/datetime/np_datetime.c:761: warning: implicit conversion shortens 64-bit value into a 32-bit value
  338. pandas/src/datetime/np_datetime.c:765: warning: implicit conversion shortens 64-bit value into a 32-bit value
  339. pandas/src/datetime/np_datetime.c:789: warning: implicit conversion shortens 64-bit value into a 32-bit value
  340. pandas/src/datetime/np_datetime.c:803: warning: implicit conversion shortens 64-bit value into a 32-bit value
  341. pandas/src/datetime/np_datetime.c:804: warning: implicit conversion shortens 64-bit value into a 32-bit value
  342. pandas/src/datetime/np_datetime.c:818: warning: implicit conversion shortens 64-bit value into a 32-bit value
  343. pandas/src/datetime/np_datetime.c:819: warning: implicit conversion shortens 64-bit value into a 32-bit value
  344. pandas/src/datetime/np_datetime.c:820: warning: implicit conversion shortens 64-bit value into a 32-bit value
  345. pandas/src/datetime/np_datetime.c:834: warning: implicit conversion shortens 64-bit value into a 32-bit value
  346. pandas/src/datetime/np_datetime.c:835: warning: implicit conversion shortens 64-bit value into a 32-bit value
  347. pandas/src/datetime/np_datetime.c:836: warning: implicit conversion shortens 64-bit value into a 32-bit value
  348. pandas/src/datetime/np_datetime.c:837: warning: implicit conversion shortens 64-bit value into a 32-bit value
  349. pandas/src/datetime/np_datetime.c:851: warning: implicit conversion shortens 64-bit value into a 32-bit value
  350. pandas/src/datetime/np_datetime.c:852: warning: implicit conversion shortens 64-bit value into a 32-bit value
  351. pandas/src/datetime/np_datetime.c:853: warning: implicit conversion shortens 64-bit value into a 32-bit value
  352. pandas/src/datetime/np_datetime.c:854: warning: implicit conversion shortens 64-bit value into a 32-bit value
  353. pandas/src/datetime/np_datetime.c:868: warning: implicit conversion shortens 64-bit value into a 32-bit value
  354. pandas/src/datetime/np_datetime.c:869: warning: implicit conversion shortens 64-bit value into a 32-bit value
  355. pandas/src/datetime/np_datetime.c:870: warning: implicit conversion shortens 64-bit value into a 32-bit value
  356. pandas/src/datetime/np_datetime.c:871: warning: implicit conversion shortens 64-bit value into a 32-bit value
  357. pandas/src/datetime/np_datetime.c:872: warning: implicit conversion shortens 64-bit value into a 32-bit value
  358. pandas/src/datetime/np_datetime.c:886: warning: implicit conversion shortens 64-bit value into a 32-bit value
  359. pandas/src/datetime/np_datetime.c:887: warning: implicit conversion shortens 64-bit value into a 32-bit value
  360. pandas/src/datetime/np_datetime.c:888: warning: implicit conversion shortens 64-bit value into a 32-bit value
  361. pandas/src/datetime/np_datetime.c:889: warning: implicit conversion shortens 64-bit value into a 32-bit value
  362. pandas/src/datetime/np_datetime.c:890: warning: implicit conversion shortens 64-bit value into a 32-bit value
  363. pandas/src/datetime/np_datetime.c:896: warning: implicit conversion shortens 64-bit value into a 32-bit value
  364. pandas/src/datetime/np_datetime.c:897: warning: implicit conversion shortens 64-bit value into a 32-bit value
  365. pandas/src/datetime/np_datetime.c:898: warning: implicit conversion shortens 64-bit value into a 32-bit value
  366. pandas/src/datetime/np_datetime.c:899: warning: implicit conversion shortens 64-bit value into a 32-bit value
  367. pandas/src/datetime/np_datetime.c:900: warning: implicit conversion shortens 64-bit value into a 32-bit value
  368. pandas/src/datetime/np_datetime.c:901: warning: implicit conversion shortens 64-bit value into a 32-bit value
  369. pandas/src/datetime/np_datetime.c:913: warning: implicit conversion shortens 64-bit value into a 32-bit value
  370. pandas/src/datetime/np_datetime.c:914: warning: implicit conversion shortens 64-bit value into a 32-bit value
  371. pandas/src/datetime/np_datetime.c:915: warning: implicit conversion shortens 64-bit value into a 32-bit value
  372. pandas/src/datetime/np_datetime.c:916: warning: implicit conversion shortens 64-bit value into a 32-bit value
  373. pandas/src/datetime/np_datetime.c:917: warning: implicit conversion shortens 64-bit value into a 32-bit value
  374. pandas/src/datetime/np_datetime.c:924: warning: implicit conversion shortens 64-bit value into a 32-bit value
  375. pandas/src/datetime/np_datetime.c:925: warning: implicit conversion shortens 64-bit value into a 32-bit value
  376. pandas/src/datetime/np_datetime.c:926: warning: implicit conversion shortens 64-bit value into a 32-bit value
  377. pandas/src/datetime/np_datetime.c:927: warning: implicit conversion shortens 64-bit value into a 32-bit value
  378. pandas/src/datetime/np_datetime.c:939: warning: implicit conversion shortens 64-bit value into a 32-bit value
  379. pandas/src/datetime/np_datetime.c:940: warning: implicit conversion shortens 64-bit value into a 32-bit value
  380. pandas/src/datetime/np_datetime.c:941: warning: implicit conversion shortens 64-bit value into a 32-bit value
  381. pandas/src/datetime/np_datetime.c:942: warning: implicit conversion shortens 64-bit value into a 32-bit value
  382. pandas/src/datetime/np_datetime.c: At top level:
  383. /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/datetime.h:188: warning: ‘PyDateTimeAPI’ defined but not used
  384. pandas/src/datetime/np_datetime.c: In function ‘set_datetimestruct_days’:
  385. pandas/src/datetime/np_datetime.c:267: warning: implicit conversion shortens 64-bit value into a 32-bit value
  386. pandas/src/datetime/np_datetime.c: In function ‘convert_pydatetime_to_datetimestruct’:
  387. pandas/src/datetime/np_datetime.c:332: warning: implicit conversion shortens 64-bit value into a 32-bit value
  388. pandas/src/datetime/np_datetime.c:344: warning: implicit conversion shortens 64-bit value into a 32-bit value
  389. pandas/src/datetime/np_datetime.c:378: warning: implicit conversion shortens 64-bit value into a 32-bit value
  390. pandas/src/datetime/np_datetime.c:390: warning: implicit conversion shortens 64-bit value into a 32-bit value
  391. pandas/src/datetime/np_datetime.c:402: warning: implicit conversion shortens 64-bit value into a 32-bit value
  392. pandas/src/datetime/np_datetime.c:414: warning: implicit conversion shortens 64-bit value into a 32-bit value
  393. pandas/src/datetime/np_datetime.c:457: warning: implicit conversion shortens 64-bit value into a 32-bit value
  394. pandas/src/datetime/np_datetime.c: In function ‘convert_datetime_to_datetimestruct’:
  395. pandas/src/datetime/np_datetime.c:761: warning: implicit conversion shortens 64-bit value into a 32-bit value
  396. pandas/src/datetime/np_datetime.c:765: warning: implicit conversion shortens 64-bit value into a 32-bit value
  397. pandas/src/datetime/np_datetime.c:789: warning: implicit conversion shortens 64-bit value into a 32-bit value
  398. pandas/src/datetime/np_datetime.c:803: warning: implicit conversion shortens 64-bit value into a 32-bit value
  399. pandas/src/datetime/np_datetime.c:804: warning: implicit conversion shortens 64-bit value into a 32-bit value
  400. pandas/src/datetime/np_datetime.c:818: warning: implicit conversion shortens 64-bit value into a 32-bit value
  401. pandas/src/datetime/np_datetime.c:819: warning: implicit conversion shortens 64-bit value into a 32-bit value
  402. pandas/src/datetime/np_datetime.c:820: warning: implicit conversion shortens 64-bit value into a 32-bit value
  403. pandas/src/datetime/np_datetime.c:834: warning: implicit conversion shortens 64-bit value into a 32-bit value
  404. pandas/src/datetime/np_datetime.c:835: warning: implicit conversion shortens 64-bit value into a 32-bit value
  405. pandas/src/datetime/np_datetime.c:836: warning: implicit conversion shortens 64-bit value into a 32-bit value
  406. pandas/src/datetime/np_datetime.c:837: warning: implicit conversion shortens 64-bit value into a 32-bit value
  407. pandas/src/datetime/np_datetime.c:851: warning: implicit conversion shortens 64-bit value into a 32-bit value
  408. pandas/src/datetime/np_datetime.c:852: warning: implicit conversion shortens 64-bit value into a 32-bit value
  409. pandas/src/datetime/np_datetime.c:853: warning: implicit conversion shortens 64-bit value into a 32-bit value
  410. pandas/src/datetime/np_datetime.c:854: warning: implicit conversion shortens 64-bit value into a 32-bit value
  411. pandas/src/datetime/np_datetime.c:868: warning: implicit conversion shortens 64-bit value into a 32-bit value
  412. pandas/src/datetime/np_datetime.c:869: warning: implicit conversion shortens 64-bit value into a 32-bit value
  413. pandas/src/datetime/np_datetime.c:870: warning: implicit conversion shortens 64-bit value into a 32-bit value
  414. pandas/src/datetime/np_datetime.c:871: warning: implicit conversion shortens 64-bit value into a 32-bit value
  415. pandas/src/datetime/np_datetime.c:872: warning: implicit conversion shortens 64-bit value into a 32-bit value
  416. pandas/src/datetime/np_datetime.c:886: warning: implicit conversion shortens 64-bit value into a 32-bit value
  417. pandas/src/datetime/np_datetime.c:887: warning: implicit conversion shortens 64-bit value into a 32-bit value
  418. pandas/src/datetime/np_datetime.c:888: warning: implicit conversion shortens 64-bit value into a 32-bit value
  419. pandas/src/datetime/np_datetime.c:889: warning: implicit conversion shortens 64-bit value into a 32-bit value
  420. pandas/src/datetime/np_datetime.c:890: warning: implicit conversion shortens 64-bit value into a 32-bit value
  421. pandas/src/datetime/np_datetime.c:896: warning: implicit conversion shortens 64-bit value into a 32-bit value
  422. pandas/src/datetime/np_datetime.c:897: warning: implicit conversion shortens 64-bit value into a 32-bit value
  423. pandas/src/datetime/np_datetime.c:898: warning: implicit conversion shortens 64-bit value into a 32-bit value
  424. pandas/src/datetime/np_datetime.c:899: warning: implicit conversion shortens 64-bit value into a 32-bit value
  425. pandas/src/datetime/np_datetime.c:900: warning: implicit conversion shortens 64-bit value into a 32-bit value
  426. pandas/src/datetime/np_datetime.c:901: warning: implicit conversion shortens 64-bit value into a 32-bit value
  427. pandas/src/datetime/np_datetime.c:913: warning: implicit conversion shortens 64-bit value into a 32-bit value
  428. pandas/src/datetime/np_datetime.c:914: warning: implicit conversion shortens 64-bit value into a 32-bit value
  429. pandas/src/datetime/np_datetime.c:915: warning: implicit conversion shortens 64-bit value into a 32-bit value
  430. pandas/src/datetime/np_datetime.c:916: warning: implicit conversion shortens 64-bit value into a 32-bit value
  431. pandas/src/datetime/np_datetime.c:917: warning: implicit conversion shortens 64-bit value into a 32-bit value
  432. pandas/src/datetime/np_datetime.c:924: warning: implicit conversion shortens 64-bit value into a 32-bit value
  433. pandas/src/datetime/np_datetime.c:925: warning: implicit conversion shortens 64-bit value into a 32-bit value
  434. pandas/src/datetime/np_datetime.c:926: warning: implicit conversion shortens 64-bit value into a 32-bit value
  435. pandas/src/datetime/np_datetime.c:927: warning: implicit conversion shortens 64-bit value into a 32-bit value
  436. pandas/src/datetime/np_datetime.c:939: warning: implicit conversion shortens 64-bit value into a 32-bit value
  437. pandas/src/datetime/np_datetime.c:940: warning: implicit conversion shortens 64-bit value into a 32-bit value
  438. pandas/src/datetime/np_datetime.c:941: warning: implicit conversion shortens 64-bit value into a 32-bit value
  439. pandas/src/datetime/np_datetime.c:942: warning: implicit conversion shortens 64-bit value into a 32-bit value
  440. pandas/src/datetime/np_datetime.c: At top level:
  441. /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/datetime.h:188: warning: ‘PyDateTimeAPI’ defined but not used
  442. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime_strings.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/datetime/np_datetime_strings.o
  443. pandas/src/datetime/np_datetime_strings.c: In function ‘make_iso_8601_datetime’:
  444. pandas/src/datetime/np_datetime_strings.c:1151: warning: format ‘%04Ld’ expects type ‘long long int’, but argument 6 has type ‘long int’
  445. pandas/src/datetime/np_datetime_strings.c: At top level:
  446. pandas/src/datetime/np_datetime_strings.c:128: warning: ‘get_gmtime’ defined but not used
  447. pandas/src/datetime/np_datetime_strings.c: In function ‘convert_datetimestruct_utc_to_local’:
  448. pandas/src/datetime/np_datetime_strings.c:224: warning: implicit conversion shortens 64-bit value into a 32-bit value
  449. pandas/src/datetime/np_datetime_strings.c: At top level:
  450. pandas/src/datetime/np_datetime_strings.c:128: warning: ‘get_gmtime’ defined but not used
  451. llvm-gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wl,-F. -arch i386 -arch x86_64 build/temp.macosx-10.7-intel-2.7/pandas/index.o build/temp.macosx-10.7-intel-2.7/pandas/src/datetime/np_datetime.o build/temp.macosx-10.7-intel-2.7/pandas/src/datetime/np_datetime_strings.o -o build/lib.macosx-10.7-intel-2.7/pandas/index.so
  452. cythoning pandas/tslib.pyx to pandas/tslib.c
  453. building 'pandas.tslib' extension
  454. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/tslib.c -o build/temp.macosx-10.7-intel-2.7/pandas/tslib.o
  455. In file included from pandas/src/klib/khash_python.h:3,
  456. from pandas/tslib.c:267:
  457. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  458. pandas/src/klib/khash.h:573: warning: statement with no effect
  459. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  460. pandas/src/klib/khash.h:574: warning: statement with no effect
  461. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  462. pandas/src/klib/khash.h:575: warning: statement with no effect
  463. In file included from pandas/tslib.c:267:
  464. pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
  465. pandas/src/klib/khash_python.h:13: warning: statement with no effect
  466. pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
  467. pandas/src/klib/khash_python.h:38: warning: statement with no effect
  468. pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
  469. pandas/src/klib/khash_python.h:44: warning: statement with no effect
  470. pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
  471. pandas/src/klib/khash_python.h:49: warning: statement with no effect
  472. pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_44build_field_sarray’:
  473. pandas/tslib.c:20130: warning: implicit conversion shortens 64-bit value into a 32-bit value
  474. pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_48get_date_field’:
  475. pandas/tslib.c:21047: warning: implicit conversion shortens 64-bit value into a 32-bit value
  476. pandas/tslib.c:22058: warning: implicit conversion shortens 64-bit value into a 32-bit value
  477. pandas/tslib.c: In function ‘__pyx_f_6pandas_5tslib_m8_weekday’:
  478. pandas/tslib.c:22469: warning: implicit conversion shortens 64-bit value into a 32-bit value
  479. pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_56monthrange’:
  480. pandas/tslib.c:24888: warning: implicit conversion shortens 64-bit value into a 32-bit value
  481. pandas/tslib.c:24888: warning: implicit conversion shortens 64-bit value into a 32-bit value
  482. pandas/tslib.c: In function ‘__pyx_f_6pandas_5tslib_ts_dayofweek’:
  483. pandas/tslib.c:24938: warning: implicit conversion shortens 64-bit value into a 32-bit value
  484. pandas/tslib.c: In function ‘__pyx_f_6pandas_5tslib_localize_dt64arr_to_period’:
  485. pandas/tslib.c:25430: warning: implicit conversion shortens 64-bit value into a 32-bit value
  486. pandas/tslib.c:25696: warning: implicit conversion shortens 64-bit value into a 32-bit value
  487. pandas/tslib.c:26030: warning: implicit conversion shortens 64-bit value into a 32-bit value
  488. pandas/tslib.c:26172: warning: implicit conversion shortens 64-bit value into a 32-bit value
  489. pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_60dt64arr_to_periodarr’:
  490. pandas/tslib.c:26608: warning: implicit conversion shortens 64-bit value into a 32-bit value
  491. pandas/tslib.c: In function ‘__pyx_f_8datetime__dts_to_pydatetime’:
  492. pandas/tslib.c:31546: warning: implicit conversion shortens 64-bit value into a 32-bit value
  493. pandas/tslib.c: At top level:
  494. /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:227: warning: ‘_import_umath’ defined but not used
  495. In file included from pandas/src/klib/khash_python.h:3,
  496. from pandas/tslib.c:267:
  497. pandas/src/klib/khash.h: In function ‘kh_resize_str’:
  498. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  499. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  500. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  501. pandas/src/klib/khash.h: In function ‘kh_put_str’:
  502. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  503. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  504. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  505. pandas/src/klib/khash.h:573: warning: statement with no effect
  506. pandas/src/klib/khash.h: In function ‘kh_resize_int32’:
  507. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  508. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  509. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  510. pandas/src/klib/khash.h: In function ‘kh_put_int32’:
  511. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  512. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  513. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  514. pandas/src/klib/khash.h:574: warning: statement with no effect
  515. pandas/src/klib/khash.h: In function ‘kh_resize_int64’:
  516. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  517. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  518. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  519. pandas/src/klib/khash.h: In function ‘kh_put_int64’:
  520. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  521. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  522. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  523. pandas/src/klib/khash.h:575: warning: statement with no effect
  524. In file included from pandas/tslib.c:267:
  525. pandas/src/klib/khash_python.h: In function ‘kh_get_float64’:
  526. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  527. pandas/src/klib/khash_python.h: In function ‘kh_resize_float64’:
  528. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  529. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  530. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  531. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  532. pandas/src/klib/khash_python.h: In function ‘kh_put_float64’:
  533. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  534. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  535. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  536. pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
  537. pandas/src/klib/khash_python.h:13: warning: statement with no effect
  538. pandas/src/klib/khash_python.h: In function ‘kh_get_pymap’:
  539. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  540. pandas/src/klib/khash_python.h: In function ‘kh_resize_pymap’:
  541. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  542. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  543. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  544. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  545. pandas/src/klib/khash_python.h: In function ‘kh_put_pymap’:
  546. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  547. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  548. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  549. pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
  550. pandas/src/klib/khash_python.h:38: warning: statement with no effect
  551. pandas/src/klib/khash_python.h: In function ‘kh_get_pyset’:
  552. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  553. pandas/src/klib/khash_python.h: In function ‘kh_resize_pyset’:
  554. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  555. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  556. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  557. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  558. pandas/src/klib/khash_python.h: In function ‘kh_put_pyset’:
  559. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  560. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  561. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  562. pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
  563. pandas/src/klib/khash_python.h:44: warning: statement with no effect
  564. pandas/src/klib/khash_python.h: In function ‘kh_resize_strbox’:
  565. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  566. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  567. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  568. pandas/src/klib/khash_python.h: In function ‘kh_put_strbox’:
  569. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  570. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  571. pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
  572. pandas/src/klib/khash_python.h:49: warning: statement with no effect
  573. pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_6is_timestamp_array’:
  574. pandas/tslib.c:6528: warning: implicit conversion shortens 64-bit value into a 32-bit value
  575. pandas/tslib.c:6578: warning: implicit conversion shortens 64-bit value into a 32-bit value
  576. pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_44build_field_sarray’:
  577. pandas/tslib.c:20130: warning: implicit conversion shortens 64-bit value into a 32-bit value
  578. pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_48get_date_field’:
  579. pandas/tslib.c:21047: warning: implicit conversion shortens 64-bit value into a 32-bit value
  580. pandas/tslib.c:21809: warning: implicit conversion shortens 64-bit value into a 32-bit value
  581. pandas/tslib.c:22058: warning: implicit conversion shortens 64-bit value into a 32-bit value
  582. pandas/tslib.c:22215: warning: implicit conversion shortens 64-bit value into a 32-bit value
  583. pandas/tslib.c:22351: warning: implicit conversion shortens 64-bit value into a 32-bit value
  584. pandas/tslib.c: In function ‘__pyx_f_6pandas_5tslib_m8_weekday’:
  585. pandas/tslib.c:22469: warning: implicit conversion shortens 64-bit value into a 32-bit value
  586. pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_56monthrange’:
  587. pandas/tslib.c:24888: warning: implicit conversion shortens 64-bit value into a 32-bit value
  588. pandas/tslib.c:24888: warning: implicit conversion shortens 64-bit value into a 32-bit value
  589. pandas/tslib.c: In function ‘__pyx_f_6pandas_5tslib_ts_dayofweek’:
  590. pandas/tslib.c:24938: warning: implicit conversion shortens 64-bit value into a 32-bit value
  591. pandas/tslib.c: In function ‘__pyx_f_6pandas_5tslib_localize_dt64arr_to_period’:
  592. pandas/tslib.c:25430: warning: implicit conversion shortens 64-bit value into a 32-bit value
  593. pandas/tslib.c:25696: warning: implicit conversion shortens 64-bit value into a 32-bit value
  594. pandas/tslib.c:26030: warning: implicit conversion shortens 64-bit value into a 32-bit value
  595. pandas/tslib.c:26172: warning: implicit conversion shortens 64-bit value into a 32-bit value
  596. pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_60dt64arr_to_periodarr’:
  597. pandas/tslib.c:26608: warning: implicit conversion shortens 64-bit value into a 32-bit value
  598. pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_72period_format’:
  599. pandas/tslib.c:27994: warning: implicit conversion shortens 64-bit value into a 32-bit value
  600. pandas/tslib.c: In function ‘__pyx_f_8datetime__string_to_dts’:
  601. pandas/tslib.c:31359: warning: implicit conversion shortens 64-bit value into a 32-bit value
  602. pandas/tslib.c: In function ‘__pyx_f_8datetime__dts_to_pydatetime’:
  603. pandas/tslib.c:31546: warning: implicit conversion shortens 64-bit value into a 32-bit value
  604. pandas/tslib.c: At top level:
  605. /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:227: warning: ‘_import_umath’ defined but not used
  606. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/datetime/np_datetime.o
  607. pandas/src/datetime/np_datetime.c: In function ‘set_datetimestruct_days’:
  608. pandas/src/datetime/np_datetime.c:267: warning: implicit conversion shortens 64-bit value into a 32-bit value
  609. pandas/src/datetime/np_datetime.c: In function ‘convert_datetime_to_datetimestruct’:
  610. pandas/src/datetime/np_datetime.c:761: warning: implicit conversion shortens 64-bit value into a 32-bit value
  611. pandas/src/datetime/np_datetime.c:765: warning: implicit conversion shortens 64-bit value into a 32-bit value
  612. pandas/src/datetime/np_datetime.c:789: warning: implicit conversion shortens 64-bit value into a 32-bit value
  613. pandas/src/datetime/np_datetime.c:803: warning: implicit conversion shortens 64-bit value into a 32-bit value
  614. pandas/src/datetime/np_datetime.c:804: warning: implicit conversion shortens 64-bit value into a 32-bit value
  615. pandas/src/datetime/np_datetime.c:818: warning: implicit conversion shortens 64-bit value into a 32-bit value
  616. pandas/src/datetime/np_datetime.c:819: warning: implicit conversion shortens 64-bit value into a 32-bit value
  617. pandas/src/datetime/np_datetime.c:820: warning: implicit conversion shortens 64-bit value into a 32-bit value
  618. pandas/src/datetime/np_datetime.c:834: warning: implicit conversion shortens 64-bit value into a 32-bit value
  619. pandas/src/datetime/np_datetime.c:835: warning: implicit conversion shortens 64-bit value into a 32-bit value
  620. pandas/src/datetime/np_datetime.c:836: warning: implicit conversion shortens 64-bit value into a 32-bit value
  621. pandas/src/datetime/np_datetime.c:837: warning: implicit conversion shortens 64-bit value into a 32-bit value
  622. pandas/src/datetime/np_datetime.c:851: warning: implicit conversion shortens 64-bit value into a 32-bit value
  623. pandas/src/datetime/np_datetime.c:852: warning: implicit conversion shortens 64-bit value into a 32-bit value
  624. pandas/src/datetime/np_datetime.c:853: warning: implicit conversion shortens 64-bit value into a 32-bit value
  625. pandas/src/datetime/np_datetime.c:854: warning: implicit conversion shortens 64-bit value into a 32-bit value
  626. pandas/src/datetime/np_datetime.c:868: warning: implicit conversion shortens 64-bit value into a 32-bit value
  627. pandas/src/datetime/np_datetime.c:869: warning: implicit conversion shortens 64-bit value into a 32-bit value
  628. pandas/src/datetime/np_datetime.c:870: warning: implicit conversion shortens 64-bit value into a 32-bit value
  629. pandas/src/datetime/np_datetime.c:871: warning: implicit conversion shortens 64-bit value into a 32-bit value
  630. pandas/src/datetime/np_datetime.c:872: warning: implicit conversion shortens 64-bit value into a 32-bit value
  631. pandas/src/datetime/np_datetime.c:886: warning: implicit conversion shortens 64-bit value into a 32-bit value
  632. pandas/src/datetime/np_datetime.c:887: warning: implicit conversion shortens 64-bit value into a 32-bit value
  633. pandas/src/datetime/np_datetime.c:888: warning: implicit conversion shortens 64-bit value into a 32-bit value
  634. pandas/src/datetime/np_datetime.c:889: warning: implicit conversion shortens 64-bit value into a 32-bit value
  635. pandas/src/datetime/np_datetime.c:890: warning: implicit conversion shortens 64-bit value into a 32-bit value
  636. pandas/src/datetime/np_datetime.c:896: warning: implicit conversion shortens 64-bit value into a 32-bit value
  637. pandas/src/datetime/np_datetime.c:897: warning: implicit conversion shortens 64-bit value into a 32-bit value
  638. pandas/src/datetime/np_datetime.c:898: warning: implicit conversion shortens 64-bit value into a 32-bit value
  639. pandas/src/datetime/np_datetime.c:899: warning: implicit conversion shortens 64-bit value into a 32-bit value
  640. pandas/src/datetime/np_datetime.c:900: warning: implicit conversion shortens 64-bit value into a 32-bit value
  641. pandas/src/datetime/np_datetime.c:901: warning: implicit conversion shortens 64-bit value into a 32-bit value
  642. pandas/src/datetime/np_datetime.c:913: warning: implicit conversion shortens 64-bit value into a 32-bit value
  643. pandas/src/datetime/np_datetime.c:914: warning: implicit conversion shortens 64-bit value into a 32-bit value
  644. pandas/src/datetime/np_datetime.c:915: warning: implicit conversion shortens 64-bit value into a 32-bit value
  645. pandas/src/datetime/np_datetime.c:916: warning: implicit conversion shortens 64-bit value into a 32-bit value
  646. pandas/src/datetime/np_datetime.c:917: warning: implicit conversion shortens 64-bit value into a 32-bit value
  647. pandas/src/datetime/np_datetime.c:924: warning: implicit conversion shortens 64-bit value into a 32-bit value
  648. pandas/src/datetime/np_datetime.c:925: warning: implicit conversion shortens 64-bit value into a 32-bit value
  649. pandas/src/datetime/np_datetime.c:926: warning: implicit conversion shortens 64-bit value into a 32-bit value
  650. pandas/src/datetime/np_datetime.c:927: warning: implicit conversion shortens 64-bit value into a 32-bit value
  651. pandas/src/datetime/np_datetime.c:939: warning: implicit conversion shortens 64-bit value into a 32-bit value
  652. pandas/src/datetime/np_datetime.c:940: warning: implicit conversion shortens 64-bit value into a 32-bit value
  653. pandas/src/datetime/np_datetime.c:941: warning: implicit conversion shortens 64-bit value into a 32-bit value
  654. pandas/src/datetime/np_datetime.c:942: warning: implicit conversion shortens 64-bit value into a 32-bit value
  655. pandas/src/datetime/np_datetime.c: At top level:
  656. /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/datetime.h:188: warning: ‘PyDateTimeAPI’ defined but not used
  657. pandas/src/datetime/np_datetime.c: In function ‘set_datetimestruct_days’:
  658. pandas/src/datetime/np_datetime.c:267: warning: implicit conversion shortens 64-bit value into a 32-bit value
  659. pandas/src/datetime/np_datetime.c: In function ‘convert_pydatetime_to_datetimestruct’:
  660. pandas/src/datetime/np_datetime.c:332: warning: implicit conversion shortens 64-bit value into a 32-bit value
  661. pandas/src/datetime/np_datetime.c:344: warning: implicit conversion shortens 64-bit value into a 32-bit value
  662. pandas/src/datetime/np_datetime.c:378: warning: implicit conversion shortens 64-bit value into a 32-bit value
  663. pandas/src/datetime/np_datetime.c:390: warning: implicit conversion shortens 64-bit value into a 32-bit value
  664. pandas/src/datetime/np_datetime.c:402: warning: implicit conversion shortens 64-bit value into a 32-bit value
  665. pandas/src/datetime/np_datetime.c:414: warning: implicit conversion shortens 64-bit value into a 32-bit value
  666. pandas/src/datetime/np_datetime.c:457: warning: implicit conversion shortens 64-bit value into a 32-bit value
  667. pandas/src/datetime/np_datetime.c: In function ‘convert_datetime_to_datetimestruct’:
  668. pandas/src/datetime/np_datetime.c:761: warning: implicit conversion shortens 64-bit value into a 32-bit value
  669. pandas/src/datetime/np_datetime.c:765: warning: implicit conversion shortens 64-bit value into a 32-bit value
  670. pandas/src/datetime/np_datetime.c:789: warning: implicit conversion shortens 64-bit value into a 32-bit value
  671. pandas/src/datetime/np_datetime.c:803: warning: implicit conversion shortens 64-bit value into a 32-bit value
  672. pandas/src/datetime/np_datetime.c:804: warning: implicit conversion shortens 64-bit value into a 32-bit value
  673. pandas/src/datetime/np_datetime.c:818: warning: implicit conversion shortens 64-bit value into a 32-bit value
  674. pandas/src/datetime/np_datetime.c:819: warning: implicit conversion shortens 64-bit value into a 32-bit value
  675. pandas/src/datetime/np_datetime.c:820: warning: implicit conversion shortens 64-bit value into a 32-bit value
  676. pandas/src/datetime/np_datetime.c:834: warning: implicit conversion shortens 64-bit value into a 32-bit value
  677. pandas/src/datetime/np_datetime.c:835: warning: implicit conversion shortens 64-bit value into a 32-bit value
  678. pandas/src/datetime/np_datetime.c:836: warning: implicit conversion shortens 64-bit value into a 32-bit value
  679. pandas/src/datetime/np_datetime.c:837: warning: implicit conversion shortens 64-bit value into a 32-bit value
  680. pandas/src/datetime/np_datetime.c:851: warning: implicit conversion shortens 64-bit value into a 32-bit value
  681. pandas/src/datetime/np_datetime.c:852: warning: implicit conversion shortens 64-bit value into a 32-bit value
  682. pandas/src/datetime/np_datetime.c:853: warning: implicit conversion shortens 64-bit value into a 32-bit value
  683. pandas/src/datetime/np_datetime.c:854: warning: implicit conversion shortens 64-bit value into a 32-bit value
  684. pandas/src/datetime/np_datetime.c:868: warning: implicit conversion shortens 64-bit value into a 32-bit value
  685. pandas/src/datetime/np_datetime.c:869: warning: implicit conversion shortens 64-bit value into a 32-bit value
  686. pandas/src/datetime/np_datetime.c:870: warning: implicit conversion shortens 64-bit value into a 32-bit value
  687. pandas/src/datetime/np_datetime.c:871: warning: implicit conversion shortens 64-bit value into a 32-bit value
  688. pandas/src/datetime/np_datetime.c:872: warning: implicit conversion shortens 64-bit value into a 32-bit value
  689. pandas/src/datetime/np_datetime.c:886: warning: implicit conversion shortens 64-bit value into a 32-bit value
  690. pandas/src/datetime/np_datetime.c:887: warning: implicit conversion shortens 64-bit value into a 32-bit value
  691. pandas/src/datetime/np_datetime.c:888: warning: implicit conversion shortens 64-bit value into a 32-bit value
  692. pandas/src/datetime/np_datetime.c:889: warning: implicit conversion shortens 64-bit value into a 32-bit value
  693. pandas/src/datetime/np_datetime.c:890: warning: implicit conversion shortens 64-bit value into a 32-bit value
  694. pandas/src/datetime/np_datetime.c:896: warning: implicit conversion shortens 64-bit value into a 32-bit value
  695. pandas/src/datetime/np_datetime.c:897: warning: implicit conversion shortens 64-bit value into a 32-bit value
  696. pandas/src/datetime/np_datetime.c:898: warning: implicit conversion shortens 64-bit value into a 32-bit value
  697. pandas/src/datetime/np_datetime.c:899: warning: implicit conversion shortens 64-bit value into a 32-bit value
  698. pandas/src/datetime/np_datetime.c:900: warning: implicit conversion shortens 64-bit value into a 32-bit value
  699. pandas/src/datetime/np_datetime.c:901: warning: implicit conversion shortens 64-bit value into a 32-bit value
  700. pandas/src/datetime/np_datetime.c:913: warning: implicit conversion shortens 64-bit value into a 32-bit value
  701. pandas/src/datetime/np_datetime.c:914: warning: implicit conversion shortens 64-bit value into a 32-bit value
  702. pandas/src/datetime/np_datetime.c:915: warning: implicit conversion shortens 64-bit value into a 32-bit value
  703. pandas/src/datetime/np_datetime.c:916: warning: implicit conversion shortens 64-bit value into a 32-bit value
  704. pandas/src/datetime/np_datetime.c:917: warning: implicit conversion shortens 64-bit value into a 32-bit value
  705. pandas/src/datetime/np_datetime.c:924: warning: implicit conversion shortens 64-bit value into a 32-bit value
  706. pandas/src/datetime/np_datetime.c:925: warning: implicit conversion shortens 64-bit value into a 32-bit value
  707. pandas/src/datetime/np_datetime.c:926: warning: implicit conversion shortens 64-bit value into a 32-bit value
  708. pandas/src/datetime/np_datetime.c:927: warning: implicit conversion shortens 64-bit value into a 32-bit value
  709. pandas/src/datetime/np_datetime.c:939: warning: implicit conversion shortens 64-bit value into a 32-bit value
  710. pandas/src/datetime/np_datetime.c:940: warning: implicit conversion shortens 64-bit value into a 32-bit value
  711. pandas/src/datetime/np_datetime.c:941: warning: implicit conversion shortens 64-bit value into a 32-bit value
  712. pandas/src/datetime/np_datetime.c:942: warning: implicit conversion shortens 64-bit value into a 32-bit value
  713. pandas/src/datetime/np_datetime.c: At top level:
  714. /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/datetime.h:188: warning: ‘PyDateTimeAPI’ defined but not used
  715. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime_strings.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/datetime/np_datetime_strings.o
  716. pandas/src/datetime/np_datetime_strings.c: In function ‘make_iso_8601_datetime’:
  717. pandas/src/datetime/np_datetime_strings.c:1151: warning: format ‘%04Ld’ expects type ‘long long int’, but argument 6 has type ‘long int’
  718. pandas/src/datetime/np_datetime_strings.c: At top level:
  719. pandas/src/datetime/np_datetime_strings.c:128: warning: ‘get_gmtime’ defined but not used
  720. pandas/src/datetime/np_datetime_strings.c: In function ‘convert_datetimestruct_utc_to_local’:
  721. pandas/src/datetime/np_datetime_strings.c:224: warning: implicit conversion shortens 64-bit value into a 32-bit value
  722. pandas/src/datetime/np_datetime_strings.c: At top level:
  723. pandas/src/datetime/np_datetime_strings.c:128: warning: ‘get_gmtime’ defined but not used
  724. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/period.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/period.o
  725. pandas/src/period.c: In function ‘dInfoCalc_DayOfWeek’:
  726. pandas/src/period.c:64: warning: implicit conversion shortens 64-bit value into a 32-bit value
  727. pandas/src/period.c:66: warning: implicit conversion shortens 64-bit value into a 32-bit value
  728. pandas/src/period.c: In function ‘dInfoCalc_YearOffset’:
  729. pandas/src/period.c:86: warning: implicit conversion shortens 64-bit value into a 32-bit value
  730. pandas/src/period.c:88: warning: implicit conversion shortens 64-bit value into a 32-bit value
  731. pandas/src/period.c:92: warning: implicit conversion shortens 64-bit value into a 32-bit value
  732. pandas/src/period.c:94: warning: implicit conversion shortens 64-bit value into a 32-bit value
  733. pandas/src/period.c: In function ‘dInfoCalc_SetFromAbsDate’:
  734. pandas/src/period.c:226: warning: implicit conversion shortens 64-bit value into a 32-bit value
  735. pandas/src/period.c:237: warning: implicit conversion shortens 64-bit value into a 32-bit value
  736. pandas/src/period.c: In function ‘asfreq_BtoD’:
  737. pandas/src/period.c:483: warning: implicit conversion shortens 64-bit value into a 32-bit value
  738. pandas/src/period.c: In function ‘MtoD_ym’:
  739. pandas/src/period.c:553: warning: implicit conversion shortens 64-bit value into a 32-bit value
  740. pandas/src/period.c:554: warning: implicit conversion shortens 64-bit value into a 32-bit value
  741. pandas/src/period.c: In function ‘QtoD_ym’:
  742. pandas/src/period.c:604: warning: implicit conversion shortens 64-bit value into a 32-bit value
  743. pandas/src/period.c:605: warning: implicit conversion shortens 64-bit value into a 32-bit value
  744. pandas/src/period.c: In function ‘asfreq_AtoD’:
  745. pandas/src/period.c:678: warning: implicit conversion shortens 64-bit value into a 32-bit value
  746. pandas/src/period.c:679: warning: implicit conversion shortens 64-bit value into a 32-bit value
  747. pandas/src/period.c:682: warning: implicit conversion shortens 64-bit value into a 32-bit value
  748. pandas/src/period.c:683: warning: implicit conversion shortens 64-bit value into a 32-bit value
  749. pandas/src/period.c: In function ‘dInfoCalc_DayOfWeek’:
  750. pandas/src/period.c:64: warning: implicit conversion shortens 64-bit value into a 32-bit value
  751. pandas/src/period.c:66: warning: implicit conversion shortens 64-bit value into a 32-bit value
  752. pandas/src/period.c: In function ‘dInfoCalc_YearOffset’:
  753. pandas/src/period.c:86: warning: implicit conversion shortens 64-bit value into a 32-bit value
  754. pandas/src/period.c:88: warning: implicit conversion shortens 64-bit value into a 32-bit value
  755. pandas/src/period.c:92: warning: implicit conversion shortens 64-bit value into a 32-bit value
  756. pandas/src/period.c:94: warning: implicit conversion shortens 64-bit value into a 32-bit value
  757. pandas/src/period.c: In function ‘dInfoCalc_SetFromAbsDate’:
  758. pandas/src/period.c:226: warning: implicit conversion shortens 64-bit value into a 32-bit value
  759. pandas/src/period.c:237: warning: implicit conversion shortens 64-bit value into a 32-bit value
  760. pandas/src/period.c: In function ‘asfreq_BtoD’:
  761. pandas/src/period.c:483: warning: implicit conversion shortens 64-bit value into a 32-bit value
  762. pandas/src/period.c: In function ‘MtoD_ym’:
  763. pandas/src/period.c:553: warning: implicit conversion shortens 64-bit value into a 32-bit value
  764. pandas/src/period.c:554: warning: implicit conversion shortens 64-bit value into a 32-bit value
  765. pandas/src/period.c: In function ‘QtoD_ym’:
  766. pandas/src/period.c:604: warning: implicit conversion shortens 64-bit value into a 32-bit value
  767. pandas/src/period.c:605: warning: implicit conversion shortens 64-bit value into a 32-bit value
  768. pandas/src/period.c: In function ‘asfreq_AtoD’:
  769. pandas/src/period.c:678: warning: implicit conversion shortens 64-bit value into a 32-bit value
  770. pandas/src/period.c:679: warning: implicit conversion shortens 64-bit value into a 32-bit value
  771. pandas/src/period.c:682: warning: implicit conversion shortens 64-bit value into a 32-bit value
  772. pandas/src/period.c:683: warning: implicit conversion shortens 64-bit value into a 32-bit value
  773. pandas/src/period.c: In function ‘str_replace’:
  774. pandas/src/period.c:1151: warning: implicit conversion shortens 64-bit value into a 32-bit value
  775. pandas/src/period.c:1162: warning: implicit conversion shortens 64-bit value into a 32-bit value
  776. pandas/src/period.c: In function ‘c_strftime’:
  777. pandas/src/period.c:1180: warning: implicit conversion shortens 64-bit value into a 32-bit value
  778. llvm-gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wl,-F. -arch i386 -arch x86_64 build/temp.macosx-10.7-intel-2.7/pandas/tslib.o build/temp.macosx-10.7-intel-2.7/pandas/src/datetime/np_datetime.o build/temp.macosx-10.7-intel-2.7/pandas/src/datetime/np_datetime_strings.o build/temp.macosx-10.7-intel-2.7/pandas/src/period.o -o build/lib.macosx-10.7-intel-2.7/pandas/tslib.so
  779. cythoning pandas/hashtable.pyx to pandas/hashtable.c
  780. building 'pandas.hashtable' extension
  781. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/hashtable.c -o build/temp.macosx-10.7-intel-2.7/pandas/hashtable.o
  782. In file included from pandas/src/klib/khash_python.h:3,
  783. from pandas/hashtable.c:259:
  784. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  785. pandas/src/klib/khash.h:573: warning: statement with no effect
  786. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  787. pandas/src/klib/khash.h:574: warning: statement with no effect
  788. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  789. pandas/src/klib/khash.h:575: warning: statement with no effect
  790. In file included from pandas/hashtable.c:259:
  791. pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
  792. pandas/src/klib/khash_python.h:13: warning: statement with no effect
  793. pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
  794. pandas/src/klib/khash_python.h:38: warning: statement with no effect
  795. pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
  796. pandas/src/klib/khash_python.h:44: warning: statement with no effect
  797. pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
  798. pandas/src/klib/khash_python.h:49: warning: statement with no effect
  799. In file included from pandas/src/klib/khash_python.h:3,
  800. from pandas/hashtable.c:259:
  801. pandas/src/klib/khash.h: In function ‘kh_resize_str’:
  802. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  803. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  804. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  805. pandas/src/klib/khash.h: In function ‘kh_put_str’:
  806. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  807. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  808. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  809. pandas/src/klib/khash.h:573: warning: statement with no effect
  810. pandas/src/klib/khash.h: In function ‘kh_resize_int32’:
  811. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  812. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  813. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  814. pandas/src/klib/khash.h: In function ‘kh_put_int32’:
  815. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  816. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  817. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  818. pandas/src/klib/khash.h:574: warning: statement with no effect
  819. pandas/src/klib/khash.h: In function ‘kh_resize_int64’:
  820. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  821. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  822. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  823. pandas/src/klib/khash.h: In function ‘kh_put_int64’:
  824. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  825. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  826. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  827. pandas/src/klib/khash.h:575: warning: statement with no effect
  828. In file included from pandas/hashtable.c:259:
  829. pandas/src/klib/khash_python.h: In function ‘kh_get_float64’:
  830. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  831. pandas/src/klib/khash_python.h: In function ‘kh_resize_float64’:
  832. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  833. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  834. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  835. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  836. pandas/src/klib/khash_python.h: In function ‘kh_put_float64’:
  837. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  838. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  839. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  840. pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
  841. pandas/src/klib/khash_python.h:13: warning: statement with no effect
  842. pandas/src/klib/khash_python.h: In function ‘kh_get_pymap’:
  843. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  844. pandas/src/klib/khash_python.h: In function ‘kh_resize_pymap’:
  845. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  846. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  847. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  848. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  849. pandas/src/klib/khash_python.h: In function ‘kh_put_pymap’:
  850. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  851. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  852. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  853. pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
  854. pandas/src/klib/khash_python.h:38: warning: statement with no effect
  855. pandas/src/klib/khash_python.h: In function ‘kh_get_pyset’:
  856. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  857. pandas/src/klib/khash_python.h: In function ‘kh_resize_pyset’:
  858. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  859. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  860. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  861. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  862. pandas/src/klib/khash_python.h: In function ‘kh_put_pyset’:
  863. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  864. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  865. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  866. pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
  867. pandas/src/klib/khash_python.h:44: warning: statement with no effect
  868. pandas/src/klib/khash_python.h: In function ‘kh_resize_strbox’:
  869. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  870. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  871. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  872. pandas/src/klib/khash_python.h: In function ‘kh_put_strbox’:
  873. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  874. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  875. pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
  876. pandas/src/klib/khash_python.h:49: warning: statement with no effect
  877. pandas/hashtable.c: In function ‘__pyx_pf_6pandas_9hashtable_14Int32HashTable_8get_iter_test’:
  878. pandas/hashtable.c:5013: warning: implicit conversion shortens 64-bit value into a 32-bit value
  879. pandas/hashtable.c: In function ‘__pyx_pf_6pandas_9hashtable_14Int32HashTable_14lookup’:
  880. pandas/hashtable.c:5614: warning: implicit conversion shortens 64-bit value into a 32-bit value
  881. pandas/hashtable.c: In function ‘__pyx_pf_6pandas_9hashtable_2value_count_int64’:
  882. pandas/hashtable.c:14083: warning: implicit conversion shortens 64-bit value into a 32-bit value
  883. pandas/hashtable.c: In function ‘__pyx_pf_6pandas_9hashtable_4value_count_object’:
  884. pandas/hashtable.c:14540: warning: implicit conversion shortens 64-bit value into a 32-bit value
  885. llvm-gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wl,-F. -arch i386 -arch x86_64 build/temp.macosx-10.7-intel-2.7/pandas/hashtable.o -o build/lib.macosx-10.7-intel-2.7/pandas/hashtable.so
  886. cythoning pandas/lib.pyx to pandas/lib.c
  887. building 'pandas.lib' extension
  888. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/lib.c -o build/temp.macosx-10.7-intel-2.7/pandas/lib.o
  889. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_98generate_slices’:
  890. pandas/lib.c:18475: warning: implicit conversion shortens 64-bit value into a 32-bit value
  891. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_100indices_fast’:
  892. pandas/lib.c:18821: warning: implicit conversion shortens 64-bit value into a 32-bit value
  893. pandas/lib.c:18851: warning: implicit conversion shortens 64-bit value into a 32-bit value
  894. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_16SeriesBinGrouper_4get_result’:
  895. pandas/lib.c:21455: warning: implicit conversion shortens 64-bit value into a 32-bit value
  896. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_13SeriesGrouper_4get_result’:
  897. pandas/lib.c:23213: warning: implicit conversion shortens 64-bit value into a 32-bit value
  898. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_102apply_frame_axis0’:
  899. pandas/lib.c:25224: warning: implicit conversion shortens 64-bit value into a 32-bit value
  900. pandas/lib.c:25224: warning: implicit conversion shortens 64-bit value into a 32-bit value
  901. pandas/lib.c:25463: warning: implicit conversion shortens 64-bit value into a 32-bit value
  902. pandas/lib.c:25463: warning: implicit conversion shortens 64-bit value into a 32-bit value
  903. pandas/lib.c: In function ‘__pyx_f_8datetime__dts_to_pydatetime’:
  904. pandas/lib.c:41736: warning: implicit conversion shortens 64-bit value into a 32-bit value
  905. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_8array_to_timestamp’:
  906. pandas/lib.c:3805: warning: implicit conversion shortens 64-bit value into a 32-bit value
  907. pandas/lib.c:3882: warning: implicit conversion shortens 64-bit value into a 32-bit value
  908. pandas/lib.c:3894: warning: implicit conversion shortens 64-bit value into a 32-bit value
  909. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_10time64_to_datetime’:
  910. pandas/lib.c:4018: warning: implicit conversion shortens 64-bit value into a 32-bit value
  911. pandas/lib.c:4089: warning: implicit conversion shortens 64-bit value into a 32-bit value
  912. pandas/lib.c:4101: warning: implicit conversion shortens 64-bit value into a 32-bit value
  913. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_66max_len_string_array’:
  914. pandas/lib.c:12421: warning: implicit conversion shortens 64-bit value into a 32-bit value
  915. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_68array_replace_from_nan_rep’:
  916. pandas/lib.c:12599: warning: implicit conversion shortens 64-bit value into a 32-bit value
  917. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_70create_hdf_rows_2d’:
  918. pandas/lib.c:12864: warning: implicit conversion shortens 64-bit value into a 32-bit value
  919. pandas/lib.c:12878: warning: implicit conversion shortens 64-bit value into a 32-bit value
  920. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_72create_hdf_rows_3d’:
  921. pandas/lib.c:13264: warning: implicit conversion shortens 64-bit value into a 32-bit value
  922. pandas/lib.c:13273: warning: implicit conversion shortens 64-bit value into a 32-bit value
  923. pandas/lib.c:13287: warning: implicit conversion shortens 64-bit value into a 32-bit value
  924. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_74create_hdf_rows_4d’:
  925. pandas/lib.c:13737: warning: implicit conversion shortens 64-bit value into a 32-bit value
  926. pandas/lib.c:13746: warning: implicit conversion shortens 64-bit value into a 32-bit value
  927. pandas/lib.c:13755: warning: implicit conversion shortens 64-bit value into a 32-bit value
  928. pandas/lib.c:13769: warning: implicit conversion shortens 64-bit value into a 32-bit value
  929. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_76arrmap’:
  930. pandas/lib.c:14205: warning: implicit conversion shortens 64-bit value into a 32-bit value
  931. pandas/lib.c:14281: warning: implicit conversion shortens 64-bit value into a 32-bit value
  932. pandas/lib.c:14293: warning: implicit conversion shortens 64-bit value into a 32-bit value
  933. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_102apply_frame_axis0’:
  934. pandas/lib.c:25463: warning: implicit conversion shortens 64-bit value into a 32-bit value
  935. pandas/lib.c:25463: warning: implicit conversion shortens 64-bit value into a 32-bit value
  936. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_11BlockSlider___init__’:
  937. pandas/lib.c:25976: warning: implicit conversion shortens 64-bit value into a 32-bit value
  938. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_124is_datetime_array’:
  939. pandas/lib.c:30943: warning: implicit conversion shortens 64-bit value into a 32-bit value
  940. pandas/lib.c:30993: warning: implicit conversion shortens 64-bit value into a 32-bit value
  941. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_126is_datetime64_array’:
  942. pandas/lib.c:31105: warning: implicit conversion shortens 64-bit value into a 32-bit value
  943. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_128is_date_array’:
  944. pandas/lib.c:31263: warning: implicit conversion shortens 64-bit value into a 32-bit value
  945. pandas/lib.c:31313: warning: implicit conversion shortens 64-bit value into a 32-bit value
  946. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_130is_time_array’:
  947. pandas/lib.c:31438: warning: implicit conversion shortens 64-bit value into a 32-bit value
  948. pandas/lib.c:31488: warning: implicit conversion shortens 64-bit value into a 32-bit value
  949. pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_132is_period_array’:
  950. pandas/lib.c:31616: warning: implicit conversion shortens 64-bit value into a 32-bit value
  951. pandas/lib.c:31692: warning: implicit conversion shortens 64-bit value into a 32-bit value
  952. pandas/lib.c: In function ‘__pyx_f_8datetime__string_to_dts’:
  953. pandas/lib.c:41549: warning: implicit conversion shortens 64-bit value into a 32-bit value
  954. pandas/lib.c: In function ‘__pyx_f_8datetime__dts_to_pydatetime’:
  955. pandas/lib.c:41736: warning: implicit conversion shortens 64-bit value into a 32-bit value
  956. llvm-gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wl,-F. -arch i386 -arch x86_64 build/temp.macosx-10.7-intel-2.7/pandas/lib.o -o build/lib.macosx-10.7-intel-2.7/pandas/lib.so
  957. cythoning pandas/algos.pyx to pandas/algos.c
  958. building 'pandas.algos' extension
  959. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/algos.c -o build/temp.macosx-10.7-intel-2.7/pandas/algos.o
  960. In file included from pandas/algos.c:262:
  961. pandas/src/skiplist.h: In function ‘skiplist_init’:
  962. pandas/src/skiplist.h:118: warning: implicit conversion shortens 64-bit value into a 32-bit value
  963. In file included from pandas/src/klib/khash_python.h:3,
  964. from pandas/algos.c:270:
  965. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  966. pandas/src/klib/khash.h:573: warning: statement with no effect
  967. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  968. pandas/src/klib/khash.h:574: warning: statement with no effect
  969. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  970. pandas/src/klib/khash.h:575: warning: statement with no effect
  971. In file included from pandas/algos.c:270:
  972. pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
  973. pandas/src/klib/khash_python.h:13: warning: statement with no effect
  974. pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
  975. pandas/src/klib/khash_python.h:38: warning: statement with no effect
  976. pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
  977. pandas/src/klib/khash_python.h:44: warning: statement with no effect
  978. pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
  979. pandas/src/klib/khash_python.h:49: warning: statement with no effect
  980. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_64group_labels’:
  981. pandas/algos.c:28231: warning: implicit conversion shortens 64-bit value into a 32-bit value
  982. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_66groupsort_indexer’:
  983. pandas/algos.c:28657: warning: implicit conversion shortens 64-bit value into a 32-bit value
  984. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_68group_add’:
  985. pandas/algos.c:29116: warning: implicit conversion shortens 64-bit value into a 32-bit value
  986. pandas/algos.c:29232: warning: implicit conversion shortens 64-bit value into a 32-bit value
  987. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_70group_prod’:
  988. pandas/algos.c:29798: warning: implicit conversion shortens 64-bit value into a 32-bit value
  989. pandas/algos.c:29914: warning: implicit conversion shortens 64-bit value into a 32-bit value
  990. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_72group_nth’:
  991. pandas/algos.c:30487: warning: implicit conversion shortens 64-bit value into a 32-bit value
  992. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_74group_nth_object’:
  993. pandas/algos.c:31093: warning: implicit conversion shortens 64-bit value into a 32-bit value
  994. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_80group_last’:
  995. pandas/algos.c:33013: warning: implicit conversion shortens 64-bit value into a 32-bit value
  996. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_82group_last_object’:
  997. pandas/algos.c:33593: warning: implicit conversion shortens 64-bit value into a 32-bit value
  998. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_88group_min’:
  999. pandas/algos.c:35479: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1000. pandas/algos.c:35610: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1001. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_90group_max’:
  1002. pandas/algos.c:36223: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1003. pandas/algos.c:36354: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1004. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_92group_mean’:
  1005. pandas/algos.c:36938: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1006. pandas/algos.c:37054: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1007. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_94group_median’:
  1008. pandas/algos.c:37758: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1009. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_96group_var’:
  1010. pandas/algos.c:38560: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1011. pandas/algos.c:38687: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1012. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_112inner_join’:
  1013. pandas/algos.c:45016: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1014. pandas/algos.c:45050: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1015. pandas/algos.c:45069: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1016. pandas/algos.c:45264: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1017. pandas/algos.c:45324: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1018. pandas/algos.c:45336: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1019. pandas/algos.c:45345: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1020. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_114left_outer_join’:
  1021. pandas/algos.c:45903: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1022. pandas/algos.c:45925: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1023. pandas/algos.c:45958: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1024. pandas/algos.c:45977: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1025. pandas/algos.c:46205: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1026. pandas/algos.c:46228: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1027. pandas/algos.c:46288: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1028. pandas/algos.c:46299: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1029. pandas/algos.c:46308: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1030. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_116full_outer_join’:
  1031. pandas/algos.c:47191: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1032. pandas/algos.c:47203: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1033. pandas/algos.c:47491: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1034. pandas/algos.c:47562: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1035. pandas/algos.c:47585: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1036. pandas/algos.c:47645: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1037. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_204take_1d_float64’:
  1038. pandas/algos.c:66031: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1039. pandas/algos.c:66129: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1040. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_206take_1d_object’:
  1041. pandas/algos.c:66532: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1042. pandas/algos.c:66637: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1043. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_208take_1d_int32’:
  1044. pandas/algos.c:67052: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1045. pandas/algos.c:67150: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1046. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_210take_1d_int64’:
  1047. pandas/algos.c:67553: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1048. pandas/algos.c:67651: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1049. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_212take_1d_bool’:
  1050. pandas/algos.c:68054: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1051. pandas/algos.c:68152: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1052. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_244take_2d_axis0_float64’:
  1053. pandas/algos.c:72690: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1054. pandas/algos.c:72788: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1055. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_246take_2d_axis0_object’:
  1056. pandas/algos.c:73214: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1057. pandas/algos.c:73319: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1058. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_248take_2d_axis0_int32’:
  1059. pandas/algos.c:73757: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1060. pandas/algos.c:73855: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1061. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_250take_2d_axis0_int64’:
  1062. pandas/algos.c:74281: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1063. pandas/algos.c:74379: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1064. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_252take_2d_axis0_bool’:
  1065. pandas/algos.c:74805: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1066. pandas/algos.c:74903: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1067. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_254take_2d_axis1_float64’:
  1068. pandas/algos.c:75330: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1069. pandas/algos.c:75430: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1070. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_256take_2d_axis1_object’:
  1071. pandas/algos.c:75857: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1072. pandas/algos.c:75964: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1073. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_258take_2d_axis1_int32’:
  1074. pandas/algos.c:76403: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1075. pandas/algos.c:76503: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1076. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_260take_2d_axis1_int64’:
  1077. pandas/algos.c:76930: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1078. pandas/algos.c:77030: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1079. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_262take_2d_axis1_bool’:
  1080. pandas/algos.c:77457: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1081. pandas/algos.c:77557: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1082. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_264take_2d_multi_float64’:
  1083. pandas/algos.c:78011: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1084. pandas/algos.c:78141: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1085. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_266take_2d_multi_object’:
  1086. pandas/algos.c:78625: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1087. pandas/algos.c:78762: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1088. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_268take_2d_multi_int32’:
  1089. pandas/algos.c:79262: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1090. pandas/algos.c:79392: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1091. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_270take_2d_multi_int64’:
  1092. pandas/algos.c:79875: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1093. pandas/algos.c:80005: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1094. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_272take_2d_multi_bool’:
  1095. pandas/algos.c:80489: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1096. pandas/algos.c:80619: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1097. pandas/algos.c: In function ‘__pyx_f_8datetime__dts_to_pydatetime’:
  1098. pandas/algos.c:98430: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1099. In file included from pandas/algos.c:262:
  1100. pandas/src/skiplist.h: In function ‘skiplist_init’:
  1101. pandas/src/skiplist.h:118: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1102. In file included from pandas/src/klib/khash_python.h:3,
  1103. from pandas/algos.c:270:
  1104. pandas/src/klib/khash.h: In function ‘kh_resize_str’:
  1105. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1106. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1107. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1108. pandas/src/klib/khash.h: In function ‘kh_put_str’:
  1109. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1110. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1111. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  1112. pandas/src/klib/khash.h:573: warning: statement with no effect
  1113. pandas/src/klib/khash.h: In function ‘kh_resize_int32’:
  1114. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1115. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1116. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1117. pandas/src/klib/khash.h: In function ‘kh_put_int32’:
  1118. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1119. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1120. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  1121. pandas/src/klib/khash.h:574: warning: statement with no effect
  1122. pandas/src/klib/khash.h: In function ‘kh_resize_int64’:
  1123. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1124. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1125. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1126. pandas/src/klib/khash.h: In function ‘kh_put_int64’:
  1127. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1128. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1129. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  1130. pandas/src/klib/khash.h:575: warning: statement with no effect
  1131. In file included from pandas/algos.c:270:
  1132. pandas/src/klib/khash_python.h: In function ‘kh_get_float64’:
  1133. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1134. pandas/src/klib/khash_python.h: In function ‘kh_resize_float64’:
  1135. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1136. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1137. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1138. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1139. pandas/src/klib/khash_python.h: In function ‘kh_put_float64’:
  1140. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1141. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1142. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1143. pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
  1144. pandas/src/klib/khash_python.h:13: warning: statement with no effect
  1145. pandas/src/klib/khash_python.h: In function ‘kh_get_pymap’:
  1146. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1147. pandas/src/klib/khash_python.h: In function ‘kh_resize_pymap’:
  1148. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1149. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1150. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1151. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1152. pandas/src/klib/khash_python.h: In function ‘kh_put_pymap’:
  1153. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1154. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1155. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1156. pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
  1157. pandas/src/klib/khash_python.h:38: warning: statement with no effect
  1158. pandas/src/klib/khash_python.h: In function ‘kh_get_pyset’:
  1159. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1160. pandas/src/klib/khash_python.h: In function ‘kh_resize_pyset’:
  1161. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1162. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1163. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1164. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1165. pandas/src/klib/khash_python.h: In function ‘kh_put_pyset’:
  1166. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1167. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1168. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1169. pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
  1170. pandas/src/klib/khash_python.h:44: warning: statement with no effect
  1171. pandas/src/klib/khash_python.h: In function ‘kh_resize_strbox’:
  1172. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1173. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1174. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1175. pandas/src/klib/khash_python.h: In function ‘kh_put_strbox’:
  1176. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1177. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1178. pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
  1179. pandas/src/klib/khash_python.h:49: warning: statement with no effect
  1180. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_22median’:
  1181. pandas/algos.c:16123: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1182. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_28roll_sum’:
  1183. pandas/algos.c:16965: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1184. pandas/algos.c:17062: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1185. pandas/algos.c:17112: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1186. pandas/algos.c:17142: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1187. pandas/algos.c:17202: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1188. pandas/algos.c:17265: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1189. pandas/algos.c:17287: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1190. pandas/algos.c: In function ‘__pyx_f_6pandas_5algos__roll_skiplist_op’:
  1191. pandas/algos.c:21896: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1192. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_42roll_median_c’:
  1193. pandas/algos.c:22419: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1194. pandas/algos.c:22431: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1195. pandas/algos.c:22431: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1196. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_46roll_max2’:
  1197. pandas/algos.c:23091: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1198. pandas/algos.c:23359: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1199. pandas/algos.c:23463: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1200. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_52roll_min2’:
  1201. pandas/algos.c:24171: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1202. pandas/algos.c:24473: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1203. pandas/algos.c:24577: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1204. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_56roll_generic’:
  1205. pandas/algos.c:25831: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1206. pandas/algos.c:25861: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1207. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_94group_median’:
  1208. pandas/algos.c:37782: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1209. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_144pad_float64’:
  1210. pandas/algos.c:50964: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1211. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_146pad_object’:
  1212. pandas/algos.c:51677: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1213. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_148pad_int32’:
  1214. pandas/algos.c:52435: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1215. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_150pad_int64’:
  1216. pandas/algos.c:53149: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1217. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_152pad_bool’:
  1218. pandas/algos.c:53863: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1219. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_154backfill_float64’:
  1220. pandas/algos.c:54578: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1221. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_156backfill_object’:
  1222. pandas/algos.c:55307: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1223. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_158backfill_int32’:
  1224. pandas/algos.c:56086: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1225. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_160backfill_int64’:
  1226. pandas/algos.c:56816: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1227. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_162backfill_bool’:
  1228. pandas/algos.c:57546: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1229. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_164pad_inplace_float64’:
  1230. pandas/algos.c:58168: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1231. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_166pad_inplace_object’:
  1232. pandas/algos.c:58506: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1233. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_168pad_inplace_int32’:
  1234. pandas/algos.c:58855: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1235. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_170pad_inplace_int64’:
  1236. pandas/algos.c:59192: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1237. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_172pad_inplace_bool’:
  1238. pandas/algos.c:59529: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1239. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_174backfill_inplace_float64’:
  1240. pandas/algos.c:59865: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1241. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_176backfill_inplace_object’:
  1242. pandas/algos.c:60201: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1243. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_178backfill_inplace_int32’:
  1244. pandas/algos.c:60548: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1245. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_180backfill_inplace_int64’:
  1246. pandas/algos.c:60883: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1247. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_182backfill_inplace_bool’:
  1248. pandas/algos.c:61218: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1249. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_184pad_2d_inplace_float64’:
  1250. pandas/algos.c:61621: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1251. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_186pad_2d_inplace_object’:
  1252. pandas/algos.c:62054: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1253. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_188pad_2d_inplace_int32’:
  1254. pandas/algos.c:62499: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1255. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_190pad_2d_inplace_int64’:
  1256. pandas/algos.c:62931: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1257. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_192pad_2d_inplace_bool’:
  1258. pandas/algos.c:63363: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1259. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_194backfill_2d_inplace_float64’:
  1260. pandas/algos.c:63794: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1261. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_196backfill_2d_inplace_object’:
  1262. pandas/algos.c:64225: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1263. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_198backfill_2d_inplace_int32’:
  1264. pandas/algos.c:64668: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1265. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_200backfill_2d_inplace_int64’:
  1266. pandas/algos.c:65098: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1267. pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_202backfill_2d_inplace_bool’:
  1268. pandas/algos.c:65528: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1269. pandas/algos.c: In function ‘__pyx_f_8datetime__string_to_dts’:
  1270. pandas/algos.c:98243: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1271. pandas/algos.c: In function ‘__pyx_f_8datetime__dts_to_pydatetime’:
  1272. pandas/algos.c:98430: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1273. llvm-gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wl,-F. -arch i386 -arch x86_64 build/temp.macosx-10.7-intel-2.7/pandas/algos.o -o build/lib.macosx-10.7-intel-2.7/pandas/algos.so
  1274. cythoning pandas/src/sparse.pyx to pandas/src/sparse.c
  1275. building 'pandas._sparse' extension
  1276. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/sparse.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/sparse.o
  1277. pandas/src/sparse.c: In function ‘__pyx_pf_6pandas_7_sparse_10BlockIndex_14to_int_index’:
  1278. pandas/src/sparse.c:6663: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1279. pandas/src/sparse.c: In function ‘__pyx_f_6pandas_7_sparse_10BlockUnion__make_merged_blocks’:
  1280. pandas/src/sparse.c:9939: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1281. pandas/src/sparse.c:9958: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1282. pandas/src/sparse.c:9998: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1283. pandas/src/sparse.c:10017: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1284. pandas/src/sparse.c:10048: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1285. pandas/src/sparse.c:10058: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1286. pandas/src/sparse.c:10078: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1287. pandas/src/sparse.c:10110: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1288. pandas/src/sparse.c: In function ‘__pyx_f_6pandas_7_sparse_10BlockUnion__find_next_block_end’:
  1289. pandas/src/sparse.c:10465: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1290. pandas/src/sparse.c:10610: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1291. pandas/src/sparse.c:10624: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1292. pandas/src/sparse.c:10676: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1293. pandas/src/sparse.c:10723: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1294. pandas/src/sparse.c:10791: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1295. pandas/src/sparse.c: In function ‘__pyx_f_6pandas_7_sparse_block_op’:
  1296. pandas/src/sparse.c:12468: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1297. pandas/src/sparse.c:12477: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1298. llvm-gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wl,-F. -arch i386 -arch x86_64 build/temp.macosx-10.7-intel-2.7/pandas/src/sparse.o -lm -o build/lib.macosx-10.7-intel-2.7/pandas/_sparse.so
  1299. cythoning pandas/src/parser.pyx to pandas/src/parser.c
  1300. building 'pandas._parser' extension
  1301. creating build/temp.macosx-10.7-intel-2.7/pandas/src/parser
  1302. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/parser.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/parser.o
  1303. In file included from pandas/src/klib/khash_python.h:3,
  1304. from pandas/src/parser.c:261:
  1305. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  1306. pandas/src/klib/khash.h:573: warning: statement with no effect
  1307. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  1308. pandas/src/klib/khash.h:574: warning: statement with no effect
  1309. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  1310. pandas/src/klib/khash.h:575: warning: statement with no effect
  1311. In file included from pandas/src/parser.c:261:
  1312. pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
  1313. pandas/src/klib/khash_python.h:13: warning: statement with no effect
  1314. pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
  1315. pandas/src/klib/khash_python.h:38: warning: statement with no effect
  1316. pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
  1317. pandas/src/klib/khash_python.h:44: warning: statement with no effect
  1318. pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
  1319. pandas/src/klib/khash_python.h:49: warning: statement with no effect
  1320. In file included from pandas/src/parser.c:263:
  1321. pandas/src/parser/tokenizer.h: At top level:
  1322. pandas/src/parser/tokenizer.h:223: warning: function declaration isn’t a prototype
  1323. /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:227: warning: ‘_import_umath’ defined but not used
  1324. pandas/src/parser.c:16564: warning: ‘__pyx_f_6pandas_7_parser__get_na_mask’ defined but not used
  1325. In file included from pandas/src/klib/khash_python.h:3,
  1326. from pandas/src/parser.c:261:
  1327. pandas/src/klib/khash.h: In function ‘kh_resize_str’:
  1328. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1329. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1330. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1331. pandas/src/klib/khash.h: In function ‘kh_put_str’:
  1332. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1333. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1334. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  1335. pandas/src/klib/khash.h:573: warning: statement with no effect
  1336. pandas/src/klib/khash.h: In function ‘kh_resize_int32’:
  1337. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1338. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1339. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1340. pandas/src/klib/khash.h: In function ‘kh_put_int32’:
  1341. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1342. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1343. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  1344. pandas/src/klib/khash.h:574: warning: statement with no effect
  1345. pandas/src/klib/khash.h: In function ‘kh_resize_int64’:
  1346. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1347. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1348. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1349. pandas/src/klib/khash.h: In function ‘kh_put_int64’:
  1350. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1351. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1352. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  1353. pandas/src/klib/khash.h:575: warning: statement with no effect
  1354. In file included from pandas/src/parser.c:261:
  1355. pandas/src/klib/khash_python.h: In function ‘kh_get_float64’:
  1356. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1357. pandas/src/klib/khash_python.h: In function ‘kh_resize_float64’:
  1358. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1359. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1360. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1361. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1362. pandas/src/klib/khash_python.h: In function ‘kh_put_float64’:
  1363. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1364. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1365. pandas/src/klib/khash_python.h:13: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1366. pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
  1367. pandas/src/klib/khash_python.h:13: warning: statement with no effect
  1368. pandas/src/klib/khash_python.h: In function ‘kh_get_pymap’:
  1369. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1370. pandas/src/klib/khash_python.h: In function ‘kh_resize_pymap’:
  1371. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1372. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1373. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1374. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1375. pandas/src/klib/khash_python.h: In function ‘kh_put_pymap’:
  1376. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1377. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1378. pandas/src/klib/khash_python.h:38: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1379. pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
  1380. pandas/src/klib/khash_python.h:38: warning: statement with no effect
  1381. pandas/src/klib/khash_python.h: In function ‘kh_get_pyset’:
  1382. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1383. pandas/src/klib/khash_python.h: In function ‘kh_resize_pyset’:
  1384. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1385. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1386. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1387. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1388. pandas/src/klib/khash_python.h: In function ‘kh_put_pyset’:
  1389. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1390. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1391. pandas/src/klib/khash_python.h:44: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1392. pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
  1393. pandas/src/klib/khash_python.h:44: warning: statement with no effect
  1394. pandas/src/klib/khash_python.h: In function ‘kh_resize_strbox’:
  1395. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1396. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1397. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1398. pandas/src/klib/khash_python.h: In function ‘kh_put_strbox’:
  1399. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1400. pandas/src/klib/khash_python.h:49: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1401. pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
  1402. pandas/src/klib/khash_python.h:49: warning: statement with no effect
  1403. In file included from pandas/src/parser.c:263:
  1404. pandas/src/parser/tokenizer.h: At top level:
  1405. pandas/src/parser/tokenizer.h:223: warning: function declaration isn’t a prototype
  1406. pandas/src/parser.c: In function ‘__pyx_f_6pandas_7_parser_10TextReader__get_header’:
  1407. pandas/src/parser.c:5716: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1408. pandas/src/parser.c:5765: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1409. pandas/src/parser.c: In function ‘__pyx_pf_6pandas_7_parser_10TextReader_16_convert_column_data’:
  1410. pandas/src/parser.c:7881: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1411. pandas/src/parser.c: In function ‘__pyx_f_6pandas_7_parser_10TextReader__convert_with_dtype’:
  1412. pandas/src/parser.c:8918: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1413. pandas/src/parser.c:9100: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1414. pandas/src/parser.c:9292: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1415. pandas/src/parser.c:9384: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1416. pandas/src/parser.c:9542: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1417. pandas/src/parser.c: In function ‘__pyx_f_6pandas_7_parser_10TextReader__string_convert’:
  1418. pandas/src/parser.c:9743: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1419. pandas/src/parser.c:9768: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1420. pandas/src/parser.c:9795: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1421. pandas/src/parser.c:9847: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1422. pandas/src/parser.c:9872: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1423. pandas/src/parser.c:9899: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1424. pandas/src/parser.c: In function ‘__pyx_pf_6pandas_7_parser_12_to_structured_array’:
  1425. pandas/src/parser.c:19720: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1426. pandas/src/parser.c:19844: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1427. pandas/src/parser.c: At top level:
  1428. /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:227: warning: ‘_import_umath’ defined but not used
  1429. pandas/src/parser.c:16564: warning: ‘__pyx_f_6pandas_7_parser__get_na_mask’ defined but not used
  1430. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/parser/tokenizer.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/parser/tokenizer.o
  1431. In file included from pandas/src/parser/tokenizer.h:35,
  1432. from pandas/src/parser/tokenizer.c:20:
  1433. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  1434. pandas/src/klib/khash.h:573: warning: statement with no effect
  1435. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  1436. pandas/src/klib/khash.h:574: warning: statement with no effect
  1437. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  1438. pandas/src/klib/khash.h:575: warning: statement with no effect
  1439. In file included from pandas/src/parser/tokenizer.c:20:
  1440. pandas/src/parser/tokenizer.h: At top level:
  1441. pandas/src/parser/tokenizer.h:223: warning: function declaration isn’t a prototype
  1442. pandas/src/parser/tokenizer.c:165: warning: function declaration isn’t a prototype
  1443. pandas/src/parser/tokenizer.c: In function ‘parser_buffer_bytes’:
  1444. pandas/src/parser/tokenizer.c:548: warning: unused variable ‘src’
  1445. pandas/src/parser/tokenizer.c: In function ‘to_longlong_thousands’:
  1446. pandas/src/parser/tokenizer.c:1694: warning: unused variable ‘p_end’
  1447. pandas/src/parser/tokenizer.c: In function ‘str_to_int64’:
  1448. pandas/src/parser/tokenizer.c:2012: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1449. pandas/src/parser/tokenizer.c:2055: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1450. pandas/src/parser/tokenizer.c: In function ‘str_to_uint64’:
  1451. pandas/src/parser/tokenizer.c:2145: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1452. In file included from pandas/src/parser/tokenizer.h:35,
  1453. from pandas/src/parser/tokenizer.c:20:
  1454. pandas/src/klib/khash.h: In function ‘kh_resize_str’:
  1455. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1456. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1457. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1458. pandas/src/klib/khash.h: In function ‘kh_put_str’:
  1459. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1460. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1461. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  1462. pandas/src/klib/khash.h:573: warning: statement with no effect
  1463. pandas/src/klib/khash.h: In function ‘kh_resize_int32’:
  1464. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1465. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1466. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1467. pandas/src/klib/khash.h: In function ‘kh_put_int32’:
  1468. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1469. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1470. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  1471. pandas/src/klib/khash.h:574: warning: statement with no effect
  1472. pandas/src/klib/khash.h: In function ‘kh_resize_int64’:
  1473. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1474. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1475. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1476. pandas/src/klib/khash.h: In function ‘kh_put_int64’:
  1477. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1478. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1479. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  1480. pandas/src/klib/khash.h:575: warning: statement with no effect
  1481. In file included from pandas/src/parser/tokenizer.c:20:
  1482. pandas/src/parser/tokenizer.h: At top level:
  1483. pandas/src/parser/tokenizer.h:223: warning: function declaration isn’t a prototype
  1484. pandas/src/parser/tokenizer.c:165: warning: function declaration isn’t a prototype
  1485. pandas/src/parser/tokenizer.c: In function ‘make_stream_space’:
  1486. pandas/src/parser/tokenizer.c:296: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1487. pandas/src/parser/tokenizer.c:324: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1488. pandas/src/parser/tokenizer.c:357: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1489. pandas/src/parser/tokenizer.c: In function ‘append_warning’:
  1490. pandas/src/parser/tokenizer.c:415: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1491. pandas/src/parser/tokenizer.c:421: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1492. pandas/src/parser/tokenizer.c: In function ‘parser_buffer_bytes’:
  1493. pandas/src/parser/tokenizer.c:553: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1494. pandas/src/parser/tokenizer.c:548: warning: unused variable ‘src’
  1495. pandas/src/parser/tokenizer.c: In function ‘parser_consume_rows’:
  1496. pandas/src/parser/tokenizer.c:1381: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1497. pandas/src/parser/tokenizer.c:1415: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1498. pandas/src/parser/tokenizer.c:1423: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1499. pandas/src/parser/tokenizer.c: In function ‘parser_trim_buffers’:
  1500. pandas/src/parser/tokenizer.c:1445: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1501. pandas/src/parser/tokenizer.c:1455: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1502. pandas/src/parser/tokenizer.c:1465: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1503. pandas/src/parser/tokenizer.c: In function ‘to_longlong_thousands’:
  1504. pandas/src/parser/tokenizer.c:1692: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1505. pandas/src/parser/tokenizer.c:1694: warning: unused variable ‘p_end’
  1506. pandas/src/parser/tokenizer.c: In function ‘str_to_int64’:
  1507. pandas/src/parser/tokenizer.c:2012: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1508. pandas/src/parser/tokenizer.c:2055: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1509. pandas/src/parser/tokenizer.c: In function ‘str_to_uint64’:
  1510. pandas/src/parser/tokenizer.c:2145: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1511. llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/numpy/core/include -Ipandas/src/klib -Ipandas/src -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/parser/io.c -o build/temp.macosx-10.7-intel-2.7/pandas/src/parser/io.o
  1512. In file included from pandas/src/parser/tokenizer.h:35,
  1513. from pandas/src/parser/io.h:2,
  1514. from pandas/src/parser/io.c:1:
  1515. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  1516. pandas/src/klib/khash.h:573: warning: statement with no effect
  1517. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  1518. pandas/src/klib/khash.h:574: warning: statement with no effect
  1519. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  1520. pandas/src/klib/khash.h:575: warning: statement with no effect
  1521. In file included from pandas/src/parser/io.h:2,
  1522. from pandas/src/parser/io.c:1:
  1523. pandas/src/parser/tokenizer.h: At top level:
  1524. pandas/src/parser/tokenizer.h:223: warning: function declaration isn’t a prototype
  1525. pandas/src/parser/io.c: In function ‘new_mmap’:
  1526. pandas/src/parser/io.c:204: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1527. pandas/src/parser/io.c: In function ‘del_mmap’:
  1528. pandas/src/parser/io.c:218: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1529. pandas/src/parser/io.c: In function ‘buffer_mmap_bytes’:
  1530. pandas/src/parser/io.c:249: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1531. In file included from pandas/src/parser/tokenizer.h:35,
  1532. from pandas/src/parser/io.h:2,
  1533. from pandas/src/parser/io.c:1:
  1534. pandas/src/klib/khash.h: In function ‘kh_resize_str’:
  1535. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1536. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1537. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1538. pandas/src/klib/khash.h: In function ‘kh_put_str’:
  1539. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1540. pandas/src/klib/khash.h:573: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1541. pandas/src/klib/khash.h: In function ‘kh_del_str’:
  1542. pandas/src/klib/khash.h:573: warning: statement with no effect
  1543. pandas/src/klib/khash.h: In function ‘kh_resize_int32’:
  1544. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1545. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1546. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1547. pandas/src/klib/khash.h: In function ‘kh_put_int32’:
  1548. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1549. pandas/src/klib/khash.h:574: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1550. pandas/src/klib/khash.h: In function ‘kh_del_int32’:
  1551. pandas/src/klib/khash.h:574: warning: statement with no effect
  1552. pandas/src/klib/khash.h: In function ‘kh_resize_int64’:
  1553. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1554. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1555. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1556. pandas/src/klib/khash.h: In function ‘kh_put_int64’:
  1557. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1558. pandas/src/klib/khash.h:575: warning: implicit conversion shortens 64-bit value into a 32-bit value
  1559. pandas/src/klib/khash.h: In function ‘kh_del_int64’:
  1560. pandas/src/klib/khash.h:575: warning: statement with no effect
  1561. In file included from pandas/src/parser/io.h:2,
  1562. from pandas/src/parser/io.c:1:
  1563. pandas/src/parser/tokenizer.h: At top level:
  1564. pandas/src/parser/tokenizer.h:223: warning: function declaration isn’t a prototype
  1565. llvm-gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wl,-F. -arch i386 -arch x86_64 build/temp.macosx-10.7-intel-2.7/pandas/src/parser.o build/temp.macosx-10.7-intel-2.7/pandas/src/parser/tokenizer.o build/temp.macosx-10.7-intel-2.7/pandas/src/parser/io.o -o build/lib.macosx-10.7-intel-2.7/pandas/_parser.so
  1566. creating build/bdist.macosx-10.7-intel
  1567. creating build/bdist.macosx-10.7-intel/egg
  1568. creating build/bdist.macosx-10.7-intel/egg/pandas
  1569. copying build/lib.macosx-10.7-intel-2.7/pandas/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas
  1570. copying build/lib.macosx-10.7-intel-2.7/pandas/_parser.so -> build/bdist.macosx-10.7-intel/egg/pandas
  1571. copying build/lib.macosx-10.7-intel-2.7/pandas/_sparse.so -> build/bdist.macosx-10.7-intel/egg/pandas
  1572. copying build/lib.macosx-10.7-intel-2.7/pandas/algos.so -> build/bdist.macosx-10.7-intel/egg/pandas
  1573. creating build/bdist.macosx-10.7-intel/egg/pandas/compat
  1574. copying build/lib.macosx-10.7-intel-2.7/pandas/compat/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/compat
  1575. copying build/lib.macosx-10.7-intel-2.7/pandas/compat/scipy.py -> build/bdist.macosx-10.7-intel/egg/pandas/compat
  1576. creating build/bdist.macosx-10.7-intel/egg/pandas/core
  1577. copying build/lib.macosx-10.7-intel-2.7/pandas/core/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1578. copying build/lib.macosx-10.7-intel-2.7/pandas/core/algorithms.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1579. copying build/lib.macosx-10.7-intel-2.7/pandas/core/api.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1580. copying build/lib.macosx-10.7-intel-2.7/pandas/core/categorical.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1581. copying build/lib.macosx-10.7-intel-2.7/pandas/core/common.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1582. copying build/lib.macosx-10.7-intel-2.7/pandas/core/config.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1583. copying build/lib.macosx-10.7-intel-2.7/pandas/core/config_init.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1584. copying build/lib.macosx-10.7-intel-2.7/pandas/core/daterange.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1585. copying build/lib.macosx-10.7-intel-2.7/pandas/core/datetools.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1586. copying build/lib.macosx-10.7-intel-2.7/pandas/core/format.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1587. copying build/lib.macosx-10.7-intel-2.7/pandas/core/frame.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1588. copying build/lib.macosx-10.7-intel-2.7/pandas/core/generic.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1589. copying build/lib.macosx-10.7-intel-2.7/pandas/core/groupby.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1590. copying build/lib.macosx-10.7-intel-2.7/pandas/core/index.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1591. copying build/lib.macosx-10.7-intel-2.7/pandas/core/indexing.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1592. copying build/lib.macosx-10.7-intel-2.7/pandas/core/internals.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1593. copying build/lib.macosx-10.7-intel-2.7/pandas/core/matrix.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1594. copying build/lib.macosx-10.7-intel-2.7/pandas/core/nanops.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1595. copying build/lib.macosx-10.7-intel-2.7/pandas/core/panel.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1596. copying build/lib.macosx-10.7-intel-2.7/pandas/core/panel4d.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1597. copying build/lib.macosx-10.7-intel-2.7/pandas/core/panelnd.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1598. copying build/lib.macosx-10.7-intel-2.7/pandas/core/reshape.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1599. copying build/lib.macosx-10.7-intel-2.7/pandas/core/series.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1600. copying build/lib.macosx-10.7-intel-2.7/pandas/core/sparse.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1601. copying build/lib.macosx-10.7-intel-2.7/pandas/core/strings.py -> build/bdist.macosx-10.7-intel/egg/pandas/core
  1602. copying build/lib.macosx-10.7-intel-2.7/pandas/hashtable.so -> build/bdist.macosx-10.7-intel/egg/pandas
  1603. copying build/lib.macosx-10.7-intel-2.7/pandas/index.so -> build/bdist.macosx-10.7-intel/egg/pandas
  1604. copying build/lib.macosx-10.7-intel-2.7/pandas/info.py -> build/bdist.macosx-10.7-intel/egg/pandas
  1605. creating build/bdist.macosx-10.7-intel/egg/pandas/io
  1606. copying build/lib.macosx-10.7-intel-2.7/pandas/io/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/io
  1607. copying build/lib.macosx-10.7-intel-2.7/pandas/io/auth.py -> build/bdist.macosx-10.7-intel/egg/pandas/io
  1608. copying build/lib.macosx-10.7-intel-2.7/pandas/io/data.py -> build/bdist.macosx-10.7-intel/egg/pandas/io
  1609. copying build/lib.macosx-10.7-intel-2.7/pandas/io/date_converters.py -> build/bdist.macosx-10.7-intel/egg/pandas/io
  1610. copying build/lib.macosx-10.7-intel-2.7/pandas/io/ga.py -> build/bdist.macosx-10.7-intel/egg/pandas/io
  1611. copying build/lib.macosx-10.7-intel-2.7/pandas/io/parsers.py -> build/bdist.macosx-10.7-intel/egg/pandas/io
  1612. copying build/lib.macosx-10.7-intel-2.7/pandas/io/pytables.py -> build/bdist.macosx-10.7-intel/egg/pandas/io
  1613. copying build/lib.macosx-10.7-intel-2.7/pandas/io/sql.py -> build/bdist.macosx-10.7-intel/egg/pandas/io
  1614. creating build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1615. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1616. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/legacy.h5 -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1617. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/legacy_0.10.h5 -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1618. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/legacy_table.h5 -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1619. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/pytables_native.h5 -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1620. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/pytables_native2.h5 -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1621. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/salary.table -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1622. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test.xls -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1623. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test.xlsx -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1624. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test1.csv -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1625. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test2.csv -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1626. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test2.xls -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1627. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test3.xls -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1628. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test_cparser.py -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1629. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test_date_converters.py -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1630. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test_excel.py -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1631. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test_ga.py -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1632. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test_parsers.py -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1633. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test_pytables.py -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1634. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test_sql.py -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1635. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test_wb.py -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1636. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/test_yahoo.py -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1637. copying build/lib.macosx-10.7-intel-2.7/pandas/io/tests/utf16_ex.txt -> build/bdist.macosx-10.7-intel/egg/pandas/io/tests
  1638. copying build/lib.macosx-10.7-intel-2.7/pandas/io/wb.py -> build/bdist.macosx-10.7-intel/egg/pandas/io
  1639. copying build/lib.macosx-10.7-intel-2.7/pandas/lib.so -> build/bdist.macosx-10.7-intel/egg/pandas
  1640. creating build/bdist.macosx-10.7-intel/egg/pandas/rpy
  1641. copying build/lib.macosx-10.7-intel-2.7/pandas/rpy/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/rpy
  1642. copying build/lib.macosx-10.7-intel-2.7/pandas/rpy/base.py -> build/bdist.macosx-10.7-intel/egg/pandas/rpy
  1643. copying build/lib.macosx-10.7-intel-2.7/pandas/rpy/common.py -> build/bdist.macosx-10.7-intel/egg/pandas/rpy
  1644. copying build/lib.macosx-10.7-intel-2.7/pandas/rpy/mass.py -> build/bdist.macosx-10.7-intel/egg/pandas/rpy
  1645. copying build/lib.macosx-10.7-intel-2.7/pandas/rpy/vars.py -> build/bdist.macosx-10.7-intel/egg/pandas/rpy
  1646. creating build/bdist.macosx-10.7-intel/egg/pandas/sandbox
  1647. copying build/lib.macosx-10.7-intel-2.7/pandas/sandbox/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/sandbox
  1648. copying build/lib.macosx-10.7-intel-2.7/pandas/sandbox/qtpandas.py -> build/bdist.macosx-10.7-intel/egg/pandas/sandbox
  1649. creating build/bdist.macosx-10.7-intel/egg/pandas/sparse
  1650. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse
  1651. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/api.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse
  1652. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/array.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse
  1653. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/frame.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse
  1654. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/list.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse
  1655. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/panel.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse
  1656. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/series.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse
  1657. creating build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests
  1658. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests
  1659. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests/test_array.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests
  1660. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests/test_libsparse.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests
  1661. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests/test_list.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests
  1662. copying build/lib.macosx-10.7-intel-2.7/pandas/sparse/tests/test_sparse.py -> build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests
  1663. creating build/bdist.macosx-10.7-intel/egg/pandas/stats
  1664. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1665. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/api.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1666. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/common.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1667. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/fama_macbeth.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1668. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/interface.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1669. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/math.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1670. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/misc.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1671. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/moments.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1672. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/ols.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1673. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/plm.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1674. creating build/bdist.macosx-10.7-intel/egg/pandas/stats/tests
  1675. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/tests/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats/tests
  1676. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/tests/common.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats/tests
  1677. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/tests/test_fama_macbeth.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats/tests
  1678. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/tests/test_math.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats/tests
  1679. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/tests/test_moments.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats/tests
  1680. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/tests/test_ols.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats/tests
  1681. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/tests/test_var.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats/tests
  1682. copying build/lib.macosx-10.7-intel-2.7/pandas/stats/var.py -> build/bdist.macosx-10.7-intel/egg/pandas/stats
  1683. creating build/bdist.macosx-10.7-intel/egg/pandas/tests
  1684. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1685. creating build/bdist.macosx-10.7-intel/egg/pandas/tests/data
  1686. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/data/iris.csv -> build/bdist.macosx-10.7-intel/egg/pandas/tests/data
  1687. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/data/mindex_073.pickle -> build/bdist.macosx-10.7-intel/egg/pandas/tests/data
  1688. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/data/multiindex_v1.pickle -> build/bdist.macosx-10.7-intel/egg/pandas/tests/data
  1689. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/data/unicode_series.csv -> build/bdist.macosx-10.7-intel/egg/pandas/tests/data
  1690. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_algos.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1691. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_common.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1692. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_config.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1693. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_factor.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1694. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_format.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1695. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_frame.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1696. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_graphics.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1697. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_groupby.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1698. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_index.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1699. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_internals.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1700. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_multilevel.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1701. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_ndframe.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1702. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_panel.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1703. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_panel4d.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1704. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_panelnd.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1705. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_reshape.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1706. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_series.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1707. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_stats.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1708. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_strings.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1709. copying build/lib.macosx-10.7-intel-2.7/pandas/tests/test_tseries.py -> build/bdist.macosx-10.7-intel/egg/pandas/tests
  1710. creating build/bdist.macosx-10.7-intel/egg/pandas/tools
  1711. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools
  1712. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/describe.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools
  1713. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/merge.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools
  1714. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/pivot.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools
  1715. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/plotting.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools
  1716. creating build/bdist.macosx-10.7-intel/egg/pandas/tools/tests
  1717. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/tests/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools/tests
  1718. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/tests/cut_data.csv -> build/bdist.macosx-10.7-intel/egg/pandas/tools/tests
  1719. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/tests/test_merge.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools/tests
  1720. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/tests/test_pivot.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools/tests
  1721. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/tests/test_tile.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools/tests
  1722. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/tests/test_tools.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools/tests
  1723. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/tile.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools
  1724. copying build/lib.macosx-10.7-intel-2.7/pandas/tools/util.py -> build/bdist.macosx-10.7-intel/egg/pandas/tools
  1725. creating build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1726. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1727. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/api.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1728. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/converter.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1729. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/frequencies.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1730. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/index.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1731. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/interval.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1732. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/offsets.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1733. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/period.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1734. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/plotting.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1735. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/resample.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1736. creating build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1737. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1738. creating build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/data
  1739. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/data/daterange_073.pickle -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/data
  1740. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/data/frame.pickle -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/data
  1741. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/data/series.pickle -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/data
  1742. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/data/series_daterange0.pickle -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/data
  1743. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_converter.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1744. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_cursor.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1745. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_daterange.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1746. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_frequencies.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1747. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_offsets.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1748. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_period.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1749. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_plotting.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1750. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_resample.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1751. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_timeseries.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1752. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_timezones.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1753. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tests/test_util.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests
  1754. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/tools.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1755. copying build/lib.macosx-10.7-intel-2.7/pandas/tseries/util.py -> build/bdist.macosx-10.7-intel/egg/pandas/tseries
  1756. copying build/lib.macosx-10.7-intel-2.7/pandas/tslib.so -> build/bdist.macosx-10.7-intel/egg/pandas
  1757. creating build/bdist.macosx-10.7-intel/egg/pandas/util
  1758. copying build/lib.macosx-10.7-intel-2.7/pandas/util/__init__.py -> build/bdist.macosx-10.7-intel/egg/pandas/util
  1759. copying build/lib.macosx-10.7-intel-2.7/pandas/util/clipboard.py -> build/bdist.macosx-10.7-intel/egg/pandas/util
  1760. copying build/lib.macosx-10.7-intel-2.7/pandas/util/compat.py -> build/bdist.macosx-10.7-intel/egg/pandas/util
  1761. copying build/lib.macosx-10.7-intel-2.7/pandas/util/counter.py -> build/bdist.macosx-10.7-intel/egg/pandas/util
  1762. copying build/lib.macosx-10.7-intel-2.7/pandas/util/decorators.py -> build/bdist.macosx-10.7-intel/egg/pandas/util
  1763. copying build/lib.macosx-10.7-intel-2.7/pandas/util/misc.py -> build/bdist.macosx-10.7-intel/egg/pandas/util
  1764. copying build/lib.macosx-10.7-intel-2.7/pandas/util/py3compat.py -> build/bdist.macosx-10.7-intel/egg/pandas/util
  1765. copying build/lib.macosx-10.7-intel-2.7/pandas/util/terminal.py -> build/bdist.macosx-10.7-intel/egg/pandas/util
  1766. copying build/lib.macosx-10.7-intel-2.7/pandas/util/testing.py -> build/bdist.macosx-10.7-intel/egg/pandas/util
  1767. copying build/lib.macosx-10.7-intel-2.7/pandas/version.py -> build/bdist.macosx-10.7-intel/egg/pandas
  1768. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/__init__.py to __init__.pyc
  1769. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/compat/__init__.py to __init__.pyc
  1770. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/compat/scipy.py to scipy.pyc
  1771. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/__init__.py to __init__.pyc
  1772. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/algorithms.py to algorithms.pyc
  1773. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/api.py to api.pyc
  1774. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/categorical.py to categorical.pyc
  1775. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/common.py to common.pyc
  1776. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/config.py to config.pyc
  1777. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/config_init.py to config_init.pyc
  1778. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/daterange.py to daterange.pyc
  1779. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/datetools.py to datetools.pyc
  1780. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/format.py to format.pyc
  1781. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/frame.py to frame.pyc
  1782. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/generic.py to generic.pyc
  1783. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/groupby.py to groupby.pyc
  1784. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/index.py to index.pyc
  1785. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/indexing.py to indexing.pyc
  1786. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/internals.py to internals.pyc
  1787. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/matrix.py to matrix.pyc
  1788. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/nanops.py to nanops.pyc
  1789. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/panel.py to panel.pyc
  1790. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/panel4d.py to panel4d.pyc
  1791. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/panelnd.py to panelnd.pyc
  1792. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/reshape.py to reshape.pyc
  1793. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/series.py to series.pyc
  1794. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/sparse.py to sparse.pyc
  1795. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/core/strings.py to strings.pyc
  1796. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/info.py to info.pyc
  1797. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/__init__.py to __init__.pyc
  1798. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/auth.py to auth.pyc
  1799. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/data.py to data.pyc
  1800. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/date_converters.py to date_converters.pyc
  1801. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/ga.py to ga.pyc
  1802. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/parsers.py to parsers.pyc
  1803. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/pytables.py to pytables.pyc
  1804. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/sql.py to sql.pyc
  1805. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/tests/__init__.py to __init__.pyc
  1806. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/tests/test_cparser.py to test_cparser.pyc
  1807. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/tests/test_date_converters.py to test_date_converters.pyc
  1808. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/tests/test_excel.py to test_excel.pyc
  1809. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/tests/test_ga.py to test_ga.pyc
  1810. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/tests/test_parsers.py to test_parsers.pyc
  1811. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/tests/test_pytables.py to test_pytables.pyc
  1812. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/tests/test_sql.py to test_sql.pyc
  1813. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/tests/test_wb.py to test_wb.pyc
  1814. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/tests/test_yahoo.py to test_yahoo.pyc
  1815. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/io/wb.py to wb.pyc
  1816. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/rpy/__init__.py to __init__.pyc
  1817. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/rpy/base.py to base.pyc
  1818. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/rpy/common.py to common.pyc
  1819. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/rpy/mass.py to mass.pyc
  1820. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/rpy/vars.py to vars.pyc
  1821. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sandbox/__init__.py to __init__.pyc
  1822. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sandbox/qtpandas.py to qtpandas.pyc
  1823. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/__init__.py to __init__.pyc
  1824. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/api.py to api.pyc
  1825. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/array.py to array.pyc
  1826. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/frame.py to frame.pyc
  1827. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/list.py to list.pyc
  1828. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/panel.py to panel.pyc
  1829. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/series.py to series.pyc
  1830. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests/__init__.py to __init__.pyc
  1831. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests/test_array.py to test_array.pyc
  1832. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests/test_libsparse.py to test_libsparse.pyc
  1833. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests/test_list.py to test_list.pyc
  1834. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/sparse/tests/test_sparse.py to test_sparse.pyc
  1835. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/__init__.py to __init__.pyc
  1836. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/api.py to api.pyc
  1837. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/common.py to common.pyc
  1838. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/fama_macbeth.py to fama_macbeth.pyc
  1839. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/interface.py to interface.pyc
  1840. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/math.py to math.pyc
  1841. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/misc.py to misc.pyc
  1842. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/moments.py to moments.pyc
  1843. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/ols.py to ols.pyc
  1844. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/plm.py to plm.pyc
  1845. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/tests/__init__.py to __init__.pyc
  1846. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/tests/common.py to common.pyc
  1847. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/tests/test_fama_macbeth.py to test_fama_macbeth.pyc
  1848. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/tests/test_math.py to test_math.pyc
  1849. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/tests/test_moments.py to test_moments.pyc
  1850. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/tests/test_ols.py to test_ols.pyc
  1851. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/tests/test_var.py to test_var.pyc
  1852. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/stats/var.py to var.pyc
  1853. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/__init__.py to __init__.pyc
  1854. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_algos.py to test_algos.pyc
  1855. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_common.py to test_common.pyc
  1856. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_config.py to test_config.pyc
  1857. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_factor.py to test_factor.pyc
  1858. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_format.py to test_format.pyc
  1859. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_frame.py to test_frame.pyc
  1860. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_graphics.py to test_graphics.pyc
  1861. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_groupby.py to test_groupby.pyc
  1862. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_index.py to test_index.pyc
  1863. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_internals.py to test_internals.pyc
  1864. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_multilevel.py to test_multilevel.pyc
  1865. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_ndframe.py to test_ndframe.pyc
  1866. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_panel.py to test_panel.pyc
  1867. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_panel4d.py to test_panel4d.pyc
  1868. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_panelnd.py to test_panelnd.pyc
  1869. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_reshape.py to test_reshape.pyc
  1870. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_series.py to test_series.pyc
  1871. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_stats.py to test_stats.pyc
  1872. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_strings.py to test_strings.pyc
  1873. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tests/test_tseries.py to test_tseries.pyc
  1874. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/__init__.py to __init__.pyc
  1875. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/describe.py to describe.pyc
  1876. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/merge.py to merge.pyc
  1877. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/pivot.py to pivot.pyc
  1878. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/plotting.py to plotting.pyc
  1879. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/tests/__init__.py to __init__.pyc
  1880. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/tests/test_merge.py to test_merge.pyc
  1881. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/tests/test_pivot.py to test_pivot.pyc
  1882. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/tests/test_tile.py to test_tile.pyc
  1883. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/tests/test_tools.py to test_tools.pyc
  1884. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/tile.py to tile.pyc
  1885. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tools/util.py to util.pyc
  1886. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/__init__.py to __init__.pyc
  1887. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/api.py to api.pyc
  1888. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/converter.py to converter.pyc
  1889. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/frequencies.py to frequencies.pyc
  1890. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/index.py to index.pyc
  1891. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/interval.py to interval.pyc
  1892. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/offsets.py to offsets.pyc
  1893. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/period.py to period.pyc
  1894. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/plotting.py to plotting.pyc
  1895. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/resample.py to resample.pyc
  1896. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/__init__.py to __init__.pyc
  1897. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_converter.py to test_converter.pyc
  1898. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_cursor.py to test_cursor.pyc
  1899. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_daterange.py to test_daterange.pyc
  1900. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_frequencies.py to test_frequencies.pyc
  1901. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_offsets.py to test_offsets.pyc
  1902. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_period.py to test_period.pyc
  1903. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_plotting.py to test_plotting.pyc
  1904. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_resample.py to test_resample.pyc
  1905. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_timeseries.py to test_timeseries.pyc
  1906. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_timezones.py to test_timezones.pyc
  1907. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tests/test_util.py to test_util.pyc
  1908. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/tools.py to tools.pyc
  1909. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tseries/util.py to util.pyc
  1910. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/util/__init__.py to __init__.pyc
  1911. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/util/clipboard.py to clipboard.pyc
  1912. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/util/compat.py to compat.pyc
  1913. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/util/counter.py to counter.pyc
  1914. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/util/decorators.py to decorators.pyc
  1915. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/util/misc.py to misc.pyc
  1916. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/util/py3compat.py to py3compat.pyc
  1917. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/util/terminal.py to terminal.pyc
  1918. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/util/testing.py to testing.pyc
  1919. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/version.py to version.pyc
  1920. creating stub loader for pandas/index.so
  1921. creating stub loader for pandas/tslib.so
  1922. creating stub loader for pandas/hashtable.so
  1923. creating stub loader for pandas/lib.so
  1924. creating stub loader for pandas/algos.so
  1925. creating stub loader for pandas/_sparse.so
  1926. creating stub loader for pandas/_parser.so
  1927. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/index.py to index.pyc
  1928. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/tslib.py to tslib.pyc
  1929. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/hashtable.py to hashtable.pyc
  1930. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/lib.py to lib.pyc
  1931. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/algos.py to algos.pyc
  1932. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/_sparse.py to _sparse.pyc
  1933. byte-compiling build/bdist.macosx-10.7-intel/egg/pandas/_parser.py to _parser.pyc
  1934. creating build/bdist.macosx-10.7-intel/egg/EGG-INFO
  1935. copying pandas.egg-info/PKG-INFO -> build/bdist.macosx-10.7-intel/egg/EGG-INFO
  1936. copying pandas.egg-info/SOURCES.txt -> build/bdist.macosx-10.7-intel/egg/EGG-INFO
  1937. copying pandas.egg-info/dependency_links.txt -> build/bdist.macosx-10.7-intel/egg/EGG-INFO
  1938. copying pandas.egg-info/not-zip-safe -> build/bdist.macosx-10.7-intel/egg/EGG-INFO
  1939. copying pandas.egg-info/requires.txt -> build/bdist.macosx-10.7-intel/egg/EGG-INFO
  1940. copying pandas.egg-info/top_level.txt -> build/bdist.macosx-10.7-intel/egg/EGG-INFO
  1941. writing build/bdist.macosx-10.7-intel/egg/EGG-INFO/native_libs.txt
  1942. creating dist
  1943. creating 'dist/pandas-0.10.1-py2.7-macosx-10.7-intel.egg' and adding 'build/bdist.macosx-10.7-intel/egg' to it
  1944. removing 'build/bdist.macosx-10.7-intel/egg' (and everything under it)
  1945. Processing pandas-0.10.1-py2.7-macosx-10.7-intel.egg
  1946. creating /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/pandas-0.10.1-py2.7-macosx-10.7-intel.egg
  1947. Extracting pandas-0.10.1-py2.7-macosx-10.7-intel.egg to /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages
  1948. Adding pandas 0.10.1 to easy-install.pth file
  1949.  
  1950. Installed /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages/pandas-0.10.1-py2.7-macosx-10.7-intel.egg
  1951. Processing dependencies for pandas==0.10.1
  1952. Searching for numpy==1.6.2
  1953. Best match: numpy 1.6.2
  1954. Adding numpy 1.6.2 to easy-install.pth file
  1955.  
  1956. Using /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages
  1957. Searching for pytz==2012j
  1958. Best match: pytz 2012j
  1959. Adding pytz 2012j to easy-install.pth file
  1960.  
  1961. Using /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages
  1962. Searching for python-dateutil==2.1
  1963. Best match: python-dateutil 2.1
  1964. Adding python-dateutil 2.1 to easy-install.pth file
  1965.  
  1966. Using /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages
  1967. Searching for six==1.2.0
  1968. Best match: six 1.2.0
  1969. Adding six 1.2.0 to easy-install.pth file
  1970.  
  1971. Using /Users/EmilyChen/.virtualenvs/pandas/lib/python2.7/site-packages
  1972. Finished processing dependencies for pandas==0.10.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement