Skip to content

Instantly share code, notes, and snippets.

Created December 12, 2013 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7936900 to your computer and use it in GitHub Desktop.
Save anonymous/7936900 to your computer and use it in GitHub Desktop.
pip install pandas
# pip install pandas
Downloading/unpacking pandas
Downloading pandas-0.12.0.tar.gz (3.2MB): 3.2MB downloaded
Running setup.py egg_info for package pandas
warning: no files found matching 'TODO.rst'
warning: no files found matching 'setupegg.py'
no previously-included directories found matching 'doc/build'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.png' found anywhere in distribution
Downloading/unpacking python-dateutil (from pandas)
Downloading python-dateutil-2.2.tar.gz (259kB): 259kB downloaded
Running setup.py egg_info for package python-dateutil
Downloading/unpacking pytz>=2011k (from pandas)
Downloading pytz-2013.8.tar.bz2 (177kB): 177kB downloaded
Running setup.py egg_info for package pytz
warning: no files found matching '*.pot' under directory 'pytz'
warning: no previously-included files found matching 'test_zdump.py'
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.6.1 in /usr/local/lib/python2.7/dist-packages (from pandas)
Downloading/unpacking six (from python-dateutil->pandas)
Downloading six-1.4.1.tar.gz
Running setup.py egg_info for package six
Installing collected packages: pandas, python-dateutil, pytz, six
Running setup.py install for pandas
building 'pandas.index' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/index.c -o build/temp.linux-x86_64-2.7/pandas/index.o
In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1760:0,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/index.c:314:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
In file included from pandas/src/klib/khash_python.h:3:0,
from pandas/index.c:318:
pandas/src/klib/khash.h: In function ‘kh_del_str’:
pandas/src/klib/khash.h:573:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash.h: In function ‘kh_del_int32’:
pandas/src/klib/khash.h:574:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash.h: In function ‘kh_del_int64’:
pandas/src/klib/khash.h:575:1: warning: statement with no effect [-Wunused-value]
In file included from pandas/index.c:318:0:
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
pandas/src/klib/khash_python.h:13:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
pandas/src/klib/khash_python.h:38:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
pandas/src/klib/khash_python.h:44:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
pandas/src/klib/khash_python.h:49:1: warning: statement with no effect [-Wunused-value]
pandas/index.c: In function ‘__pyx_f_6pandas_5index__bin_search’:
pandas/index.c:7583:13: warning: ‘__pyx_v_mid’ may be used uninitialized in this function [-Wuninitialized]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/src/datetime/np_datetime.o
In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1760:0,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime.c:18:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
/usr/include/python2.7/datetime.h:188:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o
In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1760:0,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime_strings.c:17:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
pandas/src/datetime/np_datetime_strings.c:127:1: warning: ‘get_gmtime’ defined but not used [-Wunused-function]
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/pandas/index.o build/temp.linux-x86_64-2.7/pandas/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/index.so
building 'pandas.algos' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/algos.c -o build/temp.linux-x86_64-2.7/pandas/algos.o
In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1760:0,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/algos.c:314:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
In file included from pandas/src/klib/khash_python.h:3:0,
from pandas/algos.c:328:
pandas/src/klib/khash.h: In function ‘kh_del_str’:
pandas/src/klib/khash.h:573:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash.h: In function ‘kh_del_int32’:
pandas/src/klib/khash.h:574:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash.h: In function ‘kh_del_int64’:
pandas/src/klib/khash.h:575:1: warning: statement with no effect [-Wunused-value]
In file included from pandas/algos.c:328:0:
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
pandas/src/klib/khash_python.h:13:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
pandas/src/klib/khash_python.h:38:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
pandas/src/klib/khash_python.h:44:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
pandas/src/klib/khash_python.h:49:1: warning: statement with no effect [-Wunused-value]
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_54roll_window.isra.253’:
pandas/algos.c:26727:21: warning: ‘__pyx_pybuffernd_tot_wgt.diminfo[0].shape’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:26818:23: warning: ‘__pyx_pybuffernd_tot_wgt.diminfo[0].strides’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_452group_ohlc_float32.isra.74’:
pandas/algos.c:118605:213: warning: ‘__pyx_v_vclose’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:118715:22: warning: ‘__pyx_v_vlow’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:118737:22: warning: ‘__pyx_v_vhigh’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:118572:213: warning: ‘__pyx_v_vopen’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_450group_ohlc_float64.isra.75’:
pandas/algos.c:117789:213: warning: ‘__pyx_v_vclose’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:117899:22: warning: ‘__pyx_v_vlow’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:117921:22: warning: ‘__pyx_v_vhigh’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:117756:213: warning: ‘__pyx_v_vopen’ may be used uninitialized in this function [-Wuninitialized]
gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
error: command 'gcc' failed with exit status 4
Complete output from command /usr/bin/python2.7 -c "import setuptools;__file__='/tmp/pip_build_root/pandas/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-fvXac9-record/install-record.txt --single-version-externally-managed:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/pandas
copying pandas/__init__.py -> build/lib.linux-x86_64-2.7/pandas
copying pandas/info.py -> build/lib.linux-x86_64-2.7/pandas
copying pandas/version.py -> build/lib.linux-x86_64-2.7/pandas
creating build/lib.linux-x86_64-2.7/pandas/compat
copying pandas/compat/__init__.py -> build/lib.linux-x86_64-2.7/pandas/compat
copying pandas/compat/scipy.py -> build/lib.linux-x86_64-2.7/pandas/compat
creating build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/reshape.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/groupby.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/datetools.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/__init__.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/daterange.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/expressions.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/categorical.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/sparse.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/common.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/internals.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/panel4d.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/config.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/generic.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/format.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/indexing.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/array.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/nanops.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/series.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/strings.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/frame.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/index.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/algorithms.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/panelnd.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/api.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/config_init.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/base.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/matrix.py -> build/lib.linux-x86_64-2.7/pandas/core
copying pandas/core/panel.py -> build/lib.linux-x86_64-2.7/pandas/core
creating build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/date_converters.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/auth.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/clipboard.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/sql.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/html.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/common.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/wb.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/ga.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/json.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/data.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/parsers.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/pickle.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/stata.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/api.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/pytables.py -> build/lib.linux-x86_64-2.7/pandas/io
copying pandas/io/excel.py -> build/lib.linux-x86_64-2.7/pandas/io
creating build/lib.linux-x86_64-2.7/pandas/rpy
copying pandas/rpy/__init__.py -> build/lib.linux-x86_64-2.7/pandas/rpy
copying pandas/rpy/common.py -> build/lib.linux-x86_64-2.7/pandas/rpy
copying pandas/rpy/mass.py -> build/lib.linux-x86_64-2.7/pandas/rpy
copying pandas/rpy/vars.py -> build/lib.linux-x86_64-2.7/pandas/rpy
copying pandas/rpy/base.py -> build/lib.linux-x86_64-2.7/pandas/rpy
creating build/lib.linux-x86_64-2.7/pandas/sandbox
copying pandas/sandbox/__init__.py -> build/lib.linux-x86_64-2.7/pandas/sandbox
copying pandas/sandbox/qtpandas.py -> build/lib.linux-x86_64-2.7/pandas/sandbox
creating build/lib.linux-x86_64-2.7/pandas/sparse
copying pandas/sparse/__init__.py -> build/lib.linux-x86_64-2.7/pandas/sparse
copying pandas/sparse/list.py -> build/lib.linux-x86_64-2.7/pandas/sparse
copying pandas/sparse/array.py -> build/lib.linux-x86_64-2.7/pandas/sparse
copying pandas/sparse/series.py -> build/lib.linux-x86_64-2.7/pandas/sparse
copying pandas/sparse/frame.py -> build/lib.linux-x86_64-2.7/pandas/sparse
copying pandas/sparse/api.py -> build/lib.linux-x86_64-2.7/pandas/sparse
copying pandas/sparse/panel.py -> build/lib.linux-x86_64-2.7/pandas/sparse
creating build/lib.linux-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_list.py -> build/lib.linux-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/__init__.py -> build/lib.linux-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_libsparse.py -> build/lib.linux-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_array.py -> build/lib.linux-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_sparse.py -> build/lib.linux-x86_64-2.7/pandas/sparse/tests
creating build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/plm.py -> build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/__init__.py -> build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/fama_macbeth.py -> build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/misc.py -> build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/var.py -> build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/common.py -> build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/math.py -> build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/interface.py -> build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/api.py -> build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/ols.py -> build/lib.linux-x86_64-2.7/pandas/stats
copying pandas/stats/moments.py -> build/lib.linux-x86_64-2.7/pandas/stats
creating build/lib.linux-x86_64-2.7/pandas/util
copying pandas/util/__init__.py -> build/lib.linux-x86_64-2.7/pandas/util
copying pandas/util/decorators.py -> build/lib.linux-x86_64-2.7/pandas/util
copying pandas/util/misc.py -> build/lib.linux-x86_64-2.7/pandas/util
copying pandas/util/clipboard.py -> build/lib.linux-x86_64-2.7/pandas/util
copying pandas/util/compat.py -> build/lib.linux-x86_64-2.7/pandas/util
copying pandas/util/terminal.py -> build/lib.linux-x86_64-2.7/pandas/util
copying pandas/util/testing.py -> build/lib.linux-x86_64-2.7/pandas/util
copying pandas/util/py3compat.py -> build/lib.linux-x86_64-2.7/pandas/util
copying pandas/util/counter.py -> build/lib.linux-x86_64-2.7/pandas/util
creating build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_tseries.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_categorical.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_graphics.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_panel.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_frame.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_panelnd.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_ndframe.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_stats.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_common.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_groupby.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_strings.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_expressions.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_rplot.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_panel4d.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_index.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_tests.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_algos.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_config.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_series.py -> build/lib.linux-x86_64-2.7/pandas/tests
copying pandas/tests/test_multilevel.py -> build/lib.linux-x86_64-2.7/pandas/tests
creating build/lib.linux-x86_64-2.7/pandas/tools
copying pandas/tools/tile.py -> build/lib.linux-x86_64-2.7/pandas/tools
copying pandas/tools/pivot.py -> build/lib.linux-x86_64-2.7/pandas/tools
copying pandas/tools/rplot.py -> build/lib.linux-x86_64-2.7/pandas/tools
copying pandas/tools/describe.py -> build/lib.linux-x86_64-2.7/pandas/tools
copying pandas/tools/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tools
copying pandas/tools/plotting.py -> build/lib.linux-x86_64-2.7/pandas/tools
copying pandas/tools/util.py -> build/lib.linux-x86_64-2.7/pandas/tools
copying pandas/tools/merge.py -> build/lib.linux-x86_64-2.7/pandas/tools
creating build/lib.linux-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_util.py -> build/lib.linux-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_pivot.py -> build/lib.linux-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_tools.py -> build/lib.linux-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_merge.py -> build/lib.linux-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_tile.py -> build/lib.linux-x86_64-2.7/pandas/tools/tests
creating build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/resample.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/period.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/offsets.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/converter.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/interval.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/tools.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/index.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/plotting.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/util.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/frequencies.py -> build/lib.linux-x86_64-2.7/pandas/tseries
copying pandas/tseries/api.py -> build/lib.linux-x86_64-2.7/pandas/tseries
creating build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_util.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_resample.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_offsets.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_cursor.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_converter.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_frequencies.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_daterange.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_plotting.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests
creating build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_wb.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_html.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_stata.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/generate_legacy_pickles.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_data.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_sql.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_pytables.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_parsers.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_excel.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_cparser.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_pickle.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_date_converters.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_json.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_ga.py -> build/lib.linux-x86_64-2.7/pandas/io/tests
creating build/lib.linux-x86_64-2.7/pandas/io/tests/test_json
copying pandas/io/tests/test_json/test_pandas.py -> build/lib.linux-x86_64-2.7/pandas/io/tests/test_json
copying pandas/io/tests/test_json/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/tests/test_json
copying pandas/io/tests/test_json/test_ujson.py -> build/lib.linux-x86_64-2.7/pandas/io/tests/test_json
creating build/lib.linux-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_ols.py -> build/lib.linux-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_math.py -> build/lib.linux-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/__init__.py -> build/lib.linux-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/common.py -> build/lib.linux-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_var.py -> build/lib.linux-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_fama_macbeth.py -> build/lib.linux-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_moments.py -> build/lib.linux-x86_64-2.7/pandas/stats/tests
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/pytables_native.h5 -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy_table_0.11.h5 -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy.h5 -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy_0.10.h5 -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/legacy_table.h5 -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_hdf
copying pandas/io/tests/data/legacy_hdf/pytables_native2.h5 -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_hdf
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1
copying pandas/io/tests/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1
copying pandas/io/tests/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.10.1
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
copying pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_3.3.0.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
copying pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.11.0
copying pandas/io/tests/data/test2.csv -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/unicode_series.csv -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata3.csv -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test1.csv -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/banklist.csv -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata4.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata1.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata2.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/stata3.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/utf16_ex.txt -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test3.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test2.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/test2.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/salary.table -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/valid_markup.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/spam.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
copying pandas/io/tests/data/banklist.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data
creating build/lib.linux-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/mindex_073.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/multiindex_v1.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/unicode_series.csv -> build/lib.linux-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/tips.csv -> build/lib.linux-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/iris.csv -> build/lib.linux-x86_64-2.7/pandas/tests/data
copying pandas/tools/tests/cut_data.csv -> build/lib.linux-x86_64-2.7/pandas/tools/tests
creating build/lib.linux-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/daterange_073.pickle -> build/lib.linux-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/frame.pickle -> build/lib.linux-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/series_daterange0.pickle -> build/lib.linux-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/frame2.pickle -> build/lib.linux-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/series.pickle -> build/lib.linux-x86_64-2.7/pandas/tseries/tests/data
running build_ext
building 'pandas.index' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/pandas
creating build/temp.linux-x86_64-2.7/pandas/src
creating build/temp.linux-x86_64-2.7/pandas/src/datetime
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/index.c -o build/temp.linux-x86_64-2.7/pandas/index.o
In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1760:0,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/index.c:314:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
In file included from pandas/src/klib/khash_python.h:3:0,
from pandas/index.c:318:
pandas/src/klib/khash.h: In function ‘kh_del_str’:
pandas/src/klib/khash.h:573:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash.h: In function ‘kh_del_int32’:
pandas/src/klib/khash.h:574:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash.h: In function ‘kh_del_int64’:
pandas/src/klib/khash.h:575:1: warning: statement with no effect [-Wunused-value]
In file included from pandas/index.c:318:0:
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
pandas/src/klib/khash_python.h:13:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
pandas/src/klib/khash_python.h:38:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
pandas/src/klib/khash_python.h:44:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
pandas/src/klib/khash_python.h:49:1: warning: statement with no effect [-Wunused-value]
pandas/index.c: In function ‘__pyx_f_6pandas_5index__bin_search’:
pandas/index.c:7583:13: warning: ‘__pyx_v_mid’ may be used uninitialized in this function [-Wuninitialized]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/src/datetime/np_datetime.c -o build/temp.linux-x86_64-2.7/pandas/src/datetime/np_datetime.o
In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1760:0,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime.c:18:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
/usr/include/python2.7/datetime.h:188:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/src/datetime/np_datetime_strings.c -o build/temp.linux-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o
In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1760:0,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime_strings.c:17:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
pandas/src/datetime/np_datetime_strings.c:127:1: warning: ‘get_gmtime’ defined but not used [-Wunused-function]
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/pandas/index.o build/temp.linux-x86_64-2.7/pandas/src/datetime/np_datetime.o build/temp.linux-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o -o build/lib.linux-x86_64-2.7/pandas/index.so
building 'pandas.algos' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/algos.c -o build/temp.linux-x86_64-2.7/pandas/algos.o
In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1760:0,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/algos.c:314:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
In file included from pandas/src/klib/khash_python.h:3:0,
from pandas/algos.c:328:
pandas/src/klib/khash.h: In function ‘kh_del_str’:
pandas/src/klib/khash.h:573:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash.h: In function ‘kh_del_int32’:
pandas/src/klib/khash.h:574:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash.h: In function ‘kh_del_int64’:
pandas/src/klib/khash.h:575:1: warning: statement with no effect [-Wunused-value]
In file included from pandas/algos.c:328:0:
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
pandas/src/klib/khash_python.h:13:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
pandas/src/klib/khash_python.h:38:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
pandas/src/klib/khash_python.h:44:1: warning: statement with no effect [-Wunused-value]
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
pandas/src/klib/khash_python.h:49:1: warning: statement with no effect [-Wunused-value]
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_54roll_window.isra.253’:
pandas/algos.c:26727:21: warning: ‘__pyx_pybuffernd_tot_wgt.diminfo[0].shape’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:26818:23: warning: ‘__pyx_pybuffernd_tot_wgt.diminfo[0].strides’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_452group_ohlc_float32.isra.74’:
pandas/algos.c:118605:213: warning: ‘__pyx_v_vclose’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:118715:22: warning: ‘__pyx_v_vlow’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:118737:22: warning: ‘__pyx_v_vhigh’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:118572:213: warning: ‘__pyx_v_vopen’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_450group_ohlc_float64.isra.75’:
pandas/algos.c:117789:213: warning: ‘__pyx_v_vclose’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:117899:22: warning: ‘__pyx_v_vlow’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:117921:22: warning: ‘__pyx_v_vhigh’ may be used uninitialized in this function [-Wuninitialized]
pandas/algos.c:117756:213: warning: ‘__pyx_v_vopen’ may be used uninitialized in this function [-Wuninitialized]
gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
error: command 'gcc' failed with exit status 4
----------------------------------------
Cleaning up...
Command /usr/bin/python2.7 -c "import setuptools;__file__='/tmp/pip_build_root/pandas/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-fvXac9-record/install-record.txt --single-version-externally-managed failed with error code 1 in /tmp/pip_build_root/pandas
Traceback (most recent call last):
File "/usr/local/bin/pip", line 9, in <module>
load_entry_point('pip==1.4.1', 'console_scripts', 'pip')()
File "/usr/local/lib/python2.7/dist-packages/pip/__init__.py", line 148, in main
return command.main(args[1:], options)
File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 169, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 41: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment