Python Forum
how to install pyramid.arima in jupyter notebook - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: how to install pyramid.arima in jupyter notebook (/thread-28844.html)



how to install pyramid.arima in jupyter notebook - bntayfur - Aug-06-2020

!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'



RE: how to install pyramid.arima in jupyter notebook - ndc85430 - Aug-06-2020

Did you read the first error?