I'm new to linux and trying to install weewx to read my gw1100 gateway.
I'm running Ubuntu 18.04.2 LTS and have completed the debian install and the simulator works and generates a webpage.
When I try to install the gw1000 driver I get the following:
phil@phil-Inspiron-1545:~$ wee_extension --install=/var/tmp/gw1000-0.6.0b3.tar.gz
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'
When I try to go to the next step and test the driver I get the following:
PYTHONPATH=/home/weewx/bin python -m user.gw1000 --test-driver
/usr/bin/python: No module named user.gw1000
or I get:
PYTHONPATH=/usr/share/weewx python -m user.gw1000 --test-driver
/usr/bin/python: No module named user.gw1000
I'm kind of lost as to what to do next. Any suggestions would be appreciated.