I have installed weewx onto my old laptop running Ubuntu 18.04.2 LTS and it 
is working in simulator mode and generating a webpage. When I try to 
install the GW1000 driver is get the following message.

sudo wee_extension --install=/var/tmp/gw1000-0.6.0b3.tar.gz
[sudo] password for phil: 
Request to install '/var/tmp/gw1000-0.6.0b3.tar.gz'
Extracting from tar archive /var/tmp/gw1000-0.6.0b3.tar.gz
Traceback (most recent call last):
  File "/usr/share/weewx/wee_extension", line 92, in <module>
    main()
  File "/usr/share/weewx/wee_extension", line 84, in main
    ext.install_extension(options.install)
  File "/usr/share/weewx/weecfg/extension.py", line 130, in 
install_extension
    self.install_from_dir(extension_dir)
  File "/usr/share/weewx/weecfg/extension.py", line 150, in install_from_dir
    installer_path, installer = 
weecfg.get_extension_installer(extension_dir)

  File "/usr/share/weewx/weecfg/__init__.py", line 1904, in 
get_extension_installer
    installer = loader()
  File "/var/tmp/gw1000/install.py", line 396, in loader
  File "/var/tmp/gw1000/install.py", line 401, in __init__
  File "/var/tmp/gw1000/install.py", line 386, in version_compare
AttributeError: 'module' object has no attribute 'zip_longest'

Any suggestions as to why it won't install?

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e95027eb-5db7-45be-9de8-f07ffafbf2c6n%40googlegroups.com.

Reply via email to