-
Notifications
You must be signed in to change notification settings - Fork 317
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
Windows builds are failing with a utf encoding error #1125
Comments
My feeling is that this should not block a release because I don't believe we introduced it and it likely affects other versions too - but if others disagree please say so! |
We hit something like this recently in mne-python and @larsoner fixed it by setting env var PYTHONUTF8=1 on windows (I think). I haven't combed the CI log yet though so I'm not positive this is the same error. I'll check next week if nobody beats me to it |
@drammock I remembered this being solved in one of your PR, am I wrong ? |
I fixed it for the CIs only. It is caused by the emoji in our README --- the README gets parsed as metadata during editable pip installs. The fix is to export the environment variable |
Our Windows builds are failing with some kind of encoding error. This seems to be related to the sphinx theme builder so we opened an issue to discuss and track there for now:
The text was updated successfully, but these errors were encountered: