Ok. One step done.
Python 3 version still is crashing, but now with a slightly different error
message in the log:
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.engine: Finished
loading service user.windy.Windy
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.engine: Loading
service user.owm.OpenWeatherMap
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.manager: Daily summary
version is 2.0
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.manager: Daily summary
version is 2.0
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.manager: Daily summary
version is 2.0
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.manager: Daily summary
version is 2.0
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down Windy
thread.
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down MQTT
thread.
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down
AWEKAS thread.
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down WOW
thread.
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down CWOP
thread.
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down
PWSWeather thread.
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down
Wunderground-PWS thread.
May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down
StationRegistry thread.
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: Caught
unrecoverable exception:
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
invalid syntax (owm.py, line 84)
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
Traceback (most recent call last):
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
File "/usr/share/weewx/weewxd", line 148, in main
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
engine = weewx.engine.StdEngine(config_dict)
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
File "/usr/share/weewx/weewx/engine.py", line 75, in __init__
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
self.loadServices(config_dict)
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
File "/usr/share/weewx/weewx/engine.py", line 138, in loadServices
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
obj = weeutil.weeutil.get_object(svc)(self,config_dict)
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
File "/usr/share/weewx/weeutil/weeutil.py", line 1093, in get_object
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
mod = __import__(module)
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
File "/usr/share/weewx/user/owm.py", line 84
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
except KeyError, e:
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
^
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
SyntaxError: invalid syntax
May 1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: ****
Exiting.
Am Freitag, 1. Mai 2020 17:26:21 UTC+2 schrieb Michael:
>
> try it with
>
>
> sudo pip3 install paho-mqtt
>
>
--
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/9a582b5d-7c5b-4fe5-903e-8018c11f67a2%40googlegroups.com.