Good morning, I just updated to 18.6.3 and run into problems. Could anyone give me a clue on what is wrong here?
Best regards,
Joakim T.
From live_logger.log:
2018-07-15 09:09:04:pywws.logger:pywws version 18.6.3, build 1559 (b47a2cf)
2018-07-15 09:09:06:pywws.livelogdaemon:No module named requests
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pywws/livelogdaemon.py", line 124, in run
pywws.livelog.live_log(self.data_dir)
File "/usr/local/lib/python2.7/dist-packages/pywws/livelog.py", line 77, in live_log
tasks = pywws.regulartasks.RegularTasks(context)
File "/usr/local/lib/python2.7/dist-packages/pywws/regulartasks.py", line 106, in __init__
mod = importlib.import_module('pywws.service.' + name)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/usr/local/lib/python2.7/dist-packages/pywws/service/underground.py", line 59, in <module>
import requests
ImportError: No module named requests
From weather.ini:
[config]
ws type = 1080
usb activity margin = 3.0
pressure offset = 4
logdata sync = 1
day end hour = 21, False
gnuplot encoding = utf8
template encoding = utf-8
language = sv
rain day threshold = 0.2
gnuplot version = 5.0
frequent writes = False
asynchronous = False
[paths]
work = /home/pi/weather/tmp/
templates = /home/pi/weather/templates/
graph_templates = /home/pi/weather/graph_templates/
local_files = /home/pi/weather/results/
modules = /home/pi/weather/modules/
[live]
services = ['underground','temperaturnu']
twitter = []
text = []
plot = []
[logged]
services = ['underground']
text = ['6hrs.txt']
plot = []
[hourly]
services = []
text = ['24hrs.txt']
plot = ['tweet.png.xml','24hrs.png.xml','24hrs_full_features.png.xml','rose_24hrs.png.xml']