-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Fixed Python module installation failure on Windows #12127
Conversation
Depending on the settings in the Windows code page, the installation of some Python modules may fail. Therefore, force the code page to UTF-8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you provide more details on this? How does the code page figure into it?
On Japanese Windows, the dotty_dict python module will fail to install without the PYTHONUTF8 variable. The default system locale for Japanese Windows is SJIS (cp932).
|
Thank you for your contribution! |
Apologies for how long it took me to get back to this, initially I had hoped that upstream would release a fixed package but that hasn't materialized. I've published a |
I tried. Python qmk package requires |
I've released qmk 0.2.0 which changes that dependency. Can you give this another try? |
Great! |
This issue was resolved in #13460. |
Depending on the settings in the Windows code page, the installation of some Python modules may fail. Therefore, force the code page to UTF-8.
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist