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 UnicodeDecodeError on Windows on installation #32

Merged
merged 1 commit into from
Jun 15, 2019

Conversation

aq1
Copy link
Contributor

@aq1 aq1 commented Jan 17, 2019

I got this error

C:\nece
λ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    ld = f.read()
  File "C:\Python\Python35\lib\encodings\cp1252.py", line 23, in decode
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 675: character maps to <undefined>

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.795% when pulling 3e45590 on aq1:patch-2 into 44a6f7a on tatterdemalion:master.

9 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.795% when pulling 3e45590 on aq1:patch-2 into 44a6f7a on tatterdemalion:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.795% when pulling 3e45590 on aq1:patch-2 into 44a6f7a on tatterdemalion:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.795% when pulling 3e45590 on aq1:patch-2 into 44a6f7a on tatterdemalion:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.795% when pulling 3e45590 on aq1:patch-2 into 44a6f7a on tatterdemalion:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.795% when pulling 3e45590 on aq1:patch-2 into 44a6f7a on tatterdemalion:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.795% when pulling 3e45590 on aq1:patch-2 into 44a6f7a on tatterdemalion:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.795% when pulling 3e45590 on aq1:patch-2 into 44a6f7a on tatterdemalion:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.795% when pulling 3e45590 on aq1:patch-2 into 44a6f7a on tatterdemalion:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.795% when pulling 3e45590 on aq1:patch-2 into 44a6f7a on tatterdemalion:master.

@aq1
Copy link
Contributor Author

aq1 commented Mar 10, 2019

so?

@tatterdemalion tatterdemalion merged commit 5fe399a into tatterdemalion:master Jun 15, 2019
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.

None yet

3 participants