Code Monkey home page Code Monkey logo

Comments (8)

dmnfarrell avatar dmnfarrell commented on May 13, 2024

Did you use pip3 install pandastable?
It looks like it tried to install the package for python2.7 and that's why it's searching in the wrong site-packages path.
If using ubuntu/debian pip is python 2.

from pandastable.

chakwing avatar chakwing commented on May 13, 2024

Damien, I did use pip3 and because of it, future pip install are all into
python3 site-package even though I intended them for 2.7. Now I'm trying
to get around this by"setup.py install". I had cloned your git repo but
failed to "./configure" hence cannot "make && make install". DataExplore
is a very good tool, it's a shame not to be able to use it. But for me the
more important thing is to put columnar data into a grib-like gui. I read
some wxpython and installed PyQt. But still haven't get any idea how to do
it. Perhaps I can find some hints from your git-repo. Cheers. Simon.

2015-07-25 20:19 GMT+08:00 Damien Farrell [email protected]:

Did you use pip3 install pandastable?
It looks like it tried to install the package for python2.7 and that's why
it's searching in the wrong site-packages path.
If using ubuntu/debian pip is python 2.


Reply to this email directly or view it on GitHub
#11 (comment)
.

from pandastable.

dmnfarrell avatar dmnfarrell commented on May 13, 2024

If you download the latest tar.gz file you can just do:

tar -xzvf pandastable.version.tar.gz
cd pandastable
sudo python3 setup.py install 

and it should install the package correctly just like using pip. Note you will still need to install the dependencies using apt-get and/or pip.

(./configure && make etc. is not needed as this isn't a c library).

from pandastable.

chakwing avatar chakwing commented on May 13, 2024

Damien, o.k. I followed your advise. Here's the result:
pandas/src/period.c:8:22: fatal error: pyconfig.h: 没有那个文件或目录
#include "pyconfig.h"
^
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc'
failed with exit status 1

the Chinese means: no such document/directory. Is this a python-pandas
error?
thanks. Simon.

2015-07-26 18:28 GMT+08:00 Damien Farrell [email protected]:

If you download the latest tar.gz file
https://github.com/dmnfarrell/pandastable/releases/download/v0.4.2/pandastable-0.4.2.tar.gz
you can just do:

tar -xzvf pandastable.version.tar.gz
cd pandastable
sudo python3 setup.py install

and it should install the package correctly just like using pip.

(./configure && make etc. is not needed as this isn't a c library).


Reply to this email directly or view it on GitHub
#11 (comment)
.

from pandastable.

chakwing avatar chakwing commented on May 13, 2024

some more dump:
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
pandas/src/period.c:8:22: fatal error: pyconfig.h: 没有那个文件或目录
#include "pyconfig.h"
^
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc'
failed with exit status 1
sorry for giving you this trouble. Thanks. Simon.

2015-07-27 11:56 GMT+08:00 Simon Sin [email protected]:

Damien, o.k. I followed your advise. Here's the result:
pandas/src/period.c:8:22: fatal error: pyconfig.h: 没有那个文件或目录
#include "pyconfig.h"
^
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc'
failed with exit status 1

the Chinese means: no such document/directory. Is this a python-pandas
error?
thanks. Simon.

2015-07-26 18:28 GMT+08:00 Damien Farrell [email protected]:

If you download the latest tar.gz file
https://github.com/dmnfarrell/pandastable/releases/download/v0.4.2/pandastable-0.4.2.tar.gz
you can just do:

tar -xzvf pandastable.version.tar.gz
cd pandastable
sudo python3 setup.py install

and it should install the package correctly just like using pip.

(./configure && make etc. is not needed as this isn't a c library).


Reply to this email directly or view it on GitHub
#11 (comment)
.

from pandastable.

chakwing avatar chakwing commented on May 13, 2024

Damien,
I found out about pycong.h and managed to install it. I didn't aware I
need python3-dev etc.
I attached for you two files. File #1 is the install terminal dump (as
much as I can help, some missing because of overflow of text). File #2 is
the picture of DataExplore running in my machine. Now I can try out your
youtube videos. Thank you very much. Simon.

2015-07-27 11:58 GMT+08:00 Simon Sin [email protected]:

some more dump:
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
pandas/src/period.c:8:22: fatal error: pyconfig.h: 没有那个文件或目录
#include "pyconfig.h"
^
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc'
failed with exit status 1
sorry for giving you this trouble. Thanks. Simon.

2015-07-27 11:56 GMT+08:00 Simon Sin [email protected]:

Damien, o.k. I followed your advise. Here's the result:
pandas/src/period.c:8:22: fatal error: pyconfig.h: 没有那个文件或目录
#include "pyconfig.h"
^
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc'
failed with exit status 1

the Chinese means: no such document/directory. Is this a python-pandas
error?
thanks. Simon.

2015-07-26 18:28 GMT+08:00 Damien Farrell [email protected]:

If you download the latest tar.gz file
https://github.com/dmnfarrell/pandastable/releases/download/v0.4.2/pandastable-0.4.2.tar.gz
you can just do:

tar -xzvf pandastable.version.tar.gz
cd pandastable
sudo python3 setup.py install

and it should install the package correctly just like using pip.

(./configure && make etc. is not needed as this isn't a c library).


Reply to this email directly or view it on GitHub
#11 (comment)
.

from pandastable.

chakwing avatar chakwing commented on May 13, 2024

sorry, I forgot to attached these files in the previous email. Thanks.
Simon.

2015-07-27 13:47 GMT+08:00 Simon Sin [email protected]:

Damien,
I found out about pycong.h and managed to install it. I didn't aware I
need python3-dev etc.
I attached for you two files. File #1 is the install terminal dump (as
much as I can help, some missing because of overflow of text). File #2 is
the picture of DataExplore running in my machine. Now I can try out your
youtube videos. Thank you very much. Simon.

2015-07-27 11:58 GMT+08:00 Simon Sin [email protected]:

some more dump:
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
pandas/src/period.c:8:22: fatal error: pyconfig.h: 没有那个文件或目录
#include "pyconfig.h"
^
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc'
failed with exit status 1
sorry for giving you this trouble. Thanks. Simon.

2015-07-27 11:56 GMT+08:00 Simon Sin [email protected]:

Damien, o.k. I followed your advise. Here's the result:
pandas/src/period.c:8:22: fatal error: pyconfig.h: 没有那个文件或目录
#include "pyconfig.h"
^
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc'
failed with exit status 1

the Chinese means: no such document/directory. Is this a python-pandas
error?
thanks. Simon.

2015-07-26 18:28 GMT+08:00 Damien Farrell [email protected]:

If you download the latest tar.gz file
https://github.com/dmnfarrell/pandastable/releases/download/v0.4.2/pandastable-0.4.2.tar.gz
you can just do:

tar -xzvf pandastable.version.tar.gz
cd pandastable
sudo python3 setup.py install

and it should install the package correctly just like using pip.

(./configure && make etc. is not needed as this isn't a c library).


Reply to this email directly or view it on GitHub
#11 (comment)
.

pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal)
^
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’
KHASH_MAP_INIT_INT64(int64, size_t)
^
In file included from pandas/src/parser/io.c:1:0:
pandas/src/parser/io.h: At top level:
pandas/src/parser/io.h:33:0: warning: "HAVE_MMAP" redefined
#define HAVE_MMAP
^
In file included from /usr/include/python3.4m/pyconfig.h:3:0,
from /usr/include/python3.4m/Python.h:8,
from pandas/src/parser/io.h:1,
from pandas/src/parser/io.c:1:
/usr/include/x86_64-linux-gnu/python3.4m/pyconfig.h:587:0: note: this is the location of the previous definition
#define HAVE_MMAP 1
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/index.c:250:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/src/klib/khash_python.h:3:0,
from pandas/index.c:254:
pandas/src/klib/khash.h: In function ‘kh_del_str’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define **ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal)
^
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’
KHASH_MAP_INIT_STR(str, size_t)
^
pandas/src/klib/khash.h: In function ‘kh_del_int32’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal)
^
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’
KHASH_MAP_INIT_INT(int32, size_t)
^
pandas/src/klib/khash.h: In function ‘kh_del_int64’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal)
^
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’
KHASH_MAP_INIT_INT64(int64, size_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:11:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal)
^
pandas/src/klib/khash_python.h:13:1: note: in expansion of macro ‘KHASH_MAP_INIT_FLOAT64’
KHASH_MAP_INIT_FLOAT64(float64, size_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:35:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_pyobject_t, khval_t, 1,
^
pandas/src/klib/khash_python.h:38:1: note: in expansion of macro ‘KHASH_MAP_INIT_PYOBJECT’
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:41:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_pyobject_t, char, 0,
^
pandas/src/klib/khash_python.h:44:1: note: in expansion of macro ‘KHASH_SET_INIT_PYOBJECT’
KHASH_SET_INIT_PYOBJECT(pyset)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal)
^
pandas/src/klib/khash_python.h:49:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’
KHASH_MAP_INIT_STR(strbox, kh_pyobject_t)
^
In file included from pandas/index.c:257:0:
pandas/src/datetime_helper.h: At top level:
pandas/src/datetime_helper.h:7:0: warning: "PyInt_AS_LONG" redefined
#define PyInt_AS_LONG PyLong_AsLong
^
pandas/index.c:145:0: note: this is the location of the previous definition
#define PyInt_AS_LONG PyLong_AS_LONG
^
pandas/index.c: In function ‘__pyx_f_6pandas_5index_11IndexEngine_get_loc’:
pandas/index.c:9003:13: warning: ‘__pyx_v_mid’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__pyx_r = (__pyx_v_mid + 1);
^
pandas/index.c:8769:14: note: ‘__pyx_v_mid’ was declared here
Py_ssize_t __pyx_v_mid;
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime.c:18:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/src/datetime/np_datetime.c:10:0:
/usr/include/python3.4m/datetime.h:191:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
static PyDateTime_CAPI *PyDateTimeAPI = NULL;
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime_strings.c:17:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
pandas/src/datetime/np_datetime_strings.c: In function ‘make_iso_8601_datetime’:
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=]
tmplen = snprintf(substr, sublen, "%04" NPY_INT64_FMT, (long long)dts->year);
^
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=]
pandas/src/datetime/np_datetime_strings.c: At top level:
pandas/src/datetime/np_datetime_strings.c:127:1: warning: ‘get_gmtime’ defined but not used [-Wunused-function]
get_gmtime(NPY_TIME_T *ts, struct tm tms)
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/lib.c:250:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/lib.c:255:0:
pandas/src/datetime_helper.h:7:0: warning: "PyInt_AS_LONG" redefined
#define PyInt_AS_LONG PyLong_AsLong
^
pandas/lib.c:145:0: note: this is the location of the previous definition
#define PyInt_AS_LONG PyLong_AS_LONG
^
pandas/lib.c: In function ‘__pyx_f_6pandas_3lib_slice_get_indices_ex’:
pandas/lib.c:26102:36: warning: passing argument 1 of ‘PySlice_GetIndicesEx’ from incompatible pointer type
__pyx_t_4 = PySlice_GetIndicesEx(((PySliceObject )__pyx_v_slc), __pyx_v_objlen, (&__pyx_v_start), (&__pyx_v_stop), (&__pyx_v_step), (&__pyx_v_length)); if (unlikely(__pyx_t_4 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1575; __pyx_clineno = __LINE
; goto **pyx_L1_error;}
^
In file included from /usr/include/python3.4m/Python.h:97:0,
from pandas/lib.c:16:
/usr/include/python3.4m/sliceobject.h:43:17: note: expected ‘struct PyObject *’ but argument is of type ‘struct PySliceObject *’
PyAPI_FUNC(int) PySlice_GetIndicesEx(PyObject r, Py_ssize_t length,
^
pandas/lib.c: In function ‘__pyx_f_6pandas_3lib_slice_len’:
pandas/lib.c:26326:36: warning: passing argument 1 of ‘PySlice_GetIndicesEx’ from incompatible pointer type
__pyx_t_4 = PySlice_GetIndicesEx(((PySliceObject )__pyx_v_slc), __pyx_v_objlen, (&__pyx_v_start), (&__pyx_v_stop), (&__pyx_v_step), (&__pyx_v_length)); if (unlikely(__pyx_t_4 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1598; __pyx_clineno = __LINE
; goto **pyx_L1_error;}
^
In file included from /usr/include/python3.4m/Python.h:97:0,
from pandas/lib.c:16:
/usr/include/python3.4m/sliceobject.h:43:17: note: expected ‘struct PyObject *’ but argument is of type ‘struct PySliceObject
PyAPI_FUNC(int) PySlice_GetIndicesEx(PyObject r, Py_ssize_t length,
^
pandas/lib.c: In function ‘__pyx_gb_6pandas_3lib_112generator’:
pandas/lib.c:25110:38: warning: ‘__pyx_t_22’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__pyx_cur_scope->__pyx_t_7 = __pyx_t_22;
^
pandas/lib.c:25107:38: warning: ‘__pyx_t_10’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__pyx_cur_scope->__pyx_t_3 = __pyx_t_10;
^
pandas/lib.c:25104:38: warning: ‘__pyx_t_5’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__pyx_cur_scope->__pyx_t_2 = __pyx_t_5;
^
pandas/lib.c:25109:38: warning: ‘__pyx_t_14’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__pyx_cur_scope->__pyx_t_6 = __pyx_t_14;
^
pandas/lib.c:25108:38: warning: ‘__pyx_t_11’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__pyx_cur_scope->__pyx_t_5 = __pyx_t_11;
^
pandas/lib.c: In function ‘__pyx_pw_6pandas_3lib_57maybe_booleans_to_slice’:
pandas/lib.c:11762:15: warning: ‘__pyx_v_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__pyx_t_6 = PyInt_FromSsize_t(__pyx_v_end); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 649; __pyx_clineno = __LINE
; goto pyx_L1_error;}
^
pandas/lib.c:11473:14: note: ‘__pyx_v_end’ was declared here
Py_ssize_t __pyx_v_end;
^
pandas/lib.c:11760:15: warning: ‘__pyx_v_start’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__pyx_t_7 = PyInt_FromSsize_t(__pyx_v_start); if (unlikely(!__pyx_t_7)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 649; __pyx_clineno = __LINE
; goto __pyx_L1_error;}
^
pandas/lib.c:11472:14: note: ‘__pyx_v_start’ was declared here
Py_ssize_t __pyx_v_start;
^
pandas/lib.c: In function ‘__pyx_pf_6pandas_3lib_177maybe_convert_objects.isra.300’:
pandas/lib.c:1445:73: warning: ‘__pyx_pybuffernd_itimedeltas.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define _Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char)buf + i0 * s0)
^
pandas/lib.c:50508:21: note: ‘__pyx_pybuffernd_itimedeltas.diminfo[0].strides’ was declared here
__Pyx_LocalBuf_ND __pyx_pybuffernd_itimedeltas;
^
pandas/lib.c:50508:21: warning: ‘__pyx_pybuffernd_itimedeltas.diminfo[0].shape’ may be used uninitialized in this function [-Wmaybe-uninitialized]
pandas/lib.c:1445:73: warning: ‘__pyx_pybuffernd_idatetimes.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define _Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char)buf + i0 * s0)
^
pandas/lib.c:50504:21: note: ‘__pyx_pybuffernd_idatetimes.diminfo[0].strides’ was declared here
__Pyx_LocalBuf_ND __pyx_pybuffernd_idatetimes;
^
pandas/lib.c:50504:21: warning: ‘__pyx_pybuffernd_idatetimes.diminfo[0].shape’ may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/algos.c:250:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/algos.c:259:0:
pandas/src/datetime_helper.h:7:0: warning: "PyInt_AS_LONG" redefined
#define PyInt_AS_LONG PyLong_AsLong
^
pandas/algos.c:145:0: note: this is the location of the previous definition
#define PyInt_AS_LONG PyLong_AS_LONG
^
In file included from pandas/src/klib/khash_python.h:3:0,
from pandas/algos.c:264:
pandas/src/klib/khash.h: In function ‘kh_del_str’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal)
^
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’
KHASH_MAP_INIT_STR(str, size_t)
^
pandas/src/klib/khash.h: In function ‘kh_del_int32’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal)
^
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’
KHASH_MAP_INIT_INT(int32, size_t)
^
pandas/src/klib/khash.h: In function ‘kh_del_int64’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal)
^
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’
KHASH_MAP_INIT_INT64(int64, size_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:11:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal)
^
pandas/src/klib/khash_python.h:13:1: note: in expansion of macro ‘KHASH_MAP_INIT_FLOAT64’
KHASH_MAP_INIT_FLOAT64(float64, size_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:35:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_pyobject_t, khval_t, 1,
^
pandas/src/klib/khash_python.h:38:1: note: in expansion of macro ‘KHASH_MAP_INIT_PYOBJECT’
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:41:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_pyobject_t, char, 0,
^
pandas/src/klib/khash_python.h:44:1: note: in expansion of macro ‘KHASH_SET_INIT_PYOBJECT’
KHASH_SET_INIT_PYOBJECT(pyset)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal)
^
pandas/src/klib/khash_python.h:49:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’
KHASH_MAP_INIT_STR(strbox, kh_pyobject_t)
^
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_422group_ohlc_float32.isra.126’:
pandas/algos.c:133325:213: warning: ‘__pyx_v_vclose’ may be used uninitialized in this function [-Wmaybe-uninitialized]
___Pyx_BufPtrStrided2d(__pyx_t_5numpy_float32_t *, __pyx_pybuffernd_out.rcbuffer->pybuffer.buf, __pyx_t_27, __pyx_pybuffernd_out.diminfo[0].strides, __pyx_t_28, __pyx_pybuffernd_out.diminfo[1].strides) = __pyx_v_vclose;
^
pandas/algos.c:133314:213: warning: ‘__pyx_v_vlow’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*__Pyx_BufPtrStrided2d(__pyx_t_5numpy_float32_t *, __pyx_pybuffernd_out.rcbuffer->pybuffer.buf, __pyx_t_25, __pyx_pybuffernd_out.diminfo[0].strides, __pyx_t_26, __pyx_pybuffernd_out.diminfo[1].strides) = __pyx_v_vlow;
^
pandas/algos.c:133303:213: warning: ‘__pyx_v_vhigh’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*__Pyx_BufPtrStrided2d(__pyx_t_5numpy_float32_t *, __pyx_pybuffernd_out.rcbuffer->pybuffer.buf, __pyx_t_23, __pyx_pybuffernd_out.diminfo[0].strides, __pyx_t_24, __pyx_pybuffernd_out.diminfo[1].strides) = __pyx_v_vhigh;
^
pandas/algos.c:133292:213: warning: ‘__pyx_v_vopen’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*__Pyx_BufPtrStrided2d(__pyx_t_5numpy_float32_t *, __pyx_pybuffernd_out.rcbuffer->pybuffer.buf, __pyx_t_21, __pyx_pybuffernd_out.diminfo[0].strides, __pyx_t_22, __pyx_pybuffernd_out.diminfo[1].strides) = __pyx_v_vopen;
^
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_420group_ohlc_float64.isra.127’:
pandas/algos.c:132499:213: warning: ‘__pyx_v_vclose’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*__Pyx_BufPtrStrided2d(__pyx_t_5numpy_float64_t *, __pyx_pybuffernd_out.rcbuffer->pybuffer.buf, __pyx_t_27, __pyx_pybuffernd_out.diminfo[0].strides, __pyx_t_28, __pyx_pybuffernd_out.diminfo[1].strides) = __pyx_v_vclose;
^
pandas/algos.c:132488:213: warning: ‘__pyx_v_vlow’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*__Pyx_BufPtrStrided2d(__pyx_t_5numpy_float64_t *, __pyx_pybuffernd_out.rcbuffer->pybuffer.buf, __pyx_t_25, __pyx_pybuffernd_out.diminfo[0].strides, __pyx_t_26, __pyx_pybuffernd_out.diminfo[1].strides) = __pyx_v_vlow;
^
pandas/algos.c:132477:213: warning: ‘__pyx_v_vhigh’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*__Pyx_BufPtrStrided2d(__pyx_t_5numpy_float64_t *, __pyx_pybuffernd_out.rcbuffer->pybuffer.buf, __pyx_t_23, __pyx_pybuffernd_out.diminfo[0].strides, __pyx_t_24, __pyx_pybuffernd_out.diminfo[1].strides) = __pyx_v_vhigh;
^
pandas/algos.c:132466:213: warning: ‘__pyx_v_vopen’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*__Pyx_BufPtrStrided2d(__pyx_t_5numpy_float64_t *, __pyx_pybuffernd_out.rcbuffer->pybuffer.buf, __pyx_t_21, __pyx_pybuffernd_out.diminfo[0].strides, __pyx_t_22, __pyx_pybuffernd_out.diminfo[1].strides) = __pyx_v_vopen;
^
pandas/algos.c: In function ‘__pyx_pf_6pandas_5algos_56roll_window.isra.337’:
pandas/algos.c:39000: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:39000:21: warning: ‘__pyx_pybuffernd_tot_wgt.diminfo[0].shape’ may be used uninitialized in this function [-Wmaybe-uninitialized]
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/period.c:251:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/src/period.c:253:0:
pandas/src/datetime_helper.h:7:0: warning: "PyInt_AS_LONG" redefined
#define PyInt_AS_LONG PyLong_AsLong
^
pandas/src/period.c:145:0: note: this is the location of the previous definition
#define PyInt_AS_LONG PyLong_AS_LONG
^
In file included from pandas/src/period.c:261:0:
pandas/src/period_helper.h:169:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void initialize_daytime_conversion_factor_matrix();
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:26:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/period.c:251:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
_import_array(void)
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ufuncobject.h:327:0,
from pandas/src/period.c:252:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function]
_import_umath(void)
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime.c:18:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/src/datetime/np_datetime.c:10:0:
/usr/include/python3.4m/datetime.h:191:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
static PyDateTime_CAPI *PyDateTimeAPI = NULL;
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime_strings.c:17:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
pandas/src/datetime/np_datetime_strings.c: In function ‘make_iso_8601_datetime’:
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=]
tmplen = snprintf(substr, sublen, "%04" NPY_INT64_FMT, (long long)dts->year);
^
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=]
pandas/src/datetime/np_datetime_strings.c: At top level:
pandas/src/datetime/np_datetime_strings.c:127:1: warning: ‘get_gmtime’ defined but not used [-Wunused-function]
get_gmtime(NPY_TIME_T *ts, struct tm *tms)
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from pandas/src/period_helper.h:12,
from pandas/src/period_helper.c:1:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/src/period_helper.c:1:0:
pandas/src/period_helper.h:169:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void initialize_daytime_conversion_factor_matrix();
^
pandas/src/period_helper.c:303:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
static int calc_conversion_factors_matrix_size() {
^
pandas/src/period_helper.c:352:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
static void populate_conversion_factors_matrix() {
^
pandas/src/period_helper.c:376:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void initialize_daytime_conversion_factor_matrix() {
^
pandas/src/period_helper.c:33:20: warning: ‘NULL_AF_INFO’ defined but not used [-Wunused-variable]
static asfreq_info NULL_AF_INFO;
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/tslib.c:250:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/tslib.c:253:0:
pandas/src/datetime_helper.h:7:0: warning: "PyInt_AS_LONG" redefined
#define PyInt_AS_LONG PyLong_AsLong
^
pandas/tslib.c:145:0: note: this is the location of the previous definition
#define PyInt_AS_LONG PyLong_AS_LONG
^
In file included from pandas/src/klib/khash_python.h:3:0,
from pandas/tslib.c:261:
pandas/src/klib/khash.h: In function ‘kh_del_str’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal)
^
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’
KHASH_MAP_INIT_STR(str, size_t)
^
pandas/src/klib/khash.h: In function ‘kh_del_int32’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal)
^
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’
KHASH_MAP_INIT_INT(int32, size_t)
^
pandas/src/klib/khash.h: In function ‘kh_del_int64’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal)
^
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’
KHASH_MAP_INIT_INT64(int64, size_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:11:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal)
^
pandas/src/klib/khash_python.h:13:1: note: in expansion of macro ‘KHASH_MAP_INIT_FLOAT64’
KHASH_MAP_INIT_FLOAT64(float64, size_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:35:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_pyobject_t, khval_t, 1,
^
pandas/src/klib/khash_python.h:38:1: note: in expansion of macro ‘KHASH_MAP_INIT_PYOBJECT’
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:41:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_pyobject_t, char, 0,
^
pandas/src/klib/khash_python.h:44:1: note: in expansion of macro ‘KHASH_SET_INIT_PYOBJECT’
KHASH_SET_INIT_PYOBJECT(pyset)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal)
^
pandas/src/klib/khash_python.h:49:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’
KHASH_MAP_INIT_STR(strbox, kh_pyobject_t)
^
pandas/tslib.c: In function ‘__pyx_f_6pandas_5tslib__check_dts_bounds’:
pandas/tslib.c:23160:3: warning: implicit declaration of function ‘cmp_pandas_datetimestruct’ [-Wimplicit-function-declaration]
__pyx_t_2 = ((cmp_pandas_datetimestruct(__pyx_v_dts, (&__pyx_v_6pandas_5tslib__NS_MIN_DTS)) == -1) != 0);
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ufuncobject.h:327:0,
from pandas/tslib.c:251:
pandas/tslib.c: At top level:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘_import_umath’ defined but not used [-Wunused-function]
_import_umath(void)
^
pandas/tslib.c:13427:18: warning: ‘__pyx_f_6pandas_5tslib__tz_format’ defined but not used [-Wunused-function]
static PyObject *__pyx_f_6pandas_5tslib__tz_format(PyObject *__pyx_v_obj, PyObject *__pyx_v_zone) {
^
pandas/tslib.c: In function ‘__pyx_pf_6pandas_5tslib_58tz_localize_to_utc.isra.197’:
pandas/tslib.c:48158:21: warning: ‘__pyx_pybuffernd_dst_hours.diminfo[0].strides’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__Pyx_LocalBuf_ND __pyx_pybuffernd_dst_hours;
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime.c:18:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/src/datetime/np_datetime.c:10:0:
/usr/include/python3.4m/datetime.h:191:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
static PyDateTime_CAPI *PyDateTimeAPI = NULL;
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime_strings.c:17:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
pandas/src/datetime/np_datetime_strings.c: In function ‘make_iso_8601_datetime’:
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=]
tmplen = snprintf(substr, sublen, "%04" NPY_INT64_FMT, (long long)dts->year);
^
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=]
pandas/src/datetime/np_datetime_strings.c: At top level:
pandas/src/datetime/np_datetime_strings.c:127:1: warning: ‘get_gmtime’ defined but not used [-Wunused-function]
get_gmtime(NPY_TIME_T *ts, struct tm *tms)
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from pandas/src/period_helper.h:12,
from pandas/src/period_helper.c:1:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/src/period_helper.c:1:0:
pandas/src/period_helper.h:169:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void initialize_daytime_conversion_factor_matrix();
^
pandas/src/period_helper.c:303:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
static int calc_conversion_factors_matrix_size() {
^
pandas/src/period_helper.c:352:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
static void populate_conversion_factors_matrix() {
^
pandas/src/period_helper.c:376:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void initialize_daytime_conversion_factor_matrix() {
^
pandas/src/period_helper.c:33:20: warning: ‘NULL_AF_INFO’ defined but not used [-Wunused-variable]
static asfreq_info NULL_AF_INFO;
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/hashtable.c:251:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/src/klib/khash_python.h:3:0,
from pandas/hashtable.c:253:
pandas/src/klib/khash.h: In function ‘kh_del_str’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal)
^
pandas/src/klib/khash.h:573:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’
KHASH_MAP_INIT_STR(str, size_t)
^
pandas/src/klib/khash.h: In function ‘kh_del_int32’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:527:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khint32_t, khval_t, 1, kh_int_hash_func, kh_int_hash_equal)
^
pandas/src/klib/khash.h:574:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT’
KHASH_MAP_INIT_INT(int32, size_t)
^
pandas/src/klib/khash.h: In function ‘kh_del_int64’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash.h:548:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal)
^
pandas/src/klib/khash.h:575:1: note: in expansion of macro ‘KHASH_MAP_INIT_INT64’
KHASH_MAP_INIT_INT64(int64, size_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_float64’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:11:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, khfloat64_t, khval_t, 1, kh_float64_hash_func, kh_float64_hash_equal)
^
pandas/src/klib/khash_python.h:13:1: note: in expansion of macro ‘KHASH_MAP_INIT_FLOAT64’
KHASH_MAP_INIT_FLOAT64(float64, size_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_pymap’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:35:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_pyobject_t, khval_t, 1,
^
pandas/src/klib/khash_python.h:38:1: note: in expansion of macro ‘KHASH_MAP_INIT_PYOBJECT’
KHASH_MAP_INIT_PYOBJECT(pymap, Py_ssize_t)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_pyset’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
__ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
^
pandas/src/klib/khash_python.h:41:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_pyobject_t, char, 0,
^
pandas/src/klib/khash_python.h:44:1: note: in expansion of macro ‘KHASH_SET_INIT_PYOBJECT’
KHASH_SET_INIT_PYOBJECT(pyset)
^
pandas/src/klib/khash_python.h: In function ‘kh_del_strbox’:
pandas/src/klib/khash.h:155:38: warning: statement with no effect [-Wunused-value]
#define __ac_set_isdel_true(flag, i) (0)
^
pandas/src/klib/khash.h:321:4: note: in expansion of macro ‘__ac_set_isdel_true’
ac_set_isdel_true(h->flags, x);
^
pandas/src/klib/khash.h:327:2: note: in expansion of macro ‘KHASH_INIT2’
KHASH_INIT2(name, static PANDAS_INLINE, khkey_t, khval_t, kh_is_map, hash_func, hash_equal)
^
pandas/src/klib/khash.h:565:2: note: in expansion of macro ‘KHASH_INIT’
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal)
^
pandas/src/klib/khash_python.h:49:1: note: in expansion of macro ‘KHASH_MAP_INIT_STR’
KHASH_MAP_INIT_STR(strbox, kh_pyobject_t)
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/sparse.c:250:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/msgpack.cpp:252:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
pandas/msgpack.cpp: In function ‘PyObject
pyx_pf_6pandas_7msgpack_4unpackb(PyObject, PyObject, PyObject
, PyObject
, int, PyObject
, PyObject
, PyObject
)’:
pandas/msgpack.cpp:5597:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
__pyx_t_2 = ((__pyx_v_off < _pyx_v_buf_len) != 0);
^
pandas/msgpack.cpp: In function ‘PyObject
__pyx_f_6pandas_7msgpack_8Unpacker_read_from_file(_pyx_obj_6pandas_7msgpack_Unpacker)’:
pandas/msgpack.cpp:7180:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (((__pyx_t_2 < _pyx_t_3) != 0)) {
^
pandas/msgpack.cpp: In function ‘PyObject
__pyx_pf_6pandas_7msgpack_8Unpacker_8read_bytes(_pyx_obj_6pandas_7msgpack_Unpacker, Py_ssize_t)’:
pandas/msgpack.cpp:7660:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (((_pyx_t_1 < pyx_t_2) != 0)) {
^
In file included from pandas/src/msgpack/unpack.h:235:0,
from pandas/msgpack.cpp:254:
pandas/src/msgpack/unpack_template.h: In function ‘int template_execute(template_context
, const char
, size_t, size_t
) [with bool construct = false; size_t = long unsigned int]’:
pandas/src/msgpack/unpack_template.h:357:3: warning: ‘obj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
c->map_key = obj;
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:26:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/msgpack.cpp:252:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/__multiarray_api.h: At global scope:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: ‘int _import_array()’ defined but not used [-Wunused-function]
_import_array(void)
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ufuncobject.h:327:0,
from pandas/msgpack.cpp:253:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: ‘int _import_umath()’ defined but not used [-Wunused-function]
_import_umath(void)
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/ujson/python/objToJSON.c:40:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/ujson/python/JSONtoObj.c:41:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
pandas/src/ujson/lib/ultrajsondec.c:79:13: warning: ‘ClearError’ defined but not used [-Wunused-function]
static void ClearError( struct DecoderState *ds)
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime.c:18:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
In file included from pandas/src/datetime/np_datetime.c:10:0:
/usr/include/python3.4m/datetime.h:191:25: warning: ‘PyDateTimeAPI’ defined but not used [-Wunused-variable]
static PyDateTime_CAPI *PyDateTimeAPI = NULL;
^
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:17,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/src/datetime/np_datetime_strings.c:17:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
pandas/src/datetime/np_datetime_strings.c: In function ‘make_iso_8601_datetime’:
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=]
tmplen = snprintf(substr, sublen, "%04" NPY_INT64_FMT, (long long)dts->year);
^
pandas/src/datetime/np_datetime_strings.c:1147:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat=]
pandas/src/datetime/np_datetime_strings.c: At top level:
pandas/src/datetime/np_datetime_strings.c:127:1: warning: ‘get_gmtime’ defined but not used [-Wunused-function]
get_gmtime(NPY_TIME_T *ts, struct tm *tms)
^
creating /usr/local/lib/python3.4/dist-packages/pandas-0.16.2-py3.4-linux-x86_64.egg
Extracting pandas-0.16.2-py3.4-linux-x86_64.egg to /usr/local/lib/python3.4/dist-packages
Adding pandas 0.16.2 to easy-install.pth file

Installed /usr/local/lib/python3.4/dist-packages/pandas-0.16.2-py3.4-linux-x86_64.egg
Searching for xlrd==0.9.4
Best match: xlrd 0.9.4
Processing xlrd-0.9.4-py3.4.egg
xlrd 0.9.4 is already the active version in easy-install.pth
Installing runxlrd.py script to /usr/local/bin

Using /usr/local/lib/python3.4/dist-packages/xlrd-0.9.4-py3.4.egg
Searching for numexpr==2.4
Best match: numexpr 2.4
Adding numexpr 2.4 to easy-install.pth file

Using /usr/lib/python3/dist-packages
Searching for matplotlib==1.4.2
Best match: matplotlib 1.4.2
matplotlib 1.4.2 is already the active version in easy-install.pth

Using /usr/lib/python3/dist-packages
Searching for numpy==1.8.2
Best match: numpy 1.8.2
numpy 1.8.2 is already the active version in easy-install.pth

Using /usr/lib/python3/dist-packages
Searching for pytz==2014.10
Best match: pytz 2014.10
pytz 2014.10 is already the active version in easy-install.pth

Using /usr/lib/python3/dist-packages
Searching for python-dateutil==2.2
Best match: python-dateutil 2.2
python-dateutil 2.2 is already the active version in easy-install.pth

Using /usr/lib/python3/dist-packages
Searching for nose==1.3.4
Best match: nose 1.3.4
nose 1.3.4 is already the active version in easy-install.pth
Installing nosetests script to /usr/local/bin
Installing nosetests-3.4 script to /usr/local/bin

Using /usr/lib/python3/dist-packages
Searching for pyparsing==2.0.3
Best match: pyparsing 2.0.3
pyparsing 2.0.3 is already the active version in easy-install.pth

Using /usr/lib/python3/dist-packages
Searching for six==1.9.0
Best match: six 1.9.0
six 1.9.0 is already the active version in easy-install.pth

Using /usr/lib/python3/dist-packages
Finished processing dependencies for pandastable==0.4.2

from pandastable.

dmnfarrell avatar dmnfarrell commented on May 13, 2024

Glad you go it installed. You should only need python3-dev if installing matplotlib or numpy with pip so that the extension can be compiled.
I usually recommend using apt-get if using ubuntu. I will close this issue now.

Damien

from pandastable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.