You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install labelme
-> doesn't work on Korean Windows 10/11
Expected Behavior
The reason comes from setup.py open() function.
Korean python uses cp949 encoding in default.
open of line 14 and 73 should be have encoding='utf-8' option.
To Reproduce
No response
The text was updated successfully, but these errors were encountered:
Provide environment information
conda of python 3.12.4
What OS are you using?
Windows 10 (Korean)
Describe the Bug
pip install labelme
-> doesn't work on Korean Windows 10/11
Expected Behavior
The reason comes from setup.py open() function.
Korean python uses cp949 encoding in default.
open of line 14 and 73 should be have encoding='utf-8' option.
To Reproduce
No response
The text was updated successfully, but these errors were encountered: