labelImg
labelImg copied to clipboard
无法在Windows下保存xml文件,labelimg显示:LookupError: unknown encoding: cp65001
When I run the labelimg.exe file under Windows, after the image is marked, it cannot be saved as an xml file, and the error is as follows:
Traceback (most recent call last):
File "
I used python version and it is fine
@Huizhaoaaaa Do you download the binary version?
@Huizhaoaaaa Did you solve this ?
Met the exact same issue. I tried building it from github version, but it says sip is missing and stuff. I was trying to find an answer, but nothing. When binary version finally started I was happy, until I discovered it won't save anything.
Is it related to that damn sip an pyqt5? or is it utf-8?
I tried execute commands they offered on stack overflow and it didn't fork. I hope Tzutalin will help us figure it out.
did anyone solve this issue?
Try to add an system environment variables PYTHONIOENCODING in your computer, and its values is UTF-8.