UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 4454: character maps to <undefined>
See below for error. I am using Kicad 5.1.10
Traceback (most recent call last):
File "c:\python\python39\lib\runpy.py", line 197, in _run_module_as_main
return run_code(code, main_globals, None,
File "c:\python\python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Python\Python39\Scripts\kifield.exe_main.py", line 7, in
You don't mention what version of KiField you are using or how you are calling it, and you didn't attach the schematic file that caused this error. I assume the schematic probably includes some non-ASCII electrical symbol. I tried creating such a schematic and I didn't have any problem using KiField with it.
You might try the latest development version of KiField and see if that fixes your problem:
pip install git+https://github.com/xesscorp/KiField@development