Vi On created ZEPPELIN-3463:
-------------------------------
Summary: install_external_dependencies.sh fails to install new
statsmodels 0.9.0
Key: ZEPPELIN-3463
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3463
Project: Zeppelin
Issue Type: Bug
Components: build, CI-infra
Affects Versions: 0.7.3, 0.8.0
Reporter: Vi On
install_external_dependencies.sh installs the latest module statsmodels 0.9.0
which came out on May 14, 2018. Version history is at
[https://pypi.org/project/statsmodels/0.8.0/#history]
This version does not install correctly and gives the error:
{noformat}
Command "/user/von/miniconda/bin/python -u -c "import setuptools,
tokenize;__file__='/tmp/pip-install-RVCiDn/statsmodels/setup.py';f=getattr(tokenize,
'open', open)(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record
/tmp/pip-record-MhLveu/install-record.txt --single-version-externally-managed
--compile" failed with error code 1 in
/tmp/pip-install-RVCiDn/statsmodels/{noformat}
We should install the previous working version of statsmodel 0.8.0.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)