$ python run_ingram.py --in test_in --out test_out --all --th 230 --nosnap
Traceback (most recent call last):
File "C:\Users\tt\Ingram\run_ingram.py", line 68, in
run(args)
File "C:\Users\tt\Ingram\run_ingram.py", line 48, in run
for line in f:
UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 1519: illegal multibyte sequence
$ python run_ingram.py --in test_in --out test_out --all --th 230 --nosnap Traceback (most recent call last): File "C:\Users\tt\Ingram\run_ingram.py", line 68, in
run(args)
File "C:\Users\tt\Ingram\run_ingram.py", line 48, in run
for line in f:
UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 1519: illegal multibyte sequence