tmo-monitor
tmo-monitor copied to clipboard
No module named 'tailer'
I downloaded the 2.0.4 zip release and upgraded over my older working release.
pi@p314:~/tmo-monitor-main/bin $ ./tmo-monitor.py
Traceback (most recent call last):
File "./tmo-monitor.py", line 8, in
Reverted back to v1.8.0 and was fine. Tried the last 2 beta's and had same error.
Perhaps it could check if tailer is installed and if not then call pip install tailer?
The latest releases are setup a bit differently. You can install with pip install . and it will install tmo-monitor.py to your PATH as a command, you don't need to access it from the bin directory