Created
April 7, 2016 00:10
-
-
Save jules2689/192a5c1d99af5c93cbef3b46caf0b53a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ubuntu-512mb-tor1-01:~# pip install caravel | |
Requirement already satisfied (use --upgrade to upgrade): caravel in /usr/local/lib/python2.7/dist-packages | |
Requirement already satisfied (use --upgrade to upgrade): alembic<0.9.0,>=0.8.5 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): cryptography<2.0.0,>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): flask-appbuilder<2.0.0,>=1.6.0 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): flask-cache<0.14.0,>=0.13.1 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): flask-migrate<2.0.0,>=1.5.1 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): flask-script<3.0.0,>=2.0.5 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): flask-sqlalchemy==2.0.0 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): flask-testing<0.5.0,>=0.4.2 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): flask<1.0.0,>=0.10.1 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): humanize<0.6.0,>=0.5.1 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): gunicorn<20.0.0,>=19.3.0 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Requirement already satisfied (use --upgrade to upgrade): markdown<3.0.0,>=2.6.2 in /usr/local/lib/python2.7/dist-packages (from caravel) | |
Downloading/unpacking pandas==0.18.0 (from caravel) | |
Downloading pandas-0.18.0.tar.gz (7.1MB): 7.1MB downloaded | |
Running setup.py (path:/tmp/pip_build_root/pandas/setup.py) egg_info for package pandas | |
Running from numpy source directory. | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/setup.py:327: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates | |
warnings.warn("Unrecognized setuptools command, proceeding with " | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/numpy/distutils/system_info.py:1640: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/numpy/distutils/system_info.py:1649: UserWarning: | |
Blas (http://www.netlib.org/blas/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [blas]) or by setting | |
the BLAS environment variable. | |
warnings.warn(BlasNotFoundError.__doc__) | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/numpy/distutils/system_info.py:1652: UserWarning: | |
Blas (http://www.netlib.org/blas/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [blas_src]) or by setting | |
the BLAS_SRC environment variable. | |
warnings.warn(BlasSrcNotFoundError.__doc__) | |
/bin/sh: 1: svnversion: not found | |
/bin/sh: 1: svnversion: not found | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/numpy/distutils/system_info.py:1542: UserWarning: | |
Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [atlas]) or by setting | |
the ATLAS environment variable. | |
warnings.warn(AtlasNotFoundError.__doc__) | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/numpy/distutils/system_info.py:1553: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) libraries not found. | |
Directories to search for the libraries can be specified in the | |
numpy/distutils/site.cfg file (section [lapack]) or by setting | |
the LAPACK environment variable. | |
warnings.warn(LapackNotFoundError.__doc__) | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/numpy/distutils/system_info.py:1556: UserWarning: | |
Lapack (http://www.netlib.org/lapack/) sources not found. | |
Directories to search for the sources can be specified in the | |
numpy/distutils/site.cfg file (section [lapack_src]) or by setting | |
the LAPACK_SRC environment variable. | |
warnings.warn(LapackSrcNotFoundError.__doc__) | |
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros' | |
warnings.warn(msg) | |
non-existing path in 'numpy/distutils': 'site.cfg' | |
Could not locate executable gfortran | |
Could not locate executable f95 | |
Could not locate executable ifort | |
Could not locate executable ifc | |
Could not locate executable lf95 | |
Could not locate executable pgfortran | |
Could not locate executable f90 | |
Could not locate executable f77 | |
Could not locate executable fort | |
Could not locate executable efort | |
Could not locate executable efc | |
Could not locate executable g77 | |
Could not locate executable g95 | |
Could not locate executable pathf95 | |
don't know how to compile Fortran code on platform 'posix' | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.o: In function `main': | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function) | |
(void) SIZEOF_LONGDOUBLE; | |
^ | |
_configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 32)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)]; | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable] | |
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | |
^ | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.o: In function `main': | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘asin’ [enabled by default] | |
int asin (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘cos’ [enabled by default] | |
int cos (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘log’ [enabled by default] | |
int log (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘fabs’ [enabled by default] | |
int fabs (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘tanh’ [enabled by default] | |
int tanh (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘atan’ [enabled by default] | |
int atan (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘acos’ [enabled by default] | |
int acos (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘floor’ [enabled by default] | |
int floor (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘fmod’ [enabled by default] | |
int fmod (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’ [enabled by default] | |
int sqrt (void); | |
^ | |
_configtest.c:11:5: warning: conflicting types for built-in function ‘cosh’ [enabled by default] | |
int cosh (void); | |
^ | |
_configtest.c:12:5: warning: conflicting types for built-in function ‘modf’ [enabled by default] | |
int modf (void); | |
^ | |
_configtest.c:13:5: warning: conflicting types for built-in function ‘sinh’ [enabled by default] | |
int sinh (void); | |
^ | |
_configtest.c:14:5: warning: conflicting types for built-in function ‘frexp’ [enabled by default] | |
int frexp (void); | |
^ | |
_configtest.c:15:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.c:16:5: warning: conflicting types for built-in function ‘tan’ [enabled by default] | |
int tan (void); | |
^ | |
_configtest.c:17:5: warning: conflicting types for built-in function ‘ceil’ [enabled by default] | |
int ceil (void); | |
^ | |
_configtest.c:18:5: warning: conflicting types for built-in function ‘log10’ [enabled by default] | |
int log10 (void); | |
^ | |
_configtest.c:19:5: warning: conflicting types for built-in function ‘sin’ [enabled by default] | |
int sin (void); | |
^ | |
_configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’ [enabled by default] | |
int ldexp (void); | |
^ | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘log2’ [enabled by default] | |
int log2 (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘pow’ [enabled by default] | |
int pow (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘exp2’ [enabled by default] | |
int exp2 (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘atan2’ [enabled by default] | |
int atan2 (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘rint’ [enabled by default] | |
int rint (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘cbrt’ [enabled by default] | |
int cbrt (void); | |
^ | |
_configtest.c:11:5: warning: conflicting types for built-in function ‘nextafter’ [enabled by default] | |
int nextafter (void); | |
^ | |
_configtest.c:12:5: warning: conflicting types for built-in function ‘trunc’ [enabled by default] | |
int trunc (void); | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_isnan(5.); | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_isinf(5.); | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_isfinite(5.); | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_bswap32(5u); | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_bswap64(5u); | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: statement with no effect [-Wunused-value] | |
__builtin_expect(5, 0); | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:5:3: warning: implicit declaration of function ‘__builtin_mul_overflow’ [-Wimplicit-function-declaration] | |
__builtin_mul_overflow(5, 5, (int*)5); | |
^ | |
_configtest.o: In function `main': | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/_configtest.c:5: undefined reference to `__builtin_mul_overflow' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
_configtest.c:8:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
main() | |
^ | |
_configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
_configtest.c:8:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
main() | |
^ | |
_configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
_configtest.c:8:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
main() | |
^ | |
_configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
_configtest.c:8:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
main() | |
^ | |
_configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int __declspec(thread) foo; | |
^ | |
_configtest.c: In function ‘__declspec’: | |
_configtest.c:5:24: error: expected declaration specifiers before ‘foo’ | |
int __declspec(thread) foo; | |
^ | |
_configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token | |
{ | |
^ | |
_configtest.c:11:1: error: expected ‘{’ at end of input | |
} | |
^ | |
_configtest.c:11:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘cosf’ [enabled by default] | |
int cosf (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘coshf’ [enabled by default] | |
int coshf (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘rintf’ [enabled by default] | |
int rintf (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘fabsf’ [enabled by default] | |
int fabsf (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘floorf’ [enabled by default] | |
int floorf (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘nextafterf’ [enabled by default] | |
int nextafterf (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘tanhf’ [enabled by default] | |
int tanhf (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘log10f’ [enabled by default] | |
int log10f (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘logf’ [enabled by default] | |
int logf (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘sinhf’ [enabled by default] | |
int sinhf (void); | |
^ | |
_configtest.c:11:5: warning: conflicting types for built-in function ‘acosf’ [enabled by default] | |
int acosf (void); | |
^ | |
_configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’ [enabled by default] | |
int sqrtf (void); | |
^ | |
_configtest.c:13:5: warning: conflicting types for built-in function ‘ldexpf’ [enabled by default] | |
int ldexpf (void); | |
^ | |
_configtest.c:14:5: warning: conflicting types for built-in function ‘hypotf’ [enabled by default] | |
int hypotf (void); | |
^ | |
_configtest.c:15:5: warning: conflicting types for built-in function ‘log2f’ [enabled by default] | |
int log2f (void); | |
^ | |
_configtest.c:16:5: warning: conflicting types for built-in function ‘exp2f’ [enabled by default] | |
int exp2f (void); | |
^ | |
_configtest.c:17:5: warning: conflicting types for built-in function ‘atanf’ [enabled by default] | |
int atanf (void); | |
^ | |
_configtest.c:18:5: warning: conflicting types for built-in function ‘fmodf’ [enabled by default] | |
int fmodf (void); | |
^ | |
_configtest.c:19:5: warning: conflicting types for built-in function ‘atan2f’ [enabled by default] | |
int atan2f (void); | |
^ | |
_configtest.c:20:5: warning: conflicting types for built-in function ‘cbrtf’ [enabled by default] | |
int cbrtf (void); | |
^ | |
_configtest.c:21:5: warning: conflicting types for built-in function ‘modff’ [enabled by default] | |
int modff (void); | |
^ | |
_configtest.c:22:5: warning: conflicting types for built-in function ‘ceilf’ [enabled by default] | |
int ceilf (void); | |
^ | |
_configtest.c:23:5: warning: conflicting types for built-in function ‘log1pf’ [enabled by default] | |
int log1pf (void); | |
^ | |
_configtest.c:24:5: warning: conflicting types for built-in function ‘asinf’ [enabled by default] | |
int asinf (void); | |
^ | |
_configtest.c:25:5: warning: conflicting types for built-in function ‘copysignf’ [enabled by default] | |
int copysignf (void); | |
^ | |
_configtest.c:26:5: warning: conflicting types for built-in function ‘acoshf’ [enabled by default] | |
int acoshf (void); | |
^ | |
_configtest.c:27:5: warning: conflicting types for built-in function ‘sinf’ [enabled by default] | |
int sinf (void); | |
^ | |
_configtest.c:28:5: warning: conflicting types for built-in function ‘tanf’ [enabled by default] | |
int tanf (void); | |
^ | |
_configtest.c:29:5: warning: conflicting types for built-in function ‘atanhf’ [enabled by default] | |
int atanhf (void); | |
^ | |
_configtest.c:30:5: warning: conflicting types for built-in function ‘truncf’ [enabled by default] | |
int truncf (void); | |
^ | |
_configtest.c:31:5: warning: conflicting types for built-in function ‘asinhf’ [enabled by default] | |
int asinhf (void); | |
^ | |
_configtest.c:32:5: warning: conflicting types for built-in function ‘frexpf’ [enabled by default] | |
int frexpf (void); | |
^ | |
_configtest.c:33:5: warning: conflicting types for built-in function ‘powf’ [enabled by default] | |
int powf (void); | |
^ | |
_configtest.c:34:5: warning: conflicting types for built-in function ‘expf’ [enabled by default] | |
int expf (void); | |
^ | |
_configtest.c:35:5: warning: conflicting types for built-in function ‘expm1f’ [enabled by default] | |
int expm1f (void); | |
^ | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘tanhl’ [enabled by default] | |
int tanhl (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘log10l’ [enabled by default] | |
int log10l (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘nextafterl’ [enabled by default] | |
int nextafterl (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘coshl’ [enabled by default] | |
int coshl (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘cosl’ [enabled by default] | |
int cosl (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘floorl’ [enabled by default] | |
int floorl (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘rintl’ [enabled by default] | |
int rintl (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘fabsl’ [enabled by default] | |
int fabsl (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘acosl’ [enabled by default] | |
int acosl (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘ldexpl’ [enabled by default] | |
int ldexpl (void); | |
^ | |
_configtest.c:11:5: warning: conflicting types for built-in function ‘sqrtl’ [enabled by default] | |
int sqrtl (void); | |
^ | |
_configtest.c:12:5: warning: conflicting types for built-in function ‘logl’ [enabled by default] | |
int logl (void); | |
^ | |
_configtest.c:13:5: warning: conflicting types for built-in function ‘expm1l’ [enabled by default] | |
int expm1l (void); | |
^ | |
_configtest.c:14:5: warning: conflicting types for built-in function ‘hypotl’ [enabled by default] | |
int hypotl (void); | |
^ | |
_configtest.c:15:5: warning: conflicting types for built-in function ‘log2l’ [enabled by default] | |
int log2l (void); | |
^ | |
_configtest.c:16:5: warning: conflicting types for built-in function ‘copysignl’ [enabled by default] | |
int copysignl (void); | |
^ | |
_configtest.c:17:5: warning: conflicting types for built-in function ‘exp2l’ [enabled by default] | |
int exp2l (void); | |
^ | |
_configtest.c:18:5: warning: conflicting types for built-in function ‘atanl’ [enabled by default] | |
int atanl (void); | |
^ | |
_configtest.c:19:5: warning: conflicting types for built-in function ‘frexpl’ [enabled by default] | |
int frexpl (void); | |
^ | |
_configtest.c:20:5: warning: conflicting types for built-in function ‘atan2l’ [enabled by default] | |
int atan2l (void); | |
^ | |
_configtest.c:21:5: warning: conflicting types for built-in function ‘sinhl’ [enabled by default] | |
int sinhl (void); | |
^ | |
_configtest.c:22:5: warning: conflicting types for built-in function ‘fmodl’ [enabled by default] | |
int fmodl (void); | |
^ | |
_configtest.c:23:5: warning: conflicting types for built-in function ‘log1pl’ [enabled by default] | |
int log1pl (void); | |
^ | |
_configtest.c:24:5: warning: conflicting types for built-in function ‘asinl’ [enabled by default] | |
int asinl (void); | |
^ | |
_configtest.c:25:5: warning: conflicting types for built-in function ‘ceill’ [enabled by default] | |
int ceill (void); | |
^ | |
_configtest.c:26:5: warning: conflicting types for built-in function ‘sinl’ [enabled by default] | |
int sinl (void); | |
^ | |
_configtest.c:27:5: warning: conflicting types for built-in function ‘cbrtl’ [enabled by default] | |
int cbrtl (void); | |
^ | |
_configtest.c:28:5: warning: conflicting types for built-in function ‘acoshl’ [enabled by default] | |
int acoshl (void); | |
^ | |
_configtest.c:29:5: warning: conflicting types for built-in function ‘atanhl’ [enabled by default] | |
int atanhl (void); | |
^ | |
_configtest.c:30:5: warning: conflicting types for built-in function ‘tanl’ [enabled by default] | |
int tanl (void); | |
^ | |
_configtest.c:31:5: warning: conflicting types for built-in function ‘truncl’ [enabled by default] | |
int truncl (void); | |
^ | |
_configtest.c:32:5: warning: conflicting types for built-in function ‘powl’ [enabled by default] | |
int powl (void); | |
^ | |
_configtest.c:33:5: warning: conflicting types for built-in function ‘expl’ [enabled by default] | |
int expl (void); | |
^ | |
_configtest.c:34:5: warning: conflicting types for built-in function ‘modfl’ [enabled by default] | |
int modfl (void); | |
^ | |
_configtest.c:35:5: warning: conflicting types for built-in function ‘asinhl’ [enabled by default] | |
int asinhl (void); | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function) | |
(void) HAVE_DECL_SIGNBIT; | |
^ | |
_configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘clog’ [enabled by default] | |
int clog (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘ctan’ [enabled by default] | |
int ctan (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘casinh’ [enabled by default] | |
int casinh (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘cacosh’ [enabled by default] | |
int cacosh (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘cabs’ [enabled by default] | |
int cabs (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘conj’ [enabled by default] | |
int conj (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘csqrt’ [enabled by default] | |
int csqrt (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘creal’ [enabled by default] | |
int creal (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘cproj’ [enabled by default] | |
int cproj (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘cpow’ [enabled by default] | |
int cpow (void); | |
^ | |
_configtest.c:11:5: warning: conflicting types for built-in function ‘csinh’ [enabled by default] | |
int csinh (void); | |
^ | |
_configtest.c:12:5: warning: conflicting types for built-in function ‘catan’ [enabled by default] | |
int catan (void); | |
^ | |
_configtest.c:13:5: warning: conflicting types for built-in function ‘ctanh’ [enabled by default] | |
int ctanh (void); | |
^ | |
_configtest.c:14:5: warning: conflicting types for built-in function ‘ccosh’ [enabled by default] | |
int ccosh (void); | |
^ | |
_configtest.c:15:5: warning: conflicting types for built-in function ‘cimag’ [enabled by default] | |
int cimag (void); | |
^ | |
_configtest.c:16:5: warning: conflicting types for built-in function ‘casin’ [enabled by default] | |
int casin (void); | |
^ | |
_configtest.c:17:5: warning: conflicting types for built-in function ‘carg’ [enabled by default] | |
int carg (void); | |
^ | |
_configtest.c:18:5: warning: conflicting types for built-in function ‘csin’ [enabled by default] | |
int csin (void); | |
^ | |
_configtest.c:19:5: warning: conflicting types for built-in function ‘cexp’ [enabled by default] | |
int cexp (void); | |
^ | |
_configtest.c:20:5: warning: conflicting types for built-in function ‘ccos’ [enabled by default] | |
int ccos (void); | |
^ | |
_configtest.c:21:5: warning: conflicting types for built-in function ‘cacos’ [enabled by default] | |
int cacos (void); | |
^ | |
_configtest.c:22:5: warning: conflicting types for built-in function ‘catanh’ [enabled by default] | |
int catanh (void); | |
^ | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘ctanhf’ [enabled by default] | |
int ctanhf (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘csinhf’ [enabled by default] | |
int csinhf (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘cprojf’ [enabled by default] | |
int cprojf (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘cacoshf’ [enabled by default] | |
int cacoshf (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘cacosf’ [enabled by default] | |
int cacosf (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘cargf’ [enabled by default] | |
int cargf (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘cpowf’ [enabled by default] | |
int cpowf (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘csinf’ [enabled by default] | |
int csinf (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘clogf’ [enabled by default] | |
int clogf (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshf’ [enabled by default] | |
int ccoshf (void); | |
^ | |
_configtest.c:11:5: warning: conflicting types for built-in function ‘conjf’ [enabled by default] | |
int conjf (void); | |
^ | |
_configtest.c:12:5: warning: conflicting types for built-in function ‘casinhf’ [enabled by default] | |
int casinhf (void); | |
^ | |
_configtest.c:13:5: warning: conflicting types for built-in function ‘ccosf’ [enabled by default] | |
int ccosf (void); | |
^ | |
_configtest.c:14:5: warning: conflicting types for built-in function ‘ctanf’ [enabled by default] | |
int ctanf (void); | |
^ | |
_configtest.c:15:5: warning: conflicting types for built-in function ‘cexpf’ [enabled by default] | |
int cexpf (void); | |
^ | |
_configtest.c:16:5: warning: conflicting types for built-in function ‘cimagf’ [enabled by default] | |
int cimagf (void); | |
^ | |
_configtest.c:17:5: warning: conflicting types for built-in function ‘catanhf’ [enabled by default] | |
int catanhf (void); | |
^ | |
_configtest.c:18:5: warning: conflicting types for built-in function ‘casinf’ [enabled by default] | |
int casinf (void); | |
^ | |
_configtest.c:19:5: warning: conflicting types for built-in function ‘catanf’ [enabled by default] | |
int catanf (void); | |
^ | |
_configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtf’ [enabled by default] | |
int csqrtf (void); | |
^ | |
_configtest.c:21:5: warning: conflicting types for built-in function ‘crealf’ [enabled by default] | |
int crealf (void); | |
^ | |
_configtest.c:22:5: warning: conflicting types for built-in function ‘cabsf’ [enabled by default] | |
int cabsf (void); | |
^ | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘csinhl’ [enabled by default] | |
int csinhl (void); | |
^ | |
_configtest.c:2:5: warning: conflicting types for built-in function ‘ctanhl’ [enabled by default] | |
int ctanhl (void); | |
^ | |
_configtest.c:3:5: warning: conflicting types for built-in function ‘cacosl’ [enabled by default] | |
int cacosl (void); | |
^ | |
_configtest.c:4:5: warning: conflicting types for built-in function ‘cacoshl’ [enabled by default] | |
int cacoshl (void); | |
^ | |
_configtest.c:5:5: warning: conflicting types for built-in function ‘cprojl’ [enabled by default] | |
int cprojl (void); | |
^ | |
_configtest.c:6:5: warning: conflicting types for built-in function ‘cargl’ [enabled by default] | |
int cargl (void); | |
^ | |
_configtest.c:7:5: warning: conflicting types for built-in function ‘ccoshl’ [enabled by default] | |
int ccoshl (void); | |
^ | |
_configtest.c:8:5: warning: conflicting types for built-in function ‘conjl’ [enabled by default] | |
int conjl (void); | |
^ | |
_configtest.c:9:5: warning: conflicting types for built-in function ‘csinl’ [enabled by default] | |
int csinl (void); | |
^ | |
_configtest.c:10:5: warning: conflicting types for built-in function ‘clogl’ [enabled by default] | |
int clogl (void); | |
^ | |
_configtest.c:11:5: warning: conflicting types for built-in function ‘cexpl’ [enabled by default] | |
int cexpl (void); | |
^ | |
_configtest.c:12:5: warning: conflicting types for built-in function ‘ccosl’ [enabled by default] | |
int ccosl (void); | |
^ | |
_configtest.c:13:5: warning: conflicting types for built-in function ‘ctanl’ [enabled by default] | |
int ctanl (void); | |
^ | |
_configtest.c:14:5: warning: conflicting types for built-in function ‘cpowl’ [enabled by default] | |
int cpowl (void); | |
^ | |
_configtest.c:15:5: warning: conflicting types for built-in function ‘casinhl’ [enabled by default] | |
int casinhl (void); | |
^ | |
_configtest.c:16:5: warning: conflicting types for built-in function ‘csqrtl’ [enabled by default] | |
int csqrtl (void); | |
^ | |
_configtest.c:17:5: warning: conflicting types for built-in function ‘casinl’ [enabled by default] | |
int casinl (void); | |
^ | |
_configtest.c:18:5: warning: conflicting types for built-in function ‘catanl’ [enabled by default] | |
int catanl (void); | |
^ | |
_configtest.c:19:5: warning: conflicting types for built-in function ‘catanhl’ [enabled by default] | |
int catanhl (void); | |
^ | |
_configtest.c:20:5: warning: conflicting types for built-in function ‘creall’ [enabled by default] | |
int creall (void); | |
^ | |
_configtest.c:21:5: warning: conflicting types for built-in function ‘cabsl’ [enabled by default] | |
int cabsl (void); | |
^ | |
_configtest.c:22:5: warning: conflicting types for built-in function ‘cimagl’ [enabled by default] | |
int cimagl (void); | |
^ | |
_configtest.c:2:41: error: expected ‘;’, ‘,’ or ‘)’ before ‘a’ | |
static int static_func (char * restrict a) | |
^ | |
_configtest.c:2:12: warning: ‘static_func’ defined but not used [-Wunused-function] | |
static int static_func (char * __restrict__ a) | |
^ | |
_configtest.o: In function `main': | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c: In function ‘main’: | |
_configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function) | |
(void) SIZEOF_LONGDOUBLE; | |
^ | |
_configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in | |
_configtest.o: In function `main': | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.o: In function `main': | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/_configtest.c:5: undefined reference to `__builtin_mul_overflow' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:3:0: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] | |
#pragma clang diagnostic error "-Wattributes" | |
^ | |
_configtest.c:5:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
int __declspec(thread) foo; | |
^ | |
_configtest.c: In function ‘__declspec’: | |
_configtest.c:5:24: error: expected declaration specifiers before ‘foo’ | |
int __declspec(thread) foo; | |
^ | |
_configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token | |
{ | |
^ | |
_configtest.c:11:1: error: expected ‘{’ at end of input | |
} | |
^ | |
_configtest.c:11:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
_configtest.c: In function ‘main’: | |
_configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function) | |
(void) HAVE_DECL_SIGNBIT; | |
^ | |
_configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in | |
_configtest.c:2:41: error: expected ‘;’, ‘,’ or ‘)’ before ‘a’ | |
static int static_func (char * restrict a) | |
^ | |
File: build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h | |
#define HAVE_ENDIAN_H 1 | |
#define SIZEOF_PY_INTPTR_T 8 | |
#define SIZEOF_OFF_T 8 | |
#define SIZEOF_PY_LONG_LONG 8 | |
#define MATHLIB m | |
#define HAVE_SIN 1 | |
#define HAVE_COS 1 | |
#define HAVE_TAN 1 | |
#define HAVE_SINH 1 | |
#define HAVE_COSH 1 | |
#define HAVE_TANH 1 | |
#define HAVE_FABS 1 | |
#define HAVE_FLOOR 1 | |
#define HAVE_CEIL 1 | |
#define HAVE_SQRT 1 | |
#define HAVE_LOG10 1 | |
#define HAVE_LOG 1 | |
#define HAVE_EXP 1 | |
#define HAVE_ASIN 1 | |
#define HAVE_ACOS 1 | |
#define HAVE_ATAN 1 | |
#define HAVE_FMOD 1 | |
#define HAVE_MODF 1 | |
#define HAVE_FREXP 1 | |
#define HAVE_LDEXP 1 | |
#define HAVE_RINT 1 | |
#define HAVE_TRUNC 1 | |
#define HAVE_EXP2 1 | |
#define HAVE_LOG2 1 | |
#define HAVE_ATAN2 1 | |
#define HAVE_POW 1 | |
#define HAVE_NEXTAFTER 1 | |
#define HAVE_STRTOLL 1 | |
#define HAVE_STRTOULL 1 | |
#define HAVE_CBRT 1 | |
#define HAVE_STRTOLD_L 1 | |
#define HAVE_FALLOCATE 1 | |
#define HAVE_XMMINTRIN_H 1 | |
#define HAVE_EMMINTRIN_H 1 | |
#define HAVE_FEATURES_H 1 | |
#define HAVE___BUILTIN_ISNAN 1 | |
#define HAVE___BUILTIN_ISINF 1 | |
#define HAVE___BUILTIN_ISFINITE 1 | |
#define HAVE___BUILTIN_BSWAP32 1 | |
#define HAVE___BUILTIN_BSWAP64 1 | |
#define HAVE___BUILTIN_EXPECT 1 | |
#define HAVE__MM_LOAD_PS 1 | |
#define HAVE__MM_PREFETCH 1 | |
#define HAVE__MM_LOAD_PD 1 | |
#define HAVE___BUILTIN_PREFETCH 1 | |
#define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1 | |
#define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1 | |
#define HAVE_ATTRIBUTE_NONNULL 1 | |
#define HAVE___THREAD 1 | |
#define HAVE_SINF 1 | |
#define HAVE_COSF 1 | |
#define HAVE_TANF 1 | |
#define HAVE_SINHF 1 | |
#define HAVE_COSHF 1 | |
#define HAVE_TANHF 1 | |
#define HAVE_FABSF 1 | |
#define HAVE_FLOORF 1 | |
#define HAVE_CEILF 1 | |
#define HAVE_RINTF 1 | |
#define HAVE_TRUNCF 1 | |
#define HAVE_SQRTF 1 | |
#define HAVE_LOG10F 1 | |
#define HAVE_LOGF 1 | |
#define HAVE_LOG1PF 1 | |
#define HAVE_EXPF 1 | |
#define HAVE_EXPM1F 1 | |
#define HAVE_ASINF 1 | |
#define HAVE_ACOSF 1 | |
#define HAVE_ATANF 1 | |
#define HAVE_ASINHF 1 | |
#define HAVE_ACOSHF 1 | |
#define HAVE_ATANHF 1 | |
#define HAVE_HYPOTF 1 | |
#define HAVE_ATAN2F 1 | |
#define HAVE_POWF 1 | |
#define HAVE_FMODF 1 | |
#define HAVE_MODFF 1 | |
#define HAVE_FREXPF 1 | |
#define HAVE_LDEXPF 1 | |
#define HAVE_EXP2F 1 | |
#define HAVE_LOG2F 1 | |
#define HAVE_COPYSIGNF 1 | |
#define HAVE_NEXTAFTERF 1 | |
#define HAVE_CBRTF 1 | |
#define H_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.o: In function `main': | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ [enabled by default] | |
int exp (void); | |
^ | |
_configtest.c:3:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |
main() | |
^ | |
AVE_SINL 1 | |
#define HAVE_COSL 1 | |
#define HAVE_TANL 1 | |
#define HAVE_SINHL 1 | |
#define HAVE_COSHL 1 | |
#define HAVE_TANHL 1 | |
#define HAVE_FABSL 1 | |
#define HAVE_FLOORL 1 | |
#define HAVE_CEILL 1 | |
#define HAVE_RINTL 1 | |
#define HAVE_TRUNCL 1 | |
#define HAVE_SQRTL 1 | |
#define HAVE_LOG10L 1 | |
#define HAVE_LOGL 1 | |
#define HAVE_LOG1PL 1 | |
#define HAVE_EXPL 1 | |
#define HAVE_EXPM1L 1 | |
#define HAVE_ASINL 1 | |
#define HAVE_ACOSL 1 | |
#define HAVE_ATANL 1 | |
#define HAVE_ASINHL 1 | |
#define HAVE_ACOSHL 1 | |
#define HAVE_ATANHL 1 | |
#define HAVE_HYPOTL 1 | |
#define HAVE_ATAN2L 1 | |
#define HAVE_POWL 1 | |
#define HAVE_FMODL 1 | |
#define HAVE_MODFL 1 | |
#define HAVE_FREXPL 1 | |
#define HAVE_LDEXPL 1 | |
#define HAVE_EXP2L 1 | |
#define HAVE_LOG2L 1 | |
#define HAVE_COPYSIGNL 1 | |
#define HAVE_NEXTAFTERL 1 | |
#define HAVE_CBRTL 1 | |
#define HAVE_DECL_SIGNBIT | |
#define HAVE_COMPLEX_H 1 | |
#define HAVE_CABS 1 | |
#define HAVE_CACOS 1 | |
#define HAVE_CACOSH 1 | |
#define HAVE_CARG 1 | |
#define HAVE_CASIN 1 | |
#define HAVE_CASINH 1 | |
#define HAVE_CATAN 1 | |
#define HAVE_CATANH 1 | |
#define HAVE_CCOS 1 | |
#define HAVE_CCOSH 1 | |
#define HAVE_CEXP 1 | |
#define HAVE_CIMAG 1 | |
#define HAVE_CLOG 1 | |
#define HAVE_CONJ 1 | |
#define HAVE_CPOW 1 | |
#define HAVE_CPROJ 1 | |
#define HAVE_CREAL 1 | |
#define HAVE_CSIN 1 | |
#define HAVE_CSINH 1 | |
#define HAVE_CSQRT 1 | |
#define HAVE_CTAN 1 | |
#define HAVE_CTANH 1 | |
#define HAVE_CABSF 1 | |
#define HAVE_CACOSF 1 | |
#define HAVE_CACOSHF 1 | |
#define HAVE_CARGF 1 | |
#define HAVE_CASINF 1 | |
#define HAVE_CASINHF 1 | |
#define HAVE_CATANF 1 | |
#define HAVE_CATANHF 1 | |
#define HAVE_CCOSF 1 | |
#define HAVE_CCOSHF 1 | |
#define HAVE_CEXPF 1 | |
#define HAVE_CIMAGF 1 | |
#define HAVE_CLOGF 1 | |
#define HAVE_CONJF 1 | |
#define HAVE_CPOWF 1 | |
#define HAVE_CPROJF 1 | |
#define HAVE_CREALF 1 | |
#define HAVE_CSINF 1 | |
#define HAVE_CSINHF 1 | |
#define HAVE_CSQRTF 1 | |
#define HAVE_CTANF 1 | |
#define HAVE_CTANHF 1 | |
#define HAVE_CABSL 1 | |
#define HAVE_CACOSL 1 | |
#define HAVE_CACOSHL 1 | |
#define HAVE_CARGL 1 | |
#define HAVE_CASINL 1 | |
#define HAVE_CASINHL 1 | |
#define HAVE_CATANL 1 | |
#define HAVE_CATANHL 1 | |
#define HAVE_CCOSL 1 | |
#define HAVE_CCOSHL 1 | |
#define HAVE_CEXPL 1 | |
#define HAVE_CIMAGL 1 | |
#define HAVE_CLOGL 1 | |
#define HAVE_CONJL 1 | |
#define HAVE_CPOWL 1 | |
#define HAVE_CPROJL 1 | |
#define HAVE_CREALL 1 | |
#define HAVE_CSINL 1 | |
#define HAVE_CSINHL 1 | |
#define HAVE_CSQRTL 1 | |
#define HAVE_CTANL 1 | |
#define HAVE_CTANHL 1 | |
#define NPY_RESTRICT __restrict__ | |
#define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1 | |
#ifndef __cplusplus | |
/* #undef inline */ | |
#endif | |
#ifndef _NPY_NPY_CONFIG_H_ | |
#error config.h should never be included directly, include npy_config.h instead | |
#endif | |
EOF | |
_configtest.o: In function `main': | |
/tmp/easy_install-b0o_6z/numpy-1.11.0/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
File: build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h | |
#define NPY_HAVE_ENDIAN_H 1 | |
#define NPY_SIZEOF_SHORT SIZEOF_SHORT | |
#define NPY_SIZEOF_INT SIZEOF_INT | |
#define NPY_SIZEOF_LONG SIZEOF_LONG | |
#define NPY_SIZEOF_FLOAT 4 | |
#define NPY_SIZEOF_COMPLEX_FLOAT 8 | |
#define NPY_SIZEOF_DOUBLE 8 | |
#define NPY_SIZEOF_COMPLEX_DOUBLE 16 | |
#define NPY_SIZEOF_LONGDOUBLE 16 | |
#define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | |
#define NPY_SIZEOF_PY_INTPTR_T 8 | |
#define NPY_SIZEOF_OFF_T 8 | |
#define NPY_SIZEOF_PY_LONG_LONG 8 | |
#define NPY_SIZEOF_LONGLONG 8 | |
#define NPY_NO_SMP 0 | |
#define NPY_HAVE_DECL_ISNAN | |
#define NPY_HAVE_DECL_ISINF | |
#define NPY_HAVE_DECL_ISFINITE | |
#define NPY_HAVE_DECL_SIGNBIT | |
#define NPY_USE_C99_COMPLEX 1 | |
#define NPY_HAVE_COMPLEX_DOUBLE 1 | |
#define NPY_HAVE_COMPLEX_FLOAT 1 | |
#define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | |
#define NPY_USE_C99_FORMATS 1 | |
#define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | |
#define NPY_ABI_VERSION 0x01000009 | |
#define NPY_API_VERSION 0x0000000A | |
#ifndef __STDC_FORMAT_MACROS | |
#define __STDC_FORMAT_MACROS 1 | |
#endif | |
EOF | |
### Warning: Using unoptimized lapack ### | |
### Warning: Using unoptimized lapack ### | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.pyd' found anywhere in distribution | |
^[^[[B numpy/linalg/lapack_lite/dlamch.c: In function ‘dlamc4_’: | |
numpy/linalg/lapack_lite/dlamch.c:720:13: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
integer i__1; | |
^ | |
numpy/linalg/lapack_lite/dlamch.c: In function ‘dlamc5_’: | |
numpy/linalg/lapack_lite/dlamch.c:834:13: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
integer i__1; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘cgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:352:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘dgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:6624:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘sgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:11190:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘zgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:15222:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: At top level: | |
numpy/linalg/lapack_lite/blas_lite.c:24:16: warning: ‘c__1’ defined but not used [-Wunused-variable] | |
static integer c__1 = 1; | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘claed7_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:9857:59: warning: variable ‘ind2’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c:9857:53: warning: variable ‘ind1’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘dbdsqr_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:27451:23: warning: variable ‘sminlo’ set but not used [-Wunused-but-set-variable] | |
static doublereal sminlo, tolmul; | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘sbdsqr_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:64393:17: warning: variable ‘sminlo’ set but not used [-Wunused-but-set-variable] | |
static real sminlo, tolmul; | |
^ | |
numpy/linalg/lapack_lite/zlapack_lite.c: In function ‘zlaed7_’: | |
numpy/linalg/lapack_lite/zlapack_lite.c:10000:59: warning: variable ‘ind2’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/zlapack_lite.c:10000:53: warning: variable ‘ind1’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/dlamch.c: In function ‘dlamc4_’: | |
numpy/linalg/lapack_lite/dlamch.c:720:13: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
integer i__1; | |
^ | |
numpy/linalg/lapack_lite/dlamch.c: In function ‘dlamc5_’: | |
numpy/linalg/lapack_lite/dlamch.c:834:13: warning: variable ‘i__1’ set but not used [-Wunused-but-set-variable] | |
integer i__1; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘cgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:352:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘dgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:6624:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘sgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:11190:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: In function ‘zgemm_’: | |
numpy/linalg/lapack_lite/blas_lite.c:15222:20: warning: variable ‘ncola’ set but not used [-Wunused-but-set-variable] | |
static integer ncola; | |
^ | |
numpy/linalg/lapack_lite/blas_lite.c: At top level: | |
numpy/linalg/lapack_lite/blas_lite.c:24:16: warning: ‘c__1’ defined but not used [-Wunused-variable] | |
static integer c__1 = 1; | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘claed7_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:9857:59: warning: variable ‘ind2’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c:9857:53: warning: variable ‘ind1’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘dbdsqr_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:27451:23: warning: variable ‘sminlo’ set but not used [-Wunused-but-set-variable] | |
static doublereal sminlo, tolmul; | |
^ | |
numpy/linalg/lapack_lite/dlapack_lite.c: In function ‘sbdsqr_’: | |
numpy/linalg/lapack_lite/dlapack_lite.c:64393:17: warning: variable ‘sminlo’ set but not used [-Wunused-but-set-variable] | |
static real sminlo, tolmul; | |
^ | |
numpy/linalg/lapack_lite/zlapack_lite.c: In function ‘zlaed7_’: | |
numpy/linalg/lapack_lite/zlapack_lite.c:10000:59: warning: variable ‘ind2’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
numpy/linalg/lapack_lite/zlapack_lite.c:10000:53: warning: variable ‘ind1’ set but not used [-Wunused-but-set-variable] | |
static integer i__, k, n1, n2, iq, iw, iz, ptr, ind1, ind2, indx, curr, | |
^ | |
zip_safe flag not set; analyzing archive contents... | |
numpy._import_tools: module references __file__ | |
numpy._import_tools: module references __path__ | |
numpy.core.setup_common: module references __file__ | |
numpy.core.generate_numpy_api: module references __file__ | |
numpy.core.cversions: module references __file__ | |
numpy.core.setup: module references __file__ | |
numpy.lib.utils: module references __file__ | |
numpy.lib.utils: module references __path__ | |
numpy.lib.utils: module MAY be using inspect.getsource | |
numpy.lib.utils: module MAY be using inspect.getsourcefile | |
numpy.distutils.system_info: module references __file__ | |
numpy.distutils.misc_util: module references __file__ | |
numpy.distutils.exec_command: module references __file__ | |
numpy.distutils.npy_pkg_config: module references __file__ | |
numpy.distutils.command.build_src: module references __file__ | |
numpy.distutils.fcompiler.compaq: module references __file__ | |
numpy.distutils.fcompiler.__init__: module references __file__ | |
numpy.doc.__init__: module references __file__ | |
numpy.testing.nosetester: module references __file__ | |
numpy.testing.utils: module references __file__ | |
numpy.testing.noseclasses: module references __file__ | |
numpy.f2py.f2py2e: module references __file__ | |
numpy.f2py.diagnose: module references __file__ | |
numpy.f2py.setup: module references __file__ | |
Installed /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg | |
warning: no files found matching 'README.rst' | |
no previously-included directories found matching 'doc/build' | |
warning: no directories found matching 'examples' | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
warning: no previously-included files matching '*.pyd' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*~' found anywhere in distribution | |
warning: no previously-included files matching '#*' found anywhere in distribution | |
warning: no previously-included files matching '.git*' found anywhere in distribution | |
warning: no previously-included files matching '.DS_Store' found anywhere in distribution | |
warning: no previously-included files matching '*.png' found anywhere in distribution | |
Downloading/unpacking parsedatetime==2.0.0 (from caravel) | |
Downloading parsedatetime-2.0-py2-none-any.whl | |
Downloading/unpacking pydruid<0.3,>=0.2.2 (from caravel) | |
Downloading pydruid-0.2.3.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/pydruid/setup.py) egg_info for package pydruid | |
warning: no files found matching '*.txt' under directory 'docs' | |
warning: no files found matching 'pydruid' anywhere in distribution | |
Downloading/unpacking python-dateutil<3.0.0,>=2.4.2 (from caravel) | |
Downloading python_dateutil-2.5.2-py2.py3-none-any.whl (201kB): 201kB downloaded | |
Downloading/unpacking requests<3.0.0,>=2.7.0 (from caravel) | |
Downloading requests-2.9.1-py2.py3-none-any.whl (501kB): 501kB downloaded | |
Downloading/unpacking sqlalchemy<2.0.0,>=1.0.12 (from caravel) | |
Downloading SQLAlchemy-1.0.12.tar.gz (4.7MB): 4.7MB downloaded | |
Running setup.py (path:/tmp/pip_build_root/sqlalchemy/setup.py) egg_info for package sqlalchemy | |
warning: no files found matching '*.jpg' under directory 'doc' | |
warning: no files found matching '*.mako' under directory 'doc' | |
warning: no files found matching 'distribute_setup.py' | |
warning: no files found matching 'sa2to3.py' | |
warning: no files found matching 'ez_setup.py' | |
no previously-included directories found matching 'doc/build/output' | |
Downloading/unpacking sqlalchemy-utils<0.32.0,>=0.31.3 (from caravel) | |
Downloading SQLAlchemy-Utils-0.31.6.tar.gz (112kB): 112kB downloaded | |
Running setup.py (path:/tmp/pip_build_root/sqlalchemy-utils/setup.py) egg_info for package sqlalchemy-utils | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files found matching 'docs/_themes/.git' | |
Downloading/unpacking sqlparse<0.2.0,>=0.1.16 (from caravel) | |
Downloading sqlparse-0.1.19.tar.gz (58kB): 58kB downloaded | |
Running setup.py (path:/tmp/pip_build_root/sqlparse/setup.py) egg_info for package sqlparse | |
Downloading/unpacking werkzeug<0.12.0,>=0.11.2 (from caravel) | |
Downloading Werkzeug-0.11.5-py2.py3-none-any.whl (305kB): 305kB downloaded | |
Downloading/unpacking Mako (from alembic<0.9.0,>=0.8.5->caravel) | |
Downloading Mako-1.0.4.tar.gz (574kB): 574kB downloaded | |
Running setup.py (path:/tmp/pip_build_root/Mako/setup.py) egg_info for package Mako | |
warning: no files found matching '*.xml' under directory 'examples' | |
warning: no files found matching '*.mako' under directory 'examples' | |
warning: no files found matching 'distribute_setup.py' | |
warning: no files found matching 'ez_setup.py' | |
no previously-included directories found matching 'doc/build/output' | |
Downloading/unpacking python-editor>=0.3 (from alembic<0.9.0,>=0.8.5->caravel) | |
Downloading python-editor-1.0.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/python-editor/setup.py) egg_info for package python-editor | |
Requirement already satisfied (use --upgrade to upgrade): idna>=2.0 in /usr/local/lib/python2.7/dist-packages (from cryptography<2.0.0,>=1.1.1->caravel) | |
Requirement already satisfied (use --upgrade to upgrade): pyasn1>=0.1.8 in /usr/local/lib/python2.7/dist-packages (from cryptography<2.0.0,>=1.1.1->caravel) | |
Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/lib/python2.7/dist-packages (from cryptography<2.0.0,>=1.1.1->caravel) | |
Requirement already satisfied (use --upgrade to upgrade): setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography<2.0.0,>=1.1.1->caravel) | |
Requirement already satisfied (use --upgrade to upgrade): enum34 in /usr/local/lib/python2.7/dist-packages (from cryptography<2.0.0,>=1.1.1->caravel) | |
Requirement already satisfied (use --upgrade to upgrade): ipaddress in /usr/local/lib/python2.7/dist-packages (from cryptography<2.0.0,>=1.1.1->caravel) | |
Requirement already satisfied (use --upgrade to upgrade): cffi>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from cryptography<2.0.0,>=1.1.1->caravel) | |
Downloading/unpacking colorama>=0.3 (from flask-appbuilder<2.0.0,>=1.6.0->caravel) | |
Downloading colorama-0.3.7-py2.py3-none-any.whl | |
Downloading/unpacking click>=3.0 (from flask-appbuilder<2.0.0,>=1.6.0->caravel) | |
Downloading click-6.6.tar.gz (283kB): 283kB downloaded | |
Running setup.py (path:/tmp/pip_build_root/click/setup.py) egg_info for package click | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'examples' | |
warning: no previously-included files matching '*.pyo' found under directory 'examples' | |
no previously-included directories found matching 'docs/_build' | |
Downloading/unpacking Flask-BabelPkg>=0.9.4 (from flask-appbuilder<2.0.0,>=1.6.0->caravel) | |
Downloading Flask-BabelPkg-0.9.6.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/Flask-BabelPkg/setup.py) egg_info for package Flask-BabelPkg | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
no previously-included directories found matching 'docs/_build' | |
no previously-included directories found matching 'docs/_themes/.git' | |
Downloading/unpacking Flask-Login==0.2.11 (from flask-appbuilder<2.0.0,>=1.6.0->caravel) | |
Downloading Flask-Login-0.2.11.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/Flask-Login/setup.py) egg_info for package Flask-Login | |
Downloading/unpacking Flask-OpenID>=1.1.0 (from flask-appbuilder<2.0.0,>=1.6.0->caravel) | |
Downloading Flask-OpenID-1.2.5.tar.gz (43kB): 43kB downloaded | |
Running setup.py (path:/tmp/pip_build_root/Flask-OpenID/setup.py) egg_info for package Flask-OpenID | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
warning: no previously-included files matching '*.pyc' found under directory 'example' | |
warning: no previously-included files matching '*.pyo' found under directory 'example' | |
no previously-included directories found matching 'docs/_build' | |
no previously-included directories found matching 'docs/_themes/.git' | |
Downloading/unpacking Flask-WTF>=0.9.1 (from flask-appbuilder<2.0.0,>=1.6.0->caravel) | |
Downloading Flask_WTF-0.12-py2-none-any.whl | |
Downloading/unpacking Jinja2>=2.4 (from flask<1.0.0,>=0.10.1->caravel) | |
Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB): 263kB downloaded | |
Downloading/unpacking itsdangerous>=0.21 (from flask<1.0.0,>=0.10.1->caravel) | |
Downloading itsdangerous-0.24.tar.gz (46kB): 46kB downloaded | |
Running setup.py (path:/tmp/pip_build_root/itsdangerous/setup.py) egg_info for package itsdangerous | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
Downloading/unpacking pytz>=2011k (from pandas==0.18.0->caravel) | |
Downloading pytz-2016.3-py2.py3-none-any.whl (479kB): 479kB downloaded | |
Downloading/unpacking numpy>=1.7.0 (from pandas==0.18.0->caravel) | |
Downloading numpy-1.11.0.tar.gz (4.2MB): 4.2MB downloaded | |
Running setup.py (path:/tmp/pip_build_root/numpy/setup.py) egg_info for package numpy | |
Running from numpy source directory. | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.pyd' found anywhere in distribution | |
Downloading/unpacking MarkupSafe>=0.9.2 (from Mako->alembic<0.9.0,>=0.8.5->caravel) | |
Downloading MarkupSafe-0.23.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/MarkupSafe/setup.py) egg_info for package MarkupSafe | |
Requirement already satisfied (use --upgrade to upgrade): pycparser in /usr/local/lib/python2.7/dist-packages (from cffi>=1.4.1->cryptography<2.0.0,>=1.1.1->caravel) | |
Downloading/unpacking Babel>=1.0 (from Flask-BabelPkg>=0.9.4->flask-appbuilder<2.0.0,>=1.6.0->caravel) | |
Downloading Babel-2.2.0-py2.py3-none-any.whl (6.5MB): 6.5MB downloaded | |
Downloading/unpacking speaklater>=1.2 (from Flask-BabelPkg>=0.9.4->flask-appbuilder<2.0.0,>=1.6.0->caravel) | |
Downloading speaklater-1.3.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/speaklater/setup.py) egg_info for package speaklater | |
Downloading/unpacking python-openid>=2.0 (from Flask-OpenID>=1.1.0->flask-appbuilder<2.0.0,>=1.6.0->caravel) | |
Downloading python-openid-2.2.5.tar.gz (301kB): 301kB downloaded | |
Running setup.py (path:/tmp/pip_build_root/python-openid/setup.py) egg_info for package python-openid | |
warning: no files found matching 'CHANGELOG' | |
warning: no files found matching '*.css' under directory 'doc' | |
warning: no files found matching '*.html' under directory 'doc' | |
Downloading/unpacking WTForms (from Flask-WTF>=0.9.1->flask-appbuilder<2.0.0,>=1.6.0->caravel) | |
Downloading WTForms-2.1.zip (553kB): 553kB downloaded | |
Running setup.py (path:/tmp/pip_build_root/WTForms/setup.py) egg_info for package WTForms | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
Installing collected packages: pandas, parsedatetime, pydruid, python-dateutil, requests, sqlalchemy, sqlalchemy-utils, sqlparse, werkzeug, Mako, python-editor, colorama, click, Flask-BabelPkg, Flask-Login, Flask-OpenID, Flask-WTF, Jinja2, itsdangerous, pytz, numpy, MarkupSafe, Babel, speaklater, python-openid, WTForms | |
Running setup.py install for pandas | |
UPDATING build/lib.linux-x86_64-2.7/pandas/_version.py | |
set build/lib.linux-x86_64-2.7/pandas/_version.py to '0.18.0' | |
building 'pandas.index' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include -I/usr/include/python2.7 -c pandas/index.c -o build/temp.linux-x86_64-2.7/pandas/index.o -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/index.c:242: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
pandas/index.c: In function ‘__pyx_f_6pandas_5index_11IndexEngine_get_loc’: | |
pandas/index.c:9353:13: warning: ‘__pyx_v_mid’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_t_5 = PyInt_FromSsize_t(__pyx_v_mid); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 479; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
pandas/index.c:9125:14: note: ‘__pyx_v_mid’ was declared here | |
Py_ssize_t __pyx_v_mid; | |
^ | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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 -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime.c:18: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/datetime/np_datetime.c:10:0: | |
/usr/include/python2.7/datetime.h:188:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable] | |
static PyDateTime_CAPI *PyDateTimeAPI = NULL; | |
^ | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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 -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime_strings.c:17: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 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._period' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include -I/usr/include/python2.7 -c pandas/src/period.c -o build/temp.linux-x86_64-2.7/pandas/src/period.o -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/period.c:243: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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 -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime.c:18: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/datetime/np_datetime.c:10:0: | |
/usr/include/python2.7/datetime.h:188:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable] | |
static PyDateTime_CAPI *PyDateTimeAPI = NULL; | |
^ | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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 -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime_strings.c:17: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include -I/usr/include/python2.7 -c pandas/src/period_helper.c -o build/temp.linux-x86_64-2.7/pandas/src/period_helper.o -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from pandas/src/period_helper.h:12, | |
from pandas/src/period_helper.c:1: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/pandas/src/period.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 build/temp.linux-x86_64-2.7/pandas/src/period_helper.o -o build/lib.linux-x86_64-2.7/pandas/_period.so | |
building 'pandas.algos' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include -I/usr/include/python2.7 -c pandas/algos.c -o build/temp.linux-x86_64-2.7/pandas/algos.o -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/algos.c:242: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_50roll_window.isra.344’: | |
pandas/algos.c:41172:21: warning: ‘__pyx_pybuffernd_tot_wgt.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__Pyx_LocalBuf_ND __pyx_pybuffernd_tot_wgt; | |
^ | |
pandas/algos.c:41637:21: warning: ‘__pyx_pybuffernd_tot_wgt.diminfo[0].shape’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
} else if (unlikely(__pyx_t_20 >= __pyx_pybuffernd_tot_wgt.diminfo[0].shape)) __pyx_t_7 = 0; | |
^ | |
x86_64-linux-gnu-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.8/README.Bugs> for instructions. | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 4 | |
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pandas/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-T9DHkn-record/install-record.txt --single-version-externally-managed --compile: | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-2.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/chainmap_impl.py -> build/lib.linux-x86_64-2.7/pandas/compat | |
copying pandas/compat/chainmap.py -> build/lib.linux-x86_64-2.7/pandas/compat | |
copying pandas/compat/numpy_compat.py -> build/lib.linux-x86_64-2.7/pandas/compat | |
copying pandas/compat/openpyxl_compat.py -> 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/pickle_compat.py -> build/lib.linux-x86_64-2.7/pandas/compat | |
creating build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/ops.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/expressions.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/api.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/engines.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/eval.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/scope.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/__init__.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/common.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/align.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/pytables.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
copying pandas/computation/expr.py -> build/lib.linux-x86_64-2.7/pandas/computation | |
creating build/lib.linux-x86_64-2.7/pandas/computation/tests | |
copying pandas/computation/tests/test_compat.py -> build/lib.linux-x86_64-2.7/pandas/computation/tests | |
copying pandas/computation/tests/test_eval.py -> build/lib.linux-x86_64-2.7/pandas/computation/tests | |
copying pandas/computation/tests/__init__.py -> build/lib.linux-x86_64-2.7/pandas/computation/tests | |
creating build/lib.linux-x86_64-2.7/pandas/core | |
copying pandas/core/ops.py -> build/lib.linux-x86_64-2.7/pandas/core | |
copying pandas/core/window.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/convert.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/api.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/internals.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/missing.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/nanops.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/generic.py -> build/lib.linux-x86_64-2.7/pandas/core | |
copying pandas/core/panel.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/style.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/base.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/config.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/algorithms.py -> 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/sparse.py -> build/lib.linux-x86_64-2.7/pandas/core | |
copying pandas/core/dtypes.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/groupby.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/panel4d.py -> build/lib.linux-x86_64-2.7/pandas/core | |
creating build/lib.linux-x86_64-2.7/pandas/indexes | |
copying pandas/indexes/api.py -> build/lib.linux-x86_64-2.7/pandas/indexes | |
copying pandas/indexes/numeric.py -> build/lib.linux-x86_64-2.7/pandas/indexes | |
copying pandas/indexes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/indexes | |
copying pandas/indexes/category.py -> build/lib.linux-x86_64-2.7/pandas/indexes | |
copying pandas/indexes/range.py -> build/lib.linux-x86_64-2.7/pandas/indexes | |
copying pandas/indexes/base.py -> build/lib.linux-x86_64-2.7/pandas/indexes | |
copying pandas/indexes/multi.py -> build/lib.linux-x86_64-2.7/pandas/indexes | |
creating 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/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/ga.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/json.py -> 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/parsers.py -> build/lib.linux-x86_64-2.7/pandas/io | |
copying pandas/io/excel.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/data.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/packers.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/html.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/pytables.py -> build/lib.linux-x86_64-2.7/pandas/io | |
copying pandas/io/gbq.py -> build/lib.linux-x86_64-2.7/pandas/io | |
copying pandas/io/wb.py -> build/lib.linux-x86_64-2.7/pandas/io | |
creating build/lib.linux-x86_64-2.7/pandas/io/sas | |
copying pandas/io/sas/sas7bdat.py -> build/lib.linux-x86_64-2.7/pandas/io/sas | |
copying pandas/io/sas/sas_xport.py -> build/lib.linux-x86_64-2.7/pandas/io/sas | |
copying pandas/io/sas/__init__.py -> build/lib.linux-x86_64-2.7/pandas/io/sas | |
copying pandas/io/sas/sasreader.py -> build/lib.linux-x86_64-2.7/pandas/io/sas | |
creating 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/__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/base.py -> build/lib.linux-x86_64-2.7/pandas/rpy | |
copying pandas/rpy/mass.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/scipy_sparse.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/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/panel.py -> 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/frame.py -> build/lib.linux-x86_64-2.7/pandas/sparse | |
copying pandas/sparse/series.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_libsparse.py -> 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/test_array.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_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/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 | |
copying pandas/stats/api.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/misc.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/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/common.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/fama_macbeth.py -> build/lib.linux-x86_64-2.7/pandas/stats | |
creating 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/testing.py -> build/lib.linux-x86_64-2.7/pandas/util | |
copying pandas/util/print_versions.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/doctools.py -> 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/terminal.py -> build/lib.linux-x86_64-2.7/pandas/util | |
copying pandas/util/nosetester.py -> build/lib.linux-x86_64-2.7/pandas/util | |
creating build/lib.linux-x86_64-2.7/pandas/tests | |
copying pandas/tests/test_util.py -> build/lib.linux-x86_64-2.7/pandas/tests | |
copying pandas/tests/test_style.py -> build/lib.linux-x86_64-2.7/pandas/tests | |
copying pandas/tests/test_compat.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_tseries.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_algos.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_base.py -> build/lib.linux-x86_64-2.7/pandas/tests | |
copying pandas/tests/test_graphics_others.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_panel.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_generic.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_categorical.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_strings.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 | |
copying pandas/tests/test_window.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_expressions.py -> build/lib.linux-x86_64-2.7/pandas/tests | |
copying pandas/tests/test_dtypes.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_stats.py -> build/lib.linux-x86_64-2.7/pandas/tests | |
copying pandas/tests/test_lib.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_testing.py -> build/lib.linux-x86_64-2.7/pandas/tests | |
copying pandas/tests/test_nanops.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 | |
creating build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_convert_to.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_apply.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_subclass.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_reshape.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_replace.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_mutate_columns.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_repr_info.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_query_eval.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_alter_axes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_misc_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_nonunique_indexes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_block_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_sorting.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_to_csv.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
copying pandas/tests/frame/test_axis_select_reindex.py -> build/lib.linux-x86_64-2.7/pandas/tests/frame | |
creating build/lib.linux-x86_64-2.7/pandas/tests/indexes | |
copying pandas/tests/indexes/test_base.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes | |
copying pandas/tests/indexes/test_category.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes | |
copying pandas/tests/indexes/test_datetimelike.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes | |
copying pandas/tests/indexes/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes | |
copying pandas/tests/indexes/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes | |
copying pandas/tests/indexes/test_range.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes | |
copying pandas/tests/indexes/test_multi.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes | |
copying pandas/tests/indexes/test_numeric.py -> build/lib.linux-x86_64-2.7/pandas/tests/indexes | |
creating build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_datetime_values.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_missing.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_operators.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_indexing.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_timeseries.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/common.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_analytics.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_repr.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_alter_axes.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_misc_api.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_combine_concat.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_io.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_dtypes.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_constructors.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
copying pandas/tests/series/test_internals.py -> build/lib.linux-x86_64-2.7/pandas/tests/series | |
creating build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_case.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_buffer.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_read_size.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_format.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_unpack_raw.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_subtype.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_obj.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_seq.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/__init__.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_newspec.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_sequnpack.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_pack.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_except.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_limits.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_unpack.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
copying pandas/tests/test_msgpack/test_extension.py -> build/lib.linux-x86_64-2.7/pandas/tests/test_msgpack | |
creating 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/rplot.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/tile.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/merge.py -> build/lib.linux-x86_64-2.7/pandas/tools | |
copying pandas/tools/util.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_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 | |
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 | |
creating build/lib.linux-x86_64-2.7/pandas/tseries | |
copying pandas/tseries/timedeltas.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/interval.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/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 | |
copying pandas/tseries/offsets.py -> build/lib.linux-x86_64-2.7/pandas/tseries | |
copying pandas/tseries/holiday.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/tdi.py -> build/lib.linux-x86_64-2.7/pandas/tseries | |
copying pandas/tseries/common.py -> build/lib.linux-x86_64-2.7/pandas/tseries | |
copying pandas/tseries/base.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/resample.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/converter.py -> build/lib.linux-x86_64-2.7/pandas/tseries | |
copying pandas/tseries/tools.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_plotting.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_base.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_timezones.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests | |
copying pandas/tseries/tests/test_holiday.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_tslib.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_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_timedeltas.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/test_period.py -> build/lib.linux-x86_64-2.7/pandas/tseries/tests | |
copying pandas/tseries/tests/test_timeseries_legacy.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_date_converters.py -> 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_parsers.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/test_packers.py -> build/lib.linux-x86_64-2.7/pandas/io/tests | |
copying pandas/io/tests/test_clipboard.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_gbq.py -> build/lib.linux-x86_64-2.7/pandas/io/tests | |
copying pandas/io/tests/test_json_norm.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/generate_legacy_storage_files.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_ga.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_html.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_data.py -> build/lib.linux-x86_64-2.7/pandas/io/tests | |
copying pandas/io/tests/test_common.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 | |
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/test_ujson.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 | |
creating 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/__init__.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/test_fama_macbeth.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_ols.py -> build/lib.linux-x86_64-2.7/pandas/stats/tests | |
creating build/lib.linux-x86_64-2.7/pandas/msgpack | |
copying pandas/msgpack/exceptions.py -> build/lib.linux-x86_64-2.7/pandas/msgpack | |
copying pandas/msgpack/__init__.py -> build/lib.linux-x86_64-2.7/pandas/msgpack | |
copying pandas/msgpack/_version.py -> build/lib.linux-x86_64-2.7/pandas/msgpack | |
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/legacy_0.10.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 | |
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/datetimetz_object.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_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 | |
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.15.2 | |
copying pandas/io/tests/data/legacy_pickle/0.15.2/0.15.2_x86_64_darwin_2.7.9.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.15.2 | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.0 | |
copying pandas/io/tests/data/legacy_pickle/0.16.0/0.16.0_x86_64_darwin_2.7.9.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.0 | |
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/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 | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.14.0 | |
copying pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.14.0 | |
copying pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_darwin_2.7.6.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.14.0 | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.15.0 | |
copying pandas/io/tests/data/legacy_pickle/0.15.0/0.15.0_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.15.0 | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0 | |
copying pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0 | |
copying pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_AMD64_windows_2.7.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.12.0 | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.14.1 | |
copying pandas/io/tests/data/legacy_pickle/0.14.1/0.14.1_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.14.1 | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_AMD64_windows_2.7.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.6.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_3.2.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.7.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.6.5.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.5.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_3.3.0.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0 | |
copying pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.8.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.13.0 | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2 | |
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.10.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2 | |
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_3.4.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2 | |
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_2.7.10.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2 | |
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.9.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2 | |
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_3.4.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2 | |
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_2.7.10.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2 | |
copying pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_3.4.3.pickle -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_pickle/0.16.2 | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1 | |
copying pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_darwin_2.7.11.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1 | |
copying pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_AMD64_windows_2.7.11.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1 | |
copying pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_darwin_3.5.1.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1 | |
copying pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_AMD64_windows_3.5.1.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1 | |
copying pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_linux_3.4.4.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1 | |
copying pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_linux_2.7.11.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.17.1 | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.0 | |
copying pandas/io/tests/data/legacy_msgpack/0.16.0/0.16.0_x86_64_darwin_2.7.9.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.0 | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2 | |
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_3.4.3.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2 | |
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_3.4.3.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2 | |
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_2.7.10.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2 | |
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.9.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2 | |
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_2.7.10.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2 | |
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.10.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2 | |
copying pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_3.4.3.msgpack -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/legacy_msgpack/0.16.2 | |
copying pandas/io/tests/data/stata6.csv -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata5.csv -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/iris.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/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/test1.csv.bz2 -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/tips.csv -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test1.csv.gz -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/S4_EDUC1.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata4_114.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata2_115.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata6_113.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata9_115.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata5_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata3_113.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata14_118.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata2_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata10_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata4_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata10_115.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata7_115.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata2_114.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata3_114.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata9_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata6_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata1_114.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata2_113.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata1_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata4_115.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata6_114.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata1_encoding.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata8_115.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata5_114.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata3_115.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata8_113.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata12_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata6_115.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata7_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata11_115.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata3_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata8_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata4_113.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata5_115.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata11_117.dta -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/stata5_113.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/gbq_fake_job.txt -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/times_1904.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/times_1900.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_squeeze.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/testskiprows.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/test1.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_index_name_pre17.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/blank.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_types.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_converters.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/blank_with_header.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test4.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_multisheet.xls -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/testmultiindex.xls -> 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/testmultiindex.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_squeeze.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/times_1900.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test1.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/times_1904.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test3.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/testskiprows.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/blank.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test4.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/blank_with_header.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_converters.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_types.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_multisheet.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_index_name_pre17.xlsx -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/blank_with_header.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test2.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test3.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_converters.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_index_name_pre17.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/testskiprows.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test4.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/times_1900.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/times_1904.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/testmultiindex.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_multisheet.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test1.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/blank.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_squeeze.xlsm -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/test_types.xlsm -> 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/computer_sales_page.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/yahoo_options3.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/wikipedia_states.html -> 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/macau.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
copying pandas/io/tests/data/yahoo_options2.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/yahoo_options1.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 | |
copying pandas/io/tests/data/nyse_wsj.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/data/html_encoding | |
copying pandas/io/tests/data/html_encoding/letz_latin1.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/html_encoding | |
copying pandas/io/tests/data/html_encoding/chinese_utf-16.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/html_encoding | |
copying pandas/io/tests/data/html_encoding/chinese_utf-32.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/html_encoding | |
copying pandas/io/tests/data/html_encoding/chinese_utf-8.html -> build/lib.linux-x86_64-2.7/pandas/io/tests/data/html_encoding | |
creating build/lib.linux-x86_64-2.7/pandas/io/tests/test_json/data | |
copying pandas/io/tests/test_json/data/tsframe_iso_v012.json -> build/lib.linux-x86_64-2.7/pandas/io/tests/test_json/data | |
copying pandas/io/tests/test_json/data/tsframe_v012.json -> build/lib.linux-x86_64-2.7/pandas/io/tests/test_json/data | |
creating build/lib.linux-x86_64-2.7/pandas/tests/data | |
copying pandas/tests/data/categorical_0_15_2.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/data | |
copying pandas/tests/data/categorical_0_14_1.pickle -> 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/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 | |
creating build/lib.linux-x86_64-2.7/pandas/tests/indexes/data | |
copying pandas/tests/indexes/data/s1-0.12.0.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/data | |
copying pandas/tests/indexes/data/s2-0.12.0.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/data | |
copying pandas/tests/indexes/data/multiindex_v1.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/data | |
copying pandas/tests/indexes/data/mindex_073.pickle -> build/lib.linux-x86_64-2.7/pandas/tests/indexes/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/series_daterange0.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/dateoffset_0_15_2.pickle -> 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/series.pickle -> build/lib.linux-x86_64-2.7/pandas/tseries/tests/data | |
copying pandas/tseries/tests/data/cday-0.14.1.pickle -> build/lib.linux-x86_64-2.7/pandas/tseries/tests/data | |
UPDATING build/lib.linux-x86_64-2.7/pandas/_version.py | |
set build/lib.linux-x86_64-2.7/pandas/_version.py to '0.18.0' | |
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 | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include -I/usr/include/python2.7 -c pandas/index.c -o build/temp.linux-x86_64-2.7/pandas/index.o -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/index.c:242: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
pandas/index.c: In function ‘__pyx_f_6pandas_5index_11IndexEngine_get_loc’: | |
pandas/index.c:9353:13: warning: ‘__pyx_v_mid’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__pyx_t_5 = PyInt_FromSsize_t(__pyx_v_mid); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 479; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
pandas/index.c:9125:14: note: ‘__pyx_v_mid’ was declared here | |
Py_ssize_t __pyx_v_mid; | |
^ | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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 -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime.c:18: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/datetime/np_datetime.c:10:0: | |
/usr/include/python2.7/datetime.h:188:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable] | |
static PyDateTime_CAPI *PyDateTimeAPI = NULL; | |
^ | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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 -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime_strings.c:17: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 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._period' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include -I/usr/include/python2.7 -c pandas/src/period.c -o build/temp.linux-x86_64-2.7/pandas/src/period.o -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/period.c:243: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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 -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime.c:18: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
In file included from pandas/src/datetime/np_datetime.c:10:0: | |
/usr/include/python2.7/datetime.h:188:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable] | |
static PyDateTime_CAPI *PyDateTimeAPI = NULL; | |
^ | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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 -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/src/datetime/np_datetime_strings.c:17: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include -I/usr/include/python2.7 -c pandas/src/period_helper.c -o build/temp.linux-x86_64-2.7/pandas/src/period_helper.o -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from pandas/src/period_helper.h:12, | |
from pandas/src/period_helper.c:1: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/pandas/src/period.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 build/temp.linux-x86_64-2.7/pandas/src/period_helper.o -o build/lib.linux-x86_64-2.7/pandas/_period.so | |
building 'pandas.algos' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ipandas/src/klib -Ipandas/src -I/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include -I/usr/include/python2.7 -c pandas/algos.c -o build/temp.linux-x86_64-2.7/pandas/algos.o -Wno-unused-function | |
In file included from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarraytypes.h:1777:0, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/ndarrayobject.h:18, | |
from /tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/numpy/core/include/numpy/arrayobject.h:4, | |
from pandas/algos.c:242: | |
/tmp/pip_build_root/pandas/.eggs/numpy-1.11.0-py2.7-linux-x86_64.egg/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] | |
#warning "Using deprecated NumPy API, disable it by " \ | |
^ | |
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_50roll_window.isra.344’: | |
pandas/algos.c:41172:21: warning: ‘__pyx_pybuffernd_tot_wgt.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
__Pyx_LocalBuf_ND __pyx_pybuffernd_tot_wgt; | |
^ | |
pandas/algos.c:41637:21: warning: ‘__pyx_pybuffernd_tot_wgt.diminfo[0].shape’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
} else if (unlikely(__pyx_t_20 >= __pyx_pybuffernd_tot_wgt.diminfo[0].shape)) __pyx_t_7 = 0; | |
^ | |
x86_64-linux-gnu-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.8/README.Bugs> for instructions. | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 4 | |
---------------------------------------- | |
Cleaning up... | |
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pandas/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-T9DHkn-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/pandas | |
Traceback (most recent call last): | |
File "/usr/bin/pip", line 9, in <module> | |
load_entry_point('pip==1.5.4', 'console_scripts', 'pip')() | |
File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 235, in main | |
return command.main(cmd_args) | |
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 161, in main | |
text = '\n'.join(complete_log) | |
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 72: ordinal not in range(128) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment