I\'m running a program which is processing 30,000 similar files. A random number of them are stopping and producing this error...
File "C:\\Importer\\src
In my case, a file has USC-2 LE BOM encoding, according to Notepad++. It is encoding="utf_16_le" for python.
USC-2 LE BOM
encoding="utf_16_le"
Hope, it helps to find an answer a bit faster for someone.