tmo-monitor icon indicating copy to clipboard operation
tmo-monitor copied to clipboard

No module named 'tailer'

Open famewolf opened this issue 3 years ago • 3 comments

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'

famewolf avatar Feb 04 '22 22:02 famewolf

Reverted back to v1.8.0 and was fine. Tried the last 2 beta's and had same error.

famewolf avatar Feb 04 '22 22:02 famewolf

Perhaps it could check if tailer is installed and if not then call pip install tailer?

famewolf avatar Feb 04 '22 22:02 famewolf

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

highvolt-dev avatar Feb 04 '22 23:02 highvolt-dev