Describe the bug
After updating (via the webapp) from 1.7.1 to 1.8.3 this error message was preventing the controller from launching. The webpage was complaining about a possible redis issue, but investigation of the logs indicated it was a missing dependency.
Traceback (most recent call last):
File "/usr/local/bin/pifire/control.py", line 28, in <module>
from notify.notifications import *
File "/usr/local/bin/pifire/notify/notifications.py", line 27, in <module>
from sklearn.linear_model import LinearRegression
ModuleNotFoundError: No module named 'sklearn'
The workaround was to log into PiFire via ssh and run
Describe the bug After updating (via the webapp) from 1.7.1 to 1.8.3 this error message was preventing the controller from launching. The webpage was complaining about a possible redis issue, but investigation of the logs indicated it was a missing dependency.
The workaround was to log into PiFire via ssh and run