-
Couldn't load subscription status.
- Fork 1.9k
Closed
Description
talib/func.c: In function '__pyx_pf_5talib_4func_308VAR':
talib/func.c:114239:15: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_t_2 = PyArray_GETCONTIGUOUS(__pyx_v_real); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 11021, __pyx_L1_error)
^
talib/func.c: In function '__pyx_pf_5talib_4func_310WCLPRICE':
talib/func.c:114676:15: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_t_2 = PyArray_GETCONTIGUOUS(__pyx_v_high); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 11072, __pyx_L1_error)
^
talib/func.c:114781:15: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_t_2 = PyArray_GETCONTIGUOUS(__pyx_v_low); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 11079, __pyx_L1_error)
^
talib/func.c:114886:15: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_t_2 = PyArray_GETCONTIGUOUS(__pyx_v_close); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 11086, __pyx_L1_error)
^
talib/func.c: In function '__pyx_pf_5talib_4func_312WILLR':
talib/func.c:115478:15: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_t_2 = PyArray_GETCONTIGUOUS(__pyx_v_high); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 11149, __pyx_L1_error)
^
talib/func.c:115583:15: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_t_2 = PyArray_GETCONTIGUOUS(__pyx_v_low); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 11156, __pyx_L1_error)
^
talib/func.c:115688:15: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_t_2 = PyArray_GETCONTIGUOUS(__pyx_v_close); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 11163, __pyx_L1_error)
^
talib/func.c: In function '__pyx_pf_5talib_4func_314WMA':
talib/func.c:116256:15: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_t_2 = PyArray_GETCONTIGUOUS(__pyx_v_real); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 11224, __pyx_L1_error)
^
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-5/README.Bugs> for instructions.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 4
----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-e0bjn46w/TA-Lib/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-_fsw_9au-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-e0bjn46w/TA-Lib/
Metadata
Metadata
Assignees
Labels
No labels