I don’t know what you’ve downloaded or where you’ve obtained WeeWX from, but it appears you are trying to install WeeWX v3.8 or so under python 3. Python 3 support was not included until WeeWX 4.0.0. If you really need to install the WeeWX version that you have then I suggest you follow the install instructions in the included documentation and install under python 2. If you need to install under python 3 then you will have to download and install WeeWX v4.0.0 or later (the latest version v4.5.1 is recommended).
Gary On Friday, 1 October 2021 at 21:24:31 UTC+10 [email protected] wrote: > Trying to build weewx (again, have done it many times with out this > problem): > > python3 ./setup.py build > File "./setup.py", line 91 > 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)? > > -- 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/16b2e4e6-0ef0-4550-9875-1d4691e84627n%40googlegroups.com.
