-
Notifications
You must be signed in to change notification settings - Fork 11
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
Trouble to install on weewx 5 #4
Comments
I haven't tried weewx 5. I will spin up a test system... Update: I've changed one line in wxMesh.py which seemed to be stopping my driver from starting. It's working OK now in my test system. Also updated the repository here.
I set up the test system for this with the "pip" install method. Also had to add to install paho-mqtt in the venv:
|
Please close the issue if it works for you. |
Hello morrowwm, it doesn't work for me: try to install with: kind regards |
There was an obvious error in the install script. @jens-b, could you try again? |
Hello, I have same problem as jens-b flippy@weewx-ubuntu ~> sudo weectl extension install weewxMQTT.zip |
Argh, sorry. I made a mistake with the fix. Could you please try again? Thank you for testing this. |
can't install it on weewx 5:
Extracting from zip archive weewxMQTT.zip
Traceback (most recent call last):
File "/usr/share/weewx/weectl.py", line 74, in
main()
File "/usr/share/weewx/weectl.py", line 66, in main
namespace.func(namespace)
File "/usr/share/weewx/weectllib/init.py", line 121, in dispatch
namespace.action_func(config_dict, namespace)
File "/usr/share/weewx/weectllib/extension_cmd.py", line 116, in install_extension
ext.install_extension(namespace.source, no_confirm=namespace.yes)
File "/usr/share/weewx/weecfg/extension.py", line 138, in install_extension
extension_name = self._install_from_file(extension_path, filetype)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/weewx/weecfg/extension.py", line 168, in _install_from_file
extension_name = self.install_from_dir(extension_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/weewx/weecfg/extension.py", line 179, in install_from_dir
installer_path, installer = weecfg.get_extension_installer(extension_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/weewx/weecfg/init.py", line 714, in get_extension_installer
import('install')
File "/tmp/tmpt73g4vp7/weewxMQTT-master/install.py", line 49
files=[('bin/users/wxMesh'])]
The text was updated successfully, but these errors were encountered: