Date: Wed, 8 May 2019 02:34:00 +0000 From: "Dave M." <oldriverbsd9@gmail.com> To: pkg@FreeBSD.org Subject: weather package weather-2.3_1 Message-ID: <44ea0431-e8e6-7124-d888-ba62486f3061@gmail.com>
next in thread | raw e-mail | index | archive | help
I have weather-2.3_1 installed on FreeBSD freebsd12 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64, and the command, `weather lax` gives the output: Searching via airport... Traceback (most recent call last): File "/usr/local/bin/weather", line 66, in <module> if selections.get_bool("conditions", argument) or not ( File "/usr/local/lib/python3.6/site-packages/weather.py", line 102, in get_bool return bool(self.get(option, argument)) File "/usr/local/lib/python3.6/site-packages/weather.py", line 83, in get quiet=self.get_bool("quiet") File "/usr/local/lib/python3.6/site-packages/weather.py", line 749, in guess stations.read(datafile) File "/usr/local/lib/python3.6/configparser.py", line 697, in read self._read(fp, filename) File "/usr/local/lib/python3.6/configparser.py", line 1015, in _read for lineno, line in enumerate(fp, start=1): File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3699: ordinal not in range(128) What to do, can I change to another version of Python, or change the shell environment? Thanks in advance, Dave Males.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44ea0431-e8e6-7124-d888-ba62486f3061>