GithubHelp home page GithubHelp logo

Comments (10)

tgsmith61591 avatar tgsmith61591 commented on May 21, 2024 2

Several things... The pyramid-arima package is deprecated. Use pmdarima. Second, you didn't include any system info, but I'm guessing you're using python 3.7 in which case this is a duplicate of #63 and #44. Use python 3.6 for now

from pmdarima.

kolyadav avatar kolyadav commented on May 21, 2024 2

@iamtariqchohan pyramid-arima has been deprecated for years. Use pip install pmdarima

Thank you so much..it worked for me!!!

from pmdarima.

AngelMatias avatar AngelMatias commented on May 21, 2024

I have this issue.
I did the step that you said above, but when I try to use the command: from pmdarima.arima import auto_arima, there this Error:
numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

from pmdarima.

tgsmith61591 avatar tgsmith61591 commented on May 21, 2024

Looks like a duplicate of #165 (and many others, for that matter). Update your numpy to 1.16+

from pmdarima.

iamtariqchohan avatar iamtariqchohan commented on May 21, 2024

#Error pip install pyramid-arima
Microsoft Windows [Version 10.0.16299.98]
(c) 2017 Microsoft Corporation. All rights reserved.

(base) C:\Users\Tariq>pip install pyramid-arima
Collecting pyramid-arima
Using cached pyramid-arima-0.8.1.tar.gz (515 kB)
Requirement already satisfied: Cython>=0.23 in c:\users\tariq\anaconda3\lib\site-packages (from pyramid-arima) (0.29.15)
Requirement already satisfied: numpy>=1.10 in c:\users\tariq\anaconda3\lib\site-packages (from pyramid-arima) (1.18.4)
Requirement already satisfied: scipy>=0.9 in c:\users\tariq\anaconda3\lib\site-packages (from pyramid-arima) (1.4.1)
Requirement already satisfied: scikit-learn>=0.17 in c:\users\tariq\anaconda3\lib\site-packages (from pyramid-arima) (0.22.1)
Requirement already satisfied: pandas>=0.19 in c:\users\tariq\anaconda3\lib\site-packages (from pyramid-arima) (1.0.1)
Requirement already satisfied: statsmodels>=0.9.0 in c:\users\tariq\anaconda3\lib\site-packages (from pyramid-arima) (0.11.0)
Requirement already satisfied: joblib>=0.11 in c:\users\tariq\anaconda3\lib\site-packages (from scikit-learn>=0.17->pyramid-arima) (0.14.1)
Requirement already satisfied: pytz>=2017.2 in c:\users\tariq\anaconda3\lib\site-packages (from pandas>=0.19->pyramid-arima) (2019.3)
Requirement already satisfied: python-dateutil>=2.6.1 in c:\users\tariq\anaconda3\lib\site-packages (from pandas>=0.19->pyramid-arima) (2.8.1)
Requirement already satisfied: patsy>=0.5 in c:\users\tariq\anaconda3\lib\site-packages (from statsmodels>=0.9.0->pyramid-arima) (0.5.1)
Requirement already satisfied: six>=1.5 in c:\users\tariq\anaconda3\lib\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: 'C:\Users\Tariq\Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Tariq\AppData\Local\Temp\pip-install-soc2ceaz\pyramid-arima\setup.py'"'"'; file='"'"'C:\Users\Tariq\AppData\Local\Temp\pip-install-soc2ceaz\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 'C:\Users\Tariq\AppData\Local\Temp\pip-wheel-9rn9wlm_'
cwd: C:\Users\Tariq\AppData\Local\Temp\pip-install-soc2ceaz\pyramid-arima
Complete output (262 lines):
Partial import of pyramid during the build process.
Requirements: ['Cython>=0.23\nnumpy>=1.10\nscipy>=0.9\nscikit-learn>=0.17\npandas>=0.19\nstatsmodels>=0.9.0\n']
Adding extra setuptools args
blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['C:\Users\Tariq\Anaconda3\lib', 'C:\', 'C:\Users\Tariq\Anaconda3\libs']
NOT AVAILABLE

blis_info:
libraries blis not found in ['C:\Users\Tariq\Anaconda3\lib', 'C:\', 'C:\Users\Tariq\Anaconda3\libs']
NOT AVAILABLE

openblas_info:
libraries openblas not found in ['C:\Users\Tariq\Anaconda3\lib', 'C:\', 'C:\Users\Tariq\Anaconda3\libs']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Found executable C:\Users\Tariq\Anaconda3\Library\mingw-w64\bin\gfortran.exe
Using built-in specs.
COLLECT_GCC=C:\Users\Tariq\Anaconda3\Library\mingw-w64\bin\gfortran.exe
COLLECT_LTO_WRAPPER=C:/Users/Tariq/Anaconda3/Library/mingw-w64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-5.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --with-gxx-include-dir=/mingw64/include/c++/5.3.0 --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-version-specific-runtime-libs --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev5, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 5.3.0 (Rev5, Built by MSYS2 project)
NOT AVAILABLE

atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas not found in ['C:\Users\Tariq\Anaconda3\lib', 'C:\', 'C:\Users\Tariq\Anaconda3\libs']
NOT AVAILABLE

atlas_3_10_blas_info:
libraries satlas not found in ['C:\Users\Tariq\Anaconda3\lib', 'C:\', 'C:\Users\Tariq\Anaconda3\libs']
NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['C:\Users\Tariq\Anaconda3\lib', 'C:\', 'C:\Users\Tariq\Anaconda3\libs']
NOT AVAILABLE

atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['C:\Users\Tariq\Anaconda3\lib', 'C:\', 'C:\Users\Tariq\Anaconda3\libs']
NOT AVAILABLE

accelerate_info:
NOT AVAILABLE

C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\distutils\system_info.py:1896: UserWarning:
Optimized (vendor) Blas libraries are not found.
Falls back to netlib Blas library which has worse performance.
A better performance should be easily gained by switching
Blas library.
if self._calc_info(blas):
blas_info:
libraries blas not found in ['C:\Users\Tariq\Anaconda3\lib', 'C:\', 'C:\Users\Tariq\Anaconda3\libs']
NOT AVAILABLE

C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\distutils\system_info.py:1896: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
if self._calc_info(blas):
blas_src_info:
NOT AVAILABLE

C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\distutils\system_info.py:1896: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
if self._calc_info(blas):
NOT AVAILABLE

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.win-amd64-3.7
creating build\lib.win-amd64-3.7\pyramid
copying pyramid\setup.py -> build\lib.win-amd64-3.7\pyramid
copying pyramid_config.py -> build\lib.win-amd64-3.7\pyramid
copying pyramid_init
.py -> build\lib.win-amd64-3.7\pyramid
creating build\lib.win-amd64-3.7\pyramid_check_build
copying pyramid_check_build\setup.py -> build\lib.win-amd64-3.7\pyramid_check_build
copying pyramid_check_build_init.py -> build\lib.win-amd64-3.7\pyramid_check_build
creating build\lib.win-amd64-3.7\pyramid_check_build\tests
copying pyramid_check_build\tests\test_check_build.py -> build\lib.win-amd64-3.7\pyramid_check_build/tests
copying pyramid_check_build\tests_init.py -> build\lib.win-amd64-3.7\pyramid_check_build/tests
creating build\lib.win-amd64-3.7\pyramid_build_utils
copying pyramid_build_utils_init
.py -> build\lib.win-amd64-3.7\pyramid_build_utils
creating build\lib.win-amd64-3.7\pyramid_build_utils\tests
copying pyramid_build_utils\tests_init
.py -> build\lib.win-amd64-3.7\pyramid_build_utils/tests
creating build\lib.win-amd64-3.7\pyramid\compat
copying pyramid\compat\matplotlib.py -> build\lib.win-amd64-3.7\pyramid\compat
copying pyramid\compat\numpy.py -> build\lib.win-amd64-3.7\pyramid\compat
copying pyramid\compat\pandas.py -> build\lib.win-amd64-3.7\pyramid\compat
copying pyramid\compat\python.py -> build\lib.win-amd64-3.7\pyramid\compat
copying pyramid\compat_init
.py -> build\lib.win-amd64-3.7\pyramid\compat
creating build\lib.win-amd64-3.7\pyramid\compat\tests
copying pyramid\compat\tests\test_compat.py -> build\lib.win-amd64-3.7\pyramid\compat/tests
copying pyramid\compat\tests_init
.py -> build\lib.win-amd64-3.7\pyramid\compat/tests
creating build\lib.win-amd64-3.7\pyramid\datasets
copying pyramid\datasets\heartrate.py -> build\lib.win-amd64-3.7\pyramid\datasets
copying pyramid\datasets\lynx.py -> build\lib.win-amd64-3.7\pyramid\datasets
copying pyramid\datasets\wineind.py -> build\lib.win-amd64-3.7\pyramid\datasets
copying pyramid\datasets\woolyrnq.py -> build\lib.win-amd64-3.7\pyramid\datasets
copying pyramid\datasets_init
.py -> build\lib.win-amd64-3.7\pyramid\datasets
creating build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\array.py -> build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\metaestimators.py -> build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\testing.py -> build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\visualization.py -> build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\wrapped.py -> build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils_init
.py -> build\lib.win-amd64-3.7\pyramid\utils
creating build\lib.win-amd64-3.7\pyramid\utils\tests
copying pyramid\utils\tests\test_array.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
copying pyramid\utils\tests\test_meta.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
copying pyramid\utils\tests\test_testing.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
copying pyramid\utils\tests\test_vis.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
copying pyramid\utils\tests\test_wrapped.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
copying pyramid\utils\tests_init
.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
creating build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\approx.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\arima.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\auto.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\seasonality.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\setup.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\stationarity.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\utils.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\warnings.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima_init
.py -> build\lib.win-amd64-3.7\pyramid\arima
creating build\lib.win-amd64-3.7\pyramid\arima\tests
copying pyramid\arima\tests\test_approx.py -> build\lib.win-amd64-3.7\pyramid\arima\tests
copying pyramid\arima\tests\test_arima.py -> build\lib.win-amd64-3.7\pyramid\arima\tests
copying pyramid\arima\tests\test_c_arima.py -> build\lib.win-amd64-3.7\pyramid\arima\tests
copying pyramid\arima\tests\test_stationarity.py -> build\lib.win-amd64-3.7\pyramid\arima\tests
copying pyramid\arima\tests_init
.py -> build\lib.win-amd64-3.7\pyramid\arima\tests
running build_ext
customize Mingw32CCompiler
customize Mingw32CCompiler using build_ext
building 'pyramid.__check_build._check_build' extension
compiling C sources
C compiler: gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypes

creating build\temp.win-amd64-3.7\Release\pyramid
creating build\temp.win-amd64-3.7\Release\pyramid_check_build
compile options: '-D__MSVCRT_VERSION
_=0x1916 -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\include -IC:\Users\Tariq\Anaconda3\include -c'
gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypes -D__MSVCRT_VERSION__=0x1916 -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\include -IC:\Users\Tariq\Anaconda3\include -c pyramid__check_build_check_build.c -o build\temp.win-amd64-3.7\Release\pyramid__check_build_check_build.o
gcc -g -shared build\temp.win-amd64-3.7\Release\pyramid__check_build_check_build.o -LC:\Users\Tariq\Anaconda3\libs -LC:\Users\Tariq\Anaconda3\PCbuild\amd64 -lpython37 -o build\lib.win-amd64-3.7\pyramid__check_build_check_build.cp37-win_amd64.pyd
building 'pyramid.arima._arima' extension
compiling C sources
C compiler: gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypes

creating build\temp.win-amd64-3.7\Release\pyramid\arima
compile options: '-D__MSVCRT_VERSION__=0x1916 -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -Ipyramid\arima_arima_fast_helpers.h -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\include -IC:\Users\Tariq\Anaconda3\include -c'
gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypes -D__MSVCRT_VERSION__=0x1916 -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -Ipyramid\arima_arima_fast_helpers.h -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\include -IC:\Users\Tariq\Anaconda3\include -c pyramid\arima_arima.c -o build\temp.win-amd64-3.7\Release\pyramid\arima_arima.o
cc1.exe: warning: pyramid\arima_arima_fast_helpers.h: not a directory
In file included from C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1832:0,
from C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:12,
from C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4,
from pyramid\arima_arima.c:308:
C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:14:9: note: #pragma message: C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#pragma message(WARN___LOC_"Using deprecated NumPy API, disable it with "
^
pyramid\arima_arima.c: In function '__Pyx__ExceptionSave':
pyramid\arima_arima.c:26129:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
*type = tstate->exc_type;
^
pyramid\arima_arima.c:26130:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
*value = tstate->exc_value;
^
pyramid\arima_arima.c:26131:17: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
*tb = tstate->exc_traceback;
^
pyramid\arima_arima.c: In function '__Pyx__ExceptionReset':
pyramid\arima_arima.c:26138:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
tmp_type = tstate->exc_type;
^
pyramid\arima_arima.c:26139:23: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
tmp_value = tstate->exc_value;
^
pyramid\arima_arima.c:26140:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
tmp_tb = tstate->exc_traceback;
^
pyramid\arima_arima.c:26141:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
tstate->exc_type = type;
^
pyramid\arima_arima.c:26142:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
tstate->exc_value = value;
^
pyramid\arima_arima.c:26143:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
tstate->exc_traceback = tb;
^
pyramid\arima_arima.c: In function '__Pyx__GetException':
pyramid\arima_arima.c:26198:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
tmp_type = tstate->exc_type;
^
pyramid\arima_arima.c:26199:23: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
tmp_value = tstate->exc_value;
^
pyramid\arima_arima.c:26200:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
tmp_tb = tstate->exc_traceback;
^
pyramid\arima_arima.c:26201:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
tstate->exc_type = local_type;
^
pyramid\arima_arima.c:26202:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
tstate->exc_value = local_value;
^
pyramid\arima_arima.c:26203:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
tstate->exc_traceback = local_tb;
^
pyramid\arima_arima.c: In function '__Pyx__ExceptionSwap':
pyramid\arima_arima.c:27811:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
tmp_type = tstate->exc_type;
^
pyramid\arima_arima.c:27812:23: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
tmp_value = tstate->exc_value;
^
pyramid\arima_arima.c:27813:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
tmp_tb = tstate->exc_traceback;
^
pyramid\arima_arima.c:27814:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
tstate->exc_type = *type;
^
pyramid\arima_arima.c:27815:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
tstate->exc_value = *value;
^
pyramid\arima_arima.c:27816:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
tstate->exc_traceback = *tb;
^
pyramid\arima_arima.c: In function 'Pyx_ImportType':
pyramid\arima_arima.c:30909:13: warning: unknown conversion type character 'z' in format [-Wformat=]
"%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd",
^
pyramid\arima_arima.c:30909:13: warning: unknown conversion type character 'z' in format [-Wformat=]
pyramid\arima_arima.c:30909:13: warning: too many arguments for format [-Wformat-extra-args]
error: Command "gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypes -D__MSVCRT_VERSION
=0x1916 -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -Ipyramid\arima_arima_fast_helpers.h -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\include -IC:\Users\Tariq\Anaconda3\include -c pyramid\arima_arima.c -o build\temp.win-amd64-3.7\Release\pyramid\arima_arima.o" 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: 'C:\Users\Tariq\Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Tariq\AppData\Local\Temp\pip-install-soc2ceaz\pyramid-arima\setup.py'"'"'; file='"'"'C:\Users\Tariq\AppData\Local\Temp\pip-install-soc2ceaz\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 'C:\Users\Tariq\AppData\Local\Temp\pip-record-1prbtw2w\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Tariq\Anaconda3\Include\pyramid-arima'
cwd: C:\Users\Tariq\AppData\Local\Temp\pip-install-soc2ceaz\pyramid-arima
Complete output (262 lines):
Partial import of pyramid during the build process.
Requirements: ['Cython>=0.23\nnumpy>=1.10\nscipy>=0.9\nscikit-learn>=0.17\npandas>=0.19\nstatsmodels>=0.9.0\n']
Adding extra setuptools args
blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['C:\Users\Tariq\Anaconda3\lib', 'C:\', 'C:\Users\Tariq\Anaconda3\libs']
NOT AVAILABLE

blis_info:
  libraries blis not found in ['C:\\Users\\Tariq\\Anaconda3\\lib', 'C:\\', 'C:\\Users\\Tariq\\Anaconda3\\libs']
  NOT AVAILABLE

openblas_info:
  libraries openblas not found in ['C:\\Users\\Tariq\\Anaconda3\\lib', 'C:\\', 'C:\\Users\\Tariq\\Anaconda3\\libs']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Found executable C:\Users\Tariq\Anaconda3\Library\mingw-w64\bin\gfortran.exe
Using built-in specs.
COLLECT_GCC=C:\Users\Tariq\Anaconda3\Library\mingw-w64\bin\gfortran.exe
COLLECT_LTO_WRAPPER=C:/Users/Tariq/Anaconda3/Library/mingw-w64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-5.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --with-gxx-include-dir=/mingw64/include/c++/5.3.0 --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-version-specific-runtime-libs --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev5, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 5.3.0 (Rev5, Built by MSYS2 project)
  NOT AVAILABLE

atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
  libraries tatlas not found in ['C:\\Users\\Tariq\\Anaconda3\\lib', 'C:\\', 'C:\\Users\\Tariq\\Anaconda3\\libs']
  NOT AVAILABLE

atlas_3_10_blas_info:
  libraries satlas not found in ['C:\\Users\\Tariq\\Anaconda3\\lib', 'C:\\', 'C:\\Users\\Tariq\\Anaconda3\\libs']
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
  libraries ptf77blas,ptcblas,atlas not found in ['C:\\Users\\Tariq\\Anaconda3\\lib', 'C:\\', 'C:\\Users\\Tariq\\Anaconda3\\libs']
  NOT AVAILABLE

atlas_blas_info:
  libraries f77blas,cblas,atlas not found in ['C:\\Users\\Tariq\\Anaconda3\\lib', 'C:\\', 'C:\\Users\\Tariq\\Anaconda3\\libs']
  NOT AVAILABLE

accelerate_info:
  NOT AVAILABLE

C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\distutils\system_info.py:1896: UserWarning:
    Optimized (vendor) Blas libraries are not found.
    Falls back to netlib Blas library which has worse performance.
    A better performance should be easily gained by switching
    Blas library.
  if self._calc_info(blas):
blas_info:
  libraries blas not found in ['C:\\Users\\Tariq\\Anaconda3\\lib', 'C:\\', 'C:\\Users\\Tariq\\Anaconda3\\libs']
  NOT AVAILABLE

C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\distutils\system_info.py:1896: UserWarning:
    Blas (http://www.netlib.org/blas/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [blas]) or by setting
    the BLAS environment variable.
  if self._calc_info(blas):
blas_src_info:
  NOT AVAILABLE

C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\distutils\system_info.py:1896: UserWarning:
    Blas (http://www.netlib.org/blas/) sources not found.
    Directories to search for the sources can be specified in the
    numpy/distutils/site.cfg file (section [blas_src]) or by setting
    the BLAS_SRC environment variable.
  if self._calc_info(blas):
  NOT AVAILABLE

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.win-amd64-3.7
creating build\lib.win-amd64-3.7\pyramid
copying pyramid\setup.py -> build\lib.win-amd64-3.7\pyramid
copying pyramid\_config.py -> build\lib.win-amd64-3.7\pyramid
copying pyramid\__init__.py -> build\lib.win-amd64-3.7\pyramid
creating build\lib.win-amd64-3.7\pyramid\__check_build
copying pyramid\__check_build\setup.py -> build\lib.win-amd64-3.7\pyramid\__check_build
copying pyramid\__check_build\__init__.py -> build\lib.win-amd64-3.7\pyramid\__check_build
creating build\lib.win-amd64-3.7\pyramid\__check_build\tests
copying pyramid\__check_build\tests\test_check_build.py -> build\lib.win-amd64-3.7\pyramid\__check_build/tests
copying pyramid\__check_build\tests\__init__.py -> build\lib.win-amd64-3.7\pyramid\__check_build/tests
creating build\lib.win-amd64-3.7\pyramid\_build_utils
copying pyramid\_build_utils\__init__.py -> build\lib.win-amd64-3.7\pyramid\_build_utils
creating build\lib.win-amd64-3.7\pyramid\_build_utils\tests
copying pyramid\_build_utils\tests\__init__.py -> build\lib.win-amd64-3.7\pyramid\_build_utils/tests
creating build\lib.win-amd64-3.7\pyramid\compat
copying pyramid\compat\matplotlib.py -> build\lib.win-amd64-3.7\pyramid\compat
copying pyramid\compat\numpy.py -> build\lib.win-amd64-3.7\pyramid\compat
copying pyramid\compat\pandas.py -> build\lib.win-amd64-3.7\pyramid\compat
copying pyramid\compat\python.py -> build\lib.win-amd64-3.7\pyramid\compat
copying pyramid\compat\__init__.py -> build\lib.win-amd64-3.7\pyramid\compat
creating build\lib.win-amd64-3.7\pyramid\compat\tests
copying pyramid\compat\tests\test_compat.py -> build\lib.win-amd64-3.7\pyramid\compat/tests
copying pyramid\compat\tests\__init__.py -> build\lib.win-amd64-3.7\pyramid\compat/tests
creating build\lib.win-amd64-3.7\pyramid\datasets
copying pyramid\datasets\heartrate.py -> build\lib.win-amd64-3.7\pyramid\datasets
copying pyramid\datasets\lynx.py -> build\lib.win-amd64-3.7\pyramid\datasets
copying pyramid\datasets\wineind.py -> build\lib.win-amd64-3.7\pyramid\datasets
copying pyramid\datasets\woolyrnq.py -> build\lib.win-amd64-3.7\pyramid\datasets
copying pyramid\datasets\__init__.py -> build\lib.win-amd64-3.7\pyramid\datasets
creating build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\array.py -> build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\metaestimators.py -> build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\testing.py -> build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\visualization.py -> build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\wrapped.py -> build\lib.win-amd64-3.7\pyramid\utils
copying pyramid\utils\__init__.py -> build\lib.win-amd64-3.7\pyramid\utils
creating build\lib.win-amd64-3.7\pyramid\utils\tests
copying pyramid\utils\tests\test_array.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
copying pyramid\utils\tests\test_meta.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
copying pyramid\utils\tests\test_testing.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
copying pyramid\utils\tests\test_vis.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
copying pyramid\utils\tests\test_wrapped.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
copying pyramid\utils\tests\__init__.py -> build\lib.win-amd64-3.7\pyramid\utils/tests
creating build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\approx.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\arima.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\auto.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\seasonality.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\setup.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\stationarity.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\utils.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\warnings.py -> build\lib.win-amd64-3.7\pyramid\arima
copying pyramid\arima\__init__.py -> build\lib.win-amd64-3.7\pyramid\arima
creating build\lib.win-amd64-3.7\pyramid\arima\tests
copying pyramid\arima\tests\test_approx.py -> build\lib.win-amd64-3.7\pyramid\arima\tests
copying pyramid\arima\tests\test_arima.py -> build\lib.win-amd64-3.7\pyramid\arima\tests
copying pyramid\arima\tests\test_c_arima.py -> build\lib.win-amd64-3.7\pyramid\arima\tests
copying pyramid\arima\tests\test_stationarity.py -> build\lib.win-amd64-3.7\pyramid\arima\tests
copying pyramid\arima\tests\__init__.py -> build\lib.win-amd64-3.7\pyramid\arima\tests
running build_ext
customize Mingw32CCompiler
customize Mingw32CCompiler using build_ext
building 'pyramid.__check_build._check_build' extension
compiling C sources
C compiler: gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypes

creating build\temp.win-amd64-3.7\Release\pyramid
creating build\temp.win-amd64-3.7\Release\pyramid\__check_build
compile options: '-D__MSVCRT_VERSION__=0x1916 -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\include -IC:\Users\Tariq\Anaconda3\include -c'
gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypes -D__MSVCRT_VERSION__=0x1916 -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\include -IC:\Users\Tariq\Anaconda3\include -c pyramid\__check_build\_check_build.c -o build\temp.win-amd64-3.7\Release\pyramid\__check_build\_check_build.o
gcc -g -shared build\temp.win-amd64-3.7\Release\pyramid\__check_build\_check_build.o -LC:\Users\Tariq\Anaconda3\libs -LC:\Users\Tariq\Anaconda3\PCbuild\amd64 -lpython37 -o build\lib.win-amd64-3.7\pyramid\__check_build\_check_build.cp37-win_amd64.pyd
building 'pyramid.arima._arima' extension
compiling C sources
C compiler: gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypes

creating build\temp.win-amd64-3.7\Release\pyramid\arima
compile options: '-D__MSVCRT_VERSION__=0x1916 -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -Ipyramid\arima\_arima_fast_helpers.h -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\include -IC:\Users\Tariq\Anaconda3\include -c'
gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypes -D__MSVCRT_VERSION__=0x1916 -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -Ipyramid\arima\_arima_fast_helpers.h -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\include -IC:\Users\Tariq\Anaconda3\include -c pyramid\arima\_arima.c -o build\temp.win-amd64-3.7\Release\pyramid\arima\_arima.o
cc1.exe: warning: pyramid\arima\_arima_fast_helpers.h: not a directory
In file included from C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:1832:0,
                 from C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:12,
                 from C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include/numpy/arrayobject.h:4,
                 from pyramid\arima\_arima.c:308:
C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h:14:9: note: #pragma message: C:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include/numpy/npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
 #pragma message(_WARN___LOC__"Using deprecated NumPy API, disable it with " \
         ^
pyramid\arima\_arima.c: In function '__Pyx__ExceptionSave':
pyramid\arima\_arima.c:26129:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
     *type = tstate->exc_type;
                   ^
pyramid\arima\_arima.c:26130:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
     *value = tstate->exc_value;
                    ^
pyramid\arima\_arima.c:26131:17: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
     *tb = tstate->exc_traceback;
                 ^
pyramid\arima\_arima.c: In function '__Pyx__ExceptionReset':
pyramid\arima\_arima.c:26138:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
     tmp_type = tstate->exc_type;
                      ^
pyramid\arima\_arima.c:26139:23: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
     tmp_value = tstate->exc_value;
                       ^
pyramid\arima\_arima.c:26140:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
     tmp_tb = tstate->exc_traceback;
                    ^
pyramid\arima\_arima.c:26141:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
     tstate->exc_type = type;
           ^
pyramid\arima\_arima.c:26142:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
     tstate->exc_value = value;
           ^
pyramid\arima\_arima.c:26143:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
     tstate->exc_traceback = tb;
           ^
pyramid\arima\_arima.c: In function '__Pyx__GetException':
pyramid\arima\_arima.c:26198:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
     tmp_type = tstate->exc_type;
                      ^
pyramid\arima\_arima.c:26199:23: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
     tmp_value = tstate->exc_value;
                       ^
pyramid\arima\_arima.c:26200:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
     tmp_tb = tstate->exc_traceback;
                    ^
pyramid\arima\_arima.c:26201:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
     tstate->exc_type = local_type;
           ^
pyramid\arima\_arima.c:26202:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
     tstate->exc_value = local_value;
           ^
pyramid\arima\_arima.c:26203:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
     tstate->exc_traceback = local_tb;
           ^
pyramid\arima\_arima.c: In function '__Pyx__ExceptionSwap':
pyramid\arima\_arima.c:27811:22: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
     tmp_type = tstate->exc_type;
                      ^
pyramid\arima\_arima.c:27812:23: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
     tmp_value = tstate->exc_value;
                       ^
pyramid\arima\_arima.c:27813:20: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
     tmp_tb = tstate->exc_traceback;
                    ^
pyramid\arima\_arima.c:27814:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type'
     tstate->exc_type = *type;
           ^
pyramid\arima\_arima.c:27815:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_value'
     tstate->exc_value = *value;
           ^
pyramid\arima\_arima.c:27816:11: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_traceback'
     tstate->exc_traceback = *tb;
           ^
pyramid\arima\_arima.c: In function '__Pyx_ImportType':
pyramid\arima\_arima.c:30909:13: warning: unknown conversion type character 'z' in format [-Wformat=]
             "%s.%s size changed, may indicate binary incompatibility. Expected %zd, got %zd",
             ^
pyramid\arima\_arima.c:30909:13: warning: unknown conversion type character 'z' in format [-Wformat=]
pyramid\arima\_arima.c:30909:13: warning: too many arguments for format [-Wformat-extra-args]
error: Command "gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypes -D__MSVCRT_VERSION__=0x1916 -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -Ipyramid\arima\_arima_fast_helpers.h -IC:\Users\Tariq\Anaconda3\lib\site-packages\numpy\core\include -IC:\Users\Tariq\Anaconda3\include -IC:\Users\Tariq\Anaconda3\include -c pyramid\arima\_arima.c -o build\temp.win-amd64-3.7\Release\pyramid\arima\_arima.o" failed with exit status 1
----------------------------------------

ERROR: Command errored out with exit status 1: 'C:\Users\Tariq\Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Tariq\AppData\Local\Temp\pip-install-soc2ceaz\pyramid-arima\setup.py'"'"'; file='"'"'C:\Users\Tariq\AppData\Local\Temp\pip-install-soc2ceaz\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 'C:\Users\Tariq\AppData\Local\Temp\pip-record-1prbtw2w\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Tariq\Anaconda3\Include\pyramid-arima' Check the logs for full command output.

(base) C:\Users\Tariq>

from pmdarima.

iamtariqchohan avatar iamtariqchohan commented on May 21, 2024

#147
#36
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000013EEFCFE348>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyramid-arima/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000013EEFCFBC48>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyramid-arima/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000013EEFCFBE88>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyramid-arima/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000013EEFF5E748>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyramid-arima/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000013EEFF5E308>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyramid-arima/
ERROR: Could not find a version that satisfies the requirement pyramid-arima (from versions: none)
ERROR: No matching distribution found for pyramid-arima

ModuleNotFoundError Traceback (most recent call last)
in
20 from statsmodels.tsa.stattools import adfuller
21 get_ipython().system('pip install pyramid-arima')
---> 22 from pyramid.arima import auto_arima
23 from statsmodels.tsa.arima_model import ARIMA
24 from statsmodels.graphics.tsaplots import plot_acf,plot_pacf

ModuleNotFoundError: No module named 'pyramid.arima'

from pmdarima.

aaronreidsmith avatar aaronreidsmith commented on May 21, 2024

@iamtariqchohan pyramid-arima has been deprecated for years. Use pip install pmdarima

from pmdarima.

PravinkumarMore avatar PravinkumarMore commented on May 21, 2024

Still unable to sort this out

from pmdarima.

tgsmith61591 avatar tgsmith61591 commented on May 21, 2024

We're happy to help, but we're going to need more info than that. Please provide the command you're running and the error you're hitting.

from pmdarima.

allansuzuki avatar allansuzuki commented on May 21, 2024

### SOOOOLVED!!!

I've tried to download the 'pmdarima' package using pip in Anaconda Prompt and it worked.
open Anaconda prompt
write pip install pmdarima
DONE!

from pmdarima.

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.