I'm on a windows machine and running the following in cmd in virtual env
pip install pyramid-arima
pip install pmdarima
Both not working, coming up with following errors:
Command "c:\users\ayubk\myenv\scripts\python.exe -u -c "import setuptools, token
ize;__file__='C:\\Users\\ayubk\\AppData\\Local\\Temp\\pip-install-gn38_w5r\\pyra
mid-arima\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().r
eplace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --
record C:\Users\ayubk\AppData\Local\Temp\pip-record-djlqhnht\install-record.txt
--single-version-externally-managed --compile --install-headers c:\users\ayubk\m
yenv\include\site\python3.7\pyramid-arima" failed with error code 1 in C:\Users\
ayubk\AppData\Local\Temp\pip-install-gn38_w5r\pyramid-arima\
Looking to utilise from pyramid.arima import auto_arima in python 3.7
Anyone able to provide some assistance?
Comments
Post a Comment