tailon
tailon copied to clipboard
Not compatible with Python 3.10
Just installed Python 3 on Ubuntu Linux 22. Installed Tailon with pip and tried to tail syslog:
$ pip install tailon
$ tailon -f /var/log/syslog
Traceback (most recent call last):
File "/usr/local/bin/tailon", line 5, in
Any idea to work around this issue?
Hi Titus, If you haven't resolved it, you should be able to enable the following to get the missing attribute. https://docs.python.org/3.10/library/collections.abc.html#collections.abc.MutableMapping
Hope this helps.