-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install error on other language Windows #1509
Comments
@ladofa
It works for me. |
yeah i already did it for me, i am asking for pip install labelme 😉 |
@ladofa |
Thank you for your kind reply. I'm asking for my students and all people, |
I have just encountered the same issue on a Windows 11 Pro 23H2 computer. I use English system settings but the original Windows install was the Traditional Chinese version. Thank you for the info on how to workaround, but I work with non-programmers who tend to struggle with simple technical instructions, and would like to avoid any complications in future |
yeap... this is a problem, and happeded to me also, and while I can fix it myself, I have to work with someone whose not good at tech, so... please? however, there is an alternative method that have worked for me that is using conda to install everything, and then install pyqt5 separatively
|
Sorry for being late. Will be fixed by #1525 |
I am always grateful to you for creating this program. Wishing you a Happy New Year! |
You too, Iadofa! Will try being more prompt this year :D |
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: