I had to rebuild my RPI3B & installed the latest os which is bullseye. Everything is working well except when I execute the instruction sudo python3 ./setup.py install
I get an error early on about the statement
print "Saved bin subdirectory as %s" % bin_savedir
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Saved bin subdirectory as %s" % bin_savedir)?
I added all the python statements and they all ran without error
# Required
sudo apt install python3-configobj
sudo apt install python3-pil
sudo apt install python3-serial
sudo apt install python3-usb
sudo apt install python3-pip
sudo apt install python3-cheetah
sudo apt install python3-ephem
I don't want to mess with a different version of weewx, this one does everything I need; I already have my skins set up for my installation.
Anybody know why it's throwing this error? I've installed weewx 3.9.1 / 3.9.2 several times on several systems (buster, jessie) and have never had it complain about the install.py script.
Thank you --