etsy/skyline

analyzer.d: statsmodels not listed as dependency

Closed this issue · 1 comments

[root@skyline-n01 bin]# ./analyzer.d start
Traceback (most recent call last):
File "../src/analyzer/analyzer-agent.py", line 12, in
from analyzer import Analyzer
File "/root/skyline-master/src/analyzer/analyzer.py", line 14, in
from algorithms import run_selected_algorithm
File "/root/skyline-master/src/analyzer/algorithms.py", line 4, in
import statsmodels.api as sm
ImportError: No module named statsmodels.api
failed to start analyzer-agent

Fun part is that its not packed in Fedora yet :(

The reason this and the other handful of dependencies are missing from requirements.txt is because pip gave me trouble when I did try to add them. So, they need to be installed by hand.