Skip to content

Instantly share code, notes, and snippets.

@csbond007
Created February 28, 2020 19:29
Show Gist options
  • Save csbond007/6daad219c99127756bb544b3167b51d4 to your computer and use it in GitHub Desktop.
Save csbond007/6daad219c99127756bb544b3167b51d4 to your computer and use it in GitHub Desktop.
Errors in Python Time-Series Library installation
kaustavsaha@Kaustavs-MacBook-Pro ~ %
kaustavsaha@Kaustavs-MacBook-Pro ~ % pip install pyramid-arima
Collecting pyramid-arima
Using cached https://files.pythonhosted.org/packages/67/a5/7067ba4029e0caae394f2212aaa4308861330d4bd2ca083f8613737ba2ba/pyramid-arima-0.8.1.tar.gz
Requirement already satisfied: Cython>=0.23 in /usr/local/lib/python3.7/site-packages (from pyramid-arima) (0.29.15)
Requirement already satisfied: numpy>=1.10 in /usr/local/lib/python3.7/site-packages (from pyramid-arima) (1.18.1)
Requirement already satisfied: scipy>=0.9 in /usr/local/lib/python3.7/site-packages (from pyramid-arima) (1.4.1)
Requirement already satisfied: scikit-learn>=0.17 in /usr/local/lib/python3.7/site-packages (from pyramid-arima) (0.22.1)
Requirement already satisfied: pandas>=0.19 in /usr/local/lib/python3.7/site-packages (from pyramid-arima) (1.0.1)
Requirement already satisfied: statsmodels>=0.9.0 in /usr/local/lib/python3.7/site-packages (from pyramid-arima) (0.11.1)
Requirement already satisfied: joblib>=0.11 in /usr/local/lib/python3.7/site-packages (from scikit-learn>=0.17->pyramid-arima) (0.14.1)
Requirement already satisfied: python-dateutil>=2.6.1 in /usr/local/lib/python3.7/site-packages (from pandas>=0.19->pyramid-arima) (2.8.1)
Requirement already satisfied: pytz>=2017.2 in /usr/local/lib/python3.7/site-packages (from pandas>=0.19->pyramid-arima) (2019.3)
Requirement already satisfied: patsy>=0.5 in /usr/local/lib/python3.7/site-packages (from statsmodels>=0.9.0->pyramid-arima) (0.5.1)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.7/site-packages (from python-dateutil>=2.6.1->pandas>=0.19->pyramid-arima) (1.14.0)
Building wheels for collected packages: pyramid-arima
Building wheel for pyramid-arima (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /usr/local/opt/python/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-install-ka5cg6f8/pyramid-arima/setup.py'"'"'; __file__='"'"'/private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-install-ka5cg6f8/pyramid-arima/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-wheel-358bkf0f --python-tag cp37
cwd: /private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-install-ka5cg6f8/pyramid-arima/
Complete output (283 lines):
Partial import of pyramid during the build process.
Requirements: ['Cython>=0.23', 'numpy>=1.10', 'scipy>=0.9', 'scikit-learn>=0.17', 'pandas>=0.19', 'statsmodels>=0.9.0']
Adding extra setuptools args
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
libraries mkl_rt not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
blis_info:
libraries blis not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_info:
libraries satlas not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
accelerate_info:
libraries accelerate not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
Library accelerate was not found. Ignoring
libraries veclib not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
Library veclib was not found. Ignoring
FOUND:
extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
FOUND:
extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
running bdist_wheel
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "pyramid.__check_build._check_build" sources
building extension "pyramid.arima._arima" sources
build_src: building npy-pkg config files
running build_py
creating build
creating build/lib.macosx-10.15-x86_64-3.7
creating build/lib.macosx-10.15-x86_64-3.7/pyramid
copying pyramid/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid
copying pyramid/setup.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid
copying pyramid/_config.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build
copying pyramid/__check_build/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build
copying pyramid/__check_build/setup.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build/tests
copying pyramid/__check_build/tests/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build/tests
copying pyramid/__check_build/tests/test_check_build.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build/tests
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/_build_utils
copying pyramid/_build_utils/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/_build_utils
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/_build_utils/tests
copying pyramid/_build_utils/tests/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/_build_utils/tests
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
copying pyramid/compat/matplotlib.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
copying pyramid/compat/pandas.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
copying pyramid/compat/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
copying pyramid/compat/numpy.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
copying pyramid/compat/python.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/compat/tests
copying pyramid/compat/tests/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat/tests
copying pyramid/compat/tests/test_compat.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat/tests
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
copying pyramid/datasets/wineind.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
copying pyramid/datasets/heartrate.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
copying pyramid/datasets/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
copying pyramid/datasets/woolyrnq.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
copying pyramid/datasets/lynx.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/wrapped.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/visualization.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/metaestimators.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/testing.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/array.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/test_vis.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/test_array.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/test_wrapped.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/test_meta.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/test_testing.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/approx.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/stationarity.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/warnings.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/setup.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/utils.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/seasonality.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/arima.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/auto.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
copying pyramid/arima/tests/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
copying pyramid/arima/tests/test_arima.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
copying pyramid/arima/tests/test_c_arima.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
copying pyramid/arima/tests/test_approx.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
copying pyramid/arima/tests/test_stationarity.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
building 'pyramid.__check_build._check_build' extension
compiling C sources
C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers
creating build/temp.macosx-10.15-x86_64-3.7/pyramid
creating build/temp.macosx-10.15-x86_64-3.7/pyramid/__check_build
compile options: '-I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c'
clang: pyramid/__check_build/_check_build.c
pyramid/__check_build/_check_build.c:1495:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
pyramid/__check_build/_check_build.c:1492:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
pyramid/__check_build/_check_build.c:1557:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
pyramid/__check_build/_check_build.c:1607:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
pyramid/__check_build/_check_build.c:1669:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
pyramid/__check_build/_check_build.c:1027:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
pyramid/__check_build/_check_build.c:1076:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
pyramid/__check_build/_check_build.c:1261:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
8 warnings generated.
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.15-x86_64-3.7/pyramid/__check_build/_check_build.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build/_check_build.cpython-37m-darwin.so
building 'pyramid.arima._arima' extension
compiling C sources
C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers
creating build/temp.macosx-10.15-x86_64-3.7/pyramid/arima
compile options: '-DNO_ATLAS_INFO=3 -DHAVE_CBLAS -I/usr/local/lib/python3.7/site-packages/numpy/core/include -Ipyramid/arima/_arima_fast_helpers.h -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c'
extra options: '-msse3 -I/System/Library/Frameworks/vecLib.framework/Headers'
clang: pyramid/arima/_arima.c
In file included from pyramid/arima/_arima.c:308:
In file included from /usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
In file included from /usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1832:
/usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it with " \
^
pyramid/arima/_arima.c:26129:21: error: no member named 'exc_type' in 'struct _ts'
*type = tstate->exc_type;
~~~~~~ ^
pyramid/arima/_arima.c:26130:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
*value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:26131:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
*tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:26138:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
pyramid/arima/_arima.c:26139:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:26140:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:26141:13: error: no member named 'exc_type' in 'struct _ts'
tstate->exc_type = type;
~~~~~~ ^
pyramid/arima/_arima.c:26142:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tstate->exc_value = value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:26143:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tstate->exc_traceback = tb;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:26198:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
pyramid/arima/_arima.c:26199:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:26200:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:26201:13: error: no member named 'exc_type' in 'struct _ts'
tstate->exc_type = local_type;
~~~~~~ ^
pyramid/arima/_arima.c:26202:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tstate->exc_value = local_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:26203:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tstate->exc_traceback = local_tb;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:27811:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
pyramid/arima/_arima.c:27812:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:27813:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:27814:13: error: no member named 'exc_type' in 'struct _ts'
tstate->exc_type = *type;
~~~~~~ ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
error: Command "clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -I/usr/local/lib/python3.7/site-packages/numpy/core/include -Ipyramid/arima/_arima_fast_helpers.h -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c pyramid/arima/_arima.c -o build/temp.macosx-10.15-x86_64-3.7/pyramid/arima/_arima.o -MMD -MF build/temp.macosx-10.15-x86_64-3.7/pyramid/arima/_arima.o.d -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers" failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for pyramid-arima
Running setup.py clean for pyramid-arima
Failed to build pyramid-arima
Installing collected packages: pyramid-arima
Running setup.py install for pyramid-arima ... error
ERROR: Command errored out with exit status 1:
command: /usr/local/opt/python/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-install-ka5cg6f8/pyramid-arima/setup.py'"'"'; __file__='"'"'/private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-install-ka5cg6f8/pyramid-arima/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-record-e32zf1ov/install-record.txt --single-version-externally-managed --compile
cwd: /private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-install-ka5cg6f8/pyramid-arima/
Complete output (283 lines):
Partial import of pyramid during the build process.
Requirements: ['Cython>=0.23', 'numpy>=1.10', 'scipy>=0.9', 'scikit-learn>=0.17', 'pandas>=0.19', 'statsmodels>=0.9.0']
Adding extra setuptools args
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
libraries mkl_rt not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
blis_info:
libraries blis not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_info:
libraries satlas not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
accelerate_info:
libraries accelerate not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
Library accelerate was not found. Ignoring
libraries veclib not found in ['/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib', '/usr/local/lib', '/usr/lib']
Library veclib was not found. Ignoring
FOUND:
extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
FOUND:
extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "pyramid.__check_build._check_build" sources
building extension "pyramid.arima._arima" sources
build_src: building npy-pkg config files
running build_py
creating build
creating build/lib.macosx-10.15-x86_64-3.7
creating build/lib.macosx-10.15-x86_64-3.7/pyramid
copying pyramid/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid
copying pyramid/setup.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid
copying pyramid/_config.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build
copying pyramid/__check_build/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build
copying pyramid/__check_build/setup.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build/tests
copying pyramid/__check_build/tests/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build/tests
copying pyramid/__check_build/tests/test_check_build.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build/tests
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/_build_utils
copying pyramid/_build_utils/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/_build_utils
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/_build_utils/tests
copying pyramid/_build_utils/tests/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/_build_utils/tests
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
copying pyramid/compat/matplotlib.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
copying pyramid/compat/pandas.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
copying pyramid/compat/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
copying pyramid/compat/numpy.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
copying pyramid/compat/python.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/compat/tests
copying pyramid/compat/tests/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat/tests
copying pyramid/compat/tests/test_compat.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/compat/tests
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
copying pyramid/datasets/wineind.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
copying pyramid/datasets/heartrate.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
copying pyramid/datasets/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
copying pyramid/datasets/woolyrnq.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
copying pyramid/datasets/lynx.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/datasets
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/wrapped.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/visualization.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/metaestimators.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/testing.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
copying pyramid/utils/array.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/test_vis.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/test_array.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/test_wrapped.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/test_meta.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
copying pyramid/utils/tests/test_testing.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/utils/tests
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/approx.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/stationarity.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/warnings.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/setup.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/utils.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/seasonality.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/arima.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
copying pyramid/arima/auto.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima
creating build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
copying pyramid/arima/tests/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
copying pyramid/arima/tests/test_arima.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
copying pyramid/arima/tests/test_c_arima.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
copying pyramid/arima/tests/test_approx.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
copying pyramid/arima/tests/test_stationarity.py -> build/lib.macosx-10.15-x86_64-3.7/pyramid/arima/tests
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
building 'pyramid.__check_build._check_build' extension
compiling C sources
C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers
creating build/temp.macosx-10.15-x86_64-3.7/pyramid
creating build/temp.macosx-10.15-x86_64-3.7/pyramid/__check_build
compile options: '-I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c'
clang: pyramid/__check_build/_check_build.c
pyramid/__check_build/_check_build.c:1495:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
pyramid/__check_build/_check_build.c:1492:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
^
pyramid/__check_build/_check_build.c:1557:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
pyramid/__check_build/_check_build.c:1607:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
pyramid/__check_build/_check_build.c:1669:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
pyramid/__check_build/_check_build.c:1027:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
pyramid/__check_build/_check_build.c:1076:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
pyramid/__check_build/_check_build.c:1261:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
8 warnings generated.
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.15-x86_64-3.7/pyramid/__check_build/_check_build.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.15-x86_64-3.7/pyramid/__check_build/_check_build.cpython-37m-darwin.so
building 'pyramid.arima._arima' extension
compiling C sources
C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers
creating build/temp.macosx-10.15-x86_64-3.7/pyramid/arima
compile options: '-DNO_ATLAS_INFO=3 -DHAVE_CBLAS -I/usr/local/lib/python3.7/site-packages/numpy/core/include -Ipyramid/arima/_arima_fast_helpers.h -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c'
extra options: '-msse3 -I/System/Library/Frameworks/vecLib.framework/Headers'
clang: pyramid/arima/_arima.c
In file included from pyramid/arima/_arima.c:308:
In file included from /usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12:
In file included from /usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1832:
/usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it with " \
^
pyramid/arima/_arima.c:26129:21: error: no member named 'exc_type' in 'struct _ts'
*type = tstate->exc_type;
~~~~~~ ^
pyramid/arima/_arima.c:26130:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
*value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:26131:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
*tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:26138:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
pyramid/arima/_arima.c:26139:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:26140:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:26141:13: error: no member named 'exc_type' in 'struct _ts'
tstate->exc_type = type;
~~~~~~ ^
pyramid/arima/_arima.c:26142:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tstate->exc_value = value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:26143:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tstate->exc_traceback = tb;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:26198:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
pyramid/arima/_arima.c:26199:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:26200:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:26201:13: error: no member named 'exc_type' in 'struct _ts'
tstate->exc_type = local_type;
~~~~~~ ^
pyramid/arima/_arima.c:26202:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tstate->exc_value = local_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:26203:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tstate->exc_traceback = local_tb;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:27811:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
pyramid/arima/_arima.c:27812:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
pyramid/arima/_arima.c:27813:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
pyramid/arima/_arima.c:27814:13: error: no member named 'exc_type' in 'struct _ts'
tstate->exc_type = *type;
~~~~~~ ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
error: Command "clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -I/usr/local/lib/python3.7/site-packages/numpy/core/include -Ipyramid/arima/_arima_fast_helpers.h -I/usr/local/lib/python3.7/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c pyramid/arima/_arima.c -o build/temp.macosx-10.15-x86_64-3.7/pyramid/arima/_arima.o -MMD -MF build/temp.macosx-10.15-x86_64-3.7/pyramid/arima/_arima.o.d -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers" failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /usr/local/opt/python/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-install-ka5cg6f8/pyramid-arima/setup.py'"'"'; __file__='"'"'/private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-install-ka5cg6f8/pyramid-arima/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/4v/4pzcsq2j37qfntxv4j5s5g340000gn/T/pip-record-e32zf1ov/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.
kaustavsaha@Kaustavs-MacBook-Pro ~ %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment