Open alexwong1249118 opened 5 years ago
Any solution to this error. I've been getting the same on my debian 10 box while running python3 setup.py install.
Resolved the error and finally installed VHostScan successfully by running the setup.py with python2 specifically.
Ran the command python2 setup.py install and it worked.
Can anyone help me troubleshoot this install issue?
warning: no previously-included files matching '*.png' found anywhere in distribution [388/1509] package init file 'pandas/io/tests/sas/init.py' not found (or not a regular file)
package init file 'pandas/io/tests/sas/init.py' not found (or not a regular file)
UPDATING build/lib.linux-i686-3.7/pandas/_version.py
set build/lib.linux-i686-3.7/pandas/_version.py to '0.19.2'
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from pandas/lib.c:274:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [ -Wcpp]
warning "Using deprecated NumPy API, disable it with " \
^ ’}
~~In file included from pandas/lib.c:280:
pandas/src/numpy_helper.h: In function ‘transfer_object_column’:
pandas/src/numpy_helper.h:152:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘unsigned int’} [-Wsign-compare]
for (i = 0; i < length; ++i)
^
In file included from /usr/include/python3.7m/Python.h:120,
from pandas/lib.c:4:
pandas/lib.c: In function ‘pyx_f_6pandas_3lib_slice_get_indices_ex’:
pandas/lib.c:28309:37: warning: passing argument 1 of ‘PySlice_Unpack’ from incompatible pointer type [-Wincompatible-pointer-types]
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_ERR(0, 1723, __pyx_L1_error)
/usr/include/python3.7m/sliceobject.h:49:21: note: in definition of macro ‘PySlice_GetIndicesEx’
PySlice_Unpack((slice), (start), (stop), (step)) < 0 ? \
^~~~~
/usr/include/python3.7m/sliceobject.h:53:42: note: expected ‘PyObject ’ {aka ‘struct _object ’} but argument is of type ‘PySliceObject ’ {aka ‘struct
PyAPI_FUNC(int) PySlice_Unpack(PyObject slice,