Migrating to a new server, CentOS 8 with python3. All working well until I 
go to install the Forecast extension. I get the following error with either 
one of the two forks:

Any ideas?

[root@localhost src]# wee_extension --install --dry-run 
weewx-forecast-a.zip 

Traceback (most recent call last):

  File "/usr/share/weewx/wee_extension", line 88, in <module>

    main()

  File "/usr/share/weewx/wee_extension", line 67, in main

    config_path, config_dict = weecfg.read_config(options.config, _args)

  File "/usr/share/weewx/weecfg/__init__.py", line 179, in read_config

    default_encoding='utf-8')

  File "/usr/lib/python3.6/site-packages/configobj.py", line 1229, in 
__init__

    self._load(infile, configspec)

  File "/usr/lib/python3.6/site-packages/configobj.py", line 1287, in _load

    content = self._handle_bom(content)

  File "/usr/lib/python3.6/site-packages/configobj.py", line 1437, in 
_handle_bom

    return self._decode(infile, self.encoding)

  File "/usr/lib/python3.6/site-packages/configobj.py", line 1517, in 
_decode

    infile[i] = line.decode(encoding)

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdc in position 7: 
invalid continuation byte

-- 
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/f4e60010-9054-4ad5-be65-10b03505b40co%40googlegroups.com.

Reply via email to