I had no problems installing the Python API on my Ubuntu machine and have been using it for months, but I’m now trying to get it going on a Pi to send messages with status data from there but I’m getting this error. Any Pointers?
pi@EverlanderMain:~ $ meshtastic -h
Traceback (most recent call last):
File "/usr/local/bin/meshtastic", line 7, in <module>
from meshtastic.__main__ import main
File "/home/pi/.local/lib/python3.5/site-packages/meshtastic/__init__.py", line 119
logging.error(f'An exception of type {exc_type} with value {exc_value} has occurred')
SyntaxError: invalid syntax