Hello
Many thanks for the help.
With the Master Link I was able to install the driver.
Unfortunately, I now get a different error message.
root@raspberrypi:~# sudo /etc/init.d/weewx status -l
● weewx.service - LSB: weewx weather system
Loaded: loaded (/etc/init.d/weewx; generated)
Active: active (exited) since Sat 2021-04-17 00:02:04 CEST; 4min 21s ago
Docs: man:systemd-sysv-generator(8)
Process: 430 ExecStart=/etc/init.d/weewx start (code=exited, status=0/SUCCESS)
Apr 17 00:02:04 raspberrypi python3[520]: weewx[520] CRITICAL __main__: **** self.loadServices(config_dict)
Apr 17 00:02:04 raspberrypi python3[520]: weewx[520] CRITICAL __main__: **** File "/usr/share/weewx/weewx/engine.py", line 161, in loadServices
Apr 17 00:02:04 raspberrypi python3[520]: weewx[520] CRITICAL __main__: **** obj = weeutil.weeutil.get_object(svc)(self, config_dict)
Apr 17 00:02:04 raspberrypi python3[520]: weewx[520] CRITICAL __main__: **** File "/usr/share/weewx/weeutil/weeutil.py", line 1119, in get_object
Apr 17 00:02:04 raspberrypi python3[520]: weewx[520] CRITICAL __main__: **** mod = __import__(module)
Apr 17 00:02:04 raspberrypi python3[520]: weewx[520] CRITICAL __main__: **** File "/usr/share/weewx/user/forecast.py", line 567
Apr 17 00:02:04 raspberrypi python3[520]: weewx[520] CRITICAL __main__: **** except OSError, e:
Apr 17 00:02:04 raspberrypi python3[520]: weewx[520] CRITICAL __main__: **** ^
Apr 17 00:02:04 raspberrypi python3[520]: weewx[520] CRITICAL __main__: **** SyntaxError: invalid syntax
Apr 17 00:02:04 raspberrypi python3[520]: weewx[520] CRITICAL __main__: **** Exiting.
Andre