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
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
import tailer
ModuleNotFoundError: No module named 'tailer'
The text was updated successfully, but these errors were encountered:
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
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
import tailer
ModuleNotFoundError: No module named 'tailer'
The text was updated successfully, but these errors were encountered: