Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'tailer' #60

Open
famewolf opened this issue Feb 4, 2022 · 3 comments
Open

No module named 'tailer' #60

famewolf opened this issue Feb 4, 2022 · 3 comments
Labels
invalid This doesn't seem right

Comments

@famewolf
Copy link

famewolf commented Feb 4, 2022

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
Copy link
Author

famewolf commented Feb 4, 2022

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

@famewolf
Copy link
Author

famewolf commented Feb 4, 2022

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

@highvolt-dev
Copy link
Owner

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 highvolt-dev added the invalid This doesn't seem right label Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants