You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pi@emonpi:/var/log/emonhub $ python3 /opt/openenergymonitor/emonhub/src/emonhub.py --config-file=/etc/emonhub/emonhub.conf
Traceback (most recent call last):
File "/opt/openenergymonitor/emonhub/src/emonhub.py", line 29, in
from interfacers import *
File "/opt/openenergymonitor/emonhub/src/interfacers/EmonHubMqttInterfacer.py", line 33, in
import paho.mqtt.client as mqtt
ModuleNotFoundError: No module named 'paho'
pi@emonpi:/var/log/emonhub $ sudo python3 /opt/openenergymonitor/emonhub/src/emonhub.py --config-file=/etc/emonhub/emonhub.conf
Traceback (most recent call last):
File "/opt/openenergymonitor/emonhub/src/emonhub.py", line 29, in
from interfacers import *
File "/opt/openenergymonitor/emonhub/src/interfacers/EmonHubMqttInterfacer.py", line 33, in
import paho.mqtt.client as mqtt
ModuleNotFoundError: No module named 'paho'
pi@emonpi:/var/log/emonhub $
Not all services are running:
emonhub.log does not exist
will add further notes and resolution as I work on this.
The text was updated successfully, but these errors were encountered: