Schmidsfeld / TelegrafFritzBox

Telegraf collector help file for the FritzBox by AVM
MIT License
51 stars 12 forks source link

ImportError: No module named 'fritzconnection.cli.utils' #7

Closed richi3161 closed 3 years ago

richi3161 commented 3 years ago

https://github.com/Schmidsfeld/TelegrafFritzBox/blob/be65a7801c0af686581ca0a1082896c3723936c0/telegrafFritzBox.py#L13

pi@monitor:/usr/local/bin $ python3 /usr/local/bin/telegrafFritzBox.py Traceback (most recent call last): File "/usr/local/bin/telegrafFritzBox.py", line 13, in from fritzconnection.cli.utils import get_cli_arguments ImportError: No module named 'fritzconnection.cli.utils'

richi3161 commented 3 years ago

This was an issue due to python version mismatch on Rasbian Stretch. Manually update and install was necessary - is working now with python3.6.12.