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

update setup.py to be compatible on windows #35

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fimion
Copy link

@fimion fimion commented Jul 9, 2018

On windows 10, with python 3.6, doing a pip install fails as it does not default to a utf-8 encoding when trying to read in a file.

the source of this fix is from this link: https://stackoverflow.com/questions/49640513/unicodedecodeerror-charmap-codec-cant-decode-byte-0x9d-in-position-x-charac

I'm developing a site using your package, and I couldn't install it on my development machine.

@coveralls
Copy link

coveralls commented Jul 9, 2018

Coverage Status

Coverage remained the same at 85.531% when pulling 031529a on fimion:master into 6bad475 on arteria:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants