flavors / django-graphiql-debug-toolbar

Django Debug Toolbar for GraphiQL IDE and Graphene
https://pypi.python.org/pypi/django-graphiql-debug-toolbar
MIT License
72 stars 22 forks source link

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

Open choi-seung-min opened 4 years ago

choi-seung-min commented 4 years ago

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 "", line 1, in File "C:\Users\user\AppData\Local\Temp\pip-install-eo8z9066\django-graphiql-debug-toolbar\setup.py", line 26, in 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 commented 4 years ago

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

ulgens commented 4 years ago

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.