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

UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 408: illegal multibyte sequence #11

Open
choi-seung-min opened this issue Feb 5, 2020 · 2 comments

Comments

@choi-seung-min
Copy link

i tried to install this but "UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 408: illegal multibyte sequence" error comes out
here's error logs
ERROR: Command errored out with exit status 1: command: 'c:\users\user\pycharmprojects\eva-server\venv\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-eo8z9066\\django-graphiql-debug-toolbar\\setup.py'"'"'; __file__='"'"'C:\\Users \\user\\AppData\\Local\\Temp\\pip-install-eo8z9066\\django-graphiql-debug-toolbar\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info - -egg-base 'C:\Users\user\AppData\Local\Temp\pip-install-eo8z9066\django-graphiql-debug-toolbar\pip-egg-info' cwd: C:\Users\user\AppData\Local\Temp\pip-install-eo8z9066\django-graphiql-debug-toolbar\ Complete output (7 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\user\AppData\Local\Temp\pip-install-eo8z9066\django-graphiql-debug-toolbar\setup.py", line 26, in <module> long_description='\n\n'.join(get_long_description()), File "C:\Users\user\AppData\Local\Temp\pip-install-eo8z9066\django-graphiql-debug-toolbar\setup.py", line 12, in get_long_description yield f.read() UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 408: illegal multibyte sequence ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

@fangaofeng
Copy link

I met this UnicodeDecodeError: 'gbk' codec can't decode byte 0xa5 in position 410: illegal multibyte sequence

@ulgens
Copy link

ulgens commented Mar 13, 2020

What is your Python version / how did you install it? Also, i'd suggest to work in a virtualenv. Windows is still a wild beast when it comes to Python.

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