Python Forum

Full Version: how to install pyramid.arima in jupyter notebook
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
!pip install pyramid.arima
from pyramid.arima import auto_arima
Error:
.... error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/ ---------------------------------------- Failed building wheel for pyramid.arima Command "C:\ProgramData\Anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\bntayfur\\AppData\\Local\\Temp\\pip-install-fwx32ht1\\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\bntayfur\AppData\Local\Temp\pip-record-e49zfuxl\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\bntayfur\AppData\Local\Temp\pip-install-fwx32ht1\pyramid.arima\ --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-97-b7ea2a0fe653> in <module> 1 get_ipython().system('pip install pyramid.arima') ----> 2 from pyramid.arima import auto_arima ModuleNotFoundError: No module named 'pyramid'
Did you read the first error?