kufuu
unread,Jun 13, 2023, 8:38:24 AM6/13/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Trying to install mqtt subscribe in ubuntu and on a rpi zero-w and get the same issue
wee_extension --install=/usr/local/bin/WeeWX-MQTTSubscribe/v2.2.2.tar.gz
Request to install '/usr/local/bin/WeeWX-MQTTSubscribe/v2.2.2.tar.gz'
Traceback (most recent call last):
File "/usr/share/weewx/wee_extension", line 92, in
main()
File "/usr/share/weewx/wee_extension", line 84, in main
ext.install_extension(options.install)
File "/usr/share/weewx/weecfg/extension.py", line 139, in install_extension
raise InstallError("Extension '%s' not found." % extension_path)
weecfg.extension.InstallError: Extension '/usr/local/bin/WeeWX-MQTTSubscribe/v2.2.2.tar.gz' not found.
What am i doing wrong ?