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

Cannot install in windows #37

Open
therealnlee opened this issue Nov 7, 2019 · 3 comments
Open

Cannot install in windows #37

therealnlee opened this issue Nov 7, 2019 · 3 comments

Comments

@therealnlee
Copy link

While I tried to install this package via 'pip install jws' in Windows 10 (python 3.7),
'UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 500: illegal multibyte sequence' occured.
I end up modifying 'setup.py' file (add parameter "encoding='UTF8'" in open function in line 5).

@kitarikes
Copy link

The same error occurred now.
Would you clearly tell me what you did to solve this error ?

@paulan55
Copy link

@kitarikes
open(os.path.join(os.path.dirname(file), fname), encoding='utf-8').read()

@kitarikes
Copy link

thank you for reply!

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

No branches or pull requests

3 participants