Hi Vince Thank you for your feedback. My RPi is pretty old (ver. 2 B+) with only 512 Mb RAM memory. Since I thought my issue belongs to a memory leak too, I decided to buy the new Pi 4 with 4 Gb RAM memory. This should solve my problems.
Mauro Il giorno martedì 27 aprile 2021 alle 18:45:03 UTC+2 vince ha scritto: > On Tuesday, April 27, 2021 at 4:24:37 AM UTC-7 Mauro De Lauretis wrote: > >> Could it be that my RPi has a memory leak or crashes because of different >> python versions? >> By running “python —version”, it shows my python 2.7 as default, but >> I’ve installed WeeWX using python3 command line. >> > > You have to specify 'python3 --version' to see which version of python3 > weewx is using. > > Your pi has both python versions installed, one python2 (the default > called 'python' for legacy reasons), plus one python3 (which you need to > call as 'python3' explicitly. > > You didn't mention which model pi you are running, but if you're on > anything weaker than a pi3 you can pretty easily get into the situation > where the reports take too long to run 'especially' if you have a slow or > failing SD card. You can see how long things take to run in your syslog. > Likely not an issue if you're on a pi4 but it is possible... > > -- 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/dd467d4e-ac4f-4ddf-8374-8618c3ee64b7n%40googlegroups.com.
