Skip to content
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

Fix build for Windows machines #102

Merged
merged 1 commit into from
Jul 13, 2023
Merged

Conversation

bd-g
Copy link
Contributor

@bd-g bd-g commented Jul 12, 2023

The wheel build uses setup.py to build the package - on Linux and Mac, the file read works fine, but the default encoding for Windows is different and causes a UnicodeDecodeError. This makes the encoding explicit so it works on Windows machines.

@lukeocodes lukeocodes self-assigned this Jul 12, 2023
@lukeocodes lukeocodes added the bug Something isn't working label Jul 12, 2023
@lukeocodes lukeocodes merged commit a2f31fc into main Jul 13, 2023
1 check passed
@lukeocodes lukeocodes deleted the brent-george-windows-encoding-fix branch July 13, 2023 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants