You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\ms>pip install expan
Collecting expan
Downloading expan-0.6.0.tar.gz (70kB)
100% |████████████████████████████████| 71kB 146kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\ms\AppData\Local\Temp\pip-build-v8f3gpor\expan\setup.py", line 15, in <module>
readme = readme_file.read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 2812: illegal multibyte sequence
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\ms\AppData\Local\Temp\pip-build-v8f3gpor\expan\
python environment:
>python
Python 3.6.0 |Anaconda 4.3.0 (64-bit)| (default, Dec 23 2016, 11:57:41) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered:
liuweizzuie
changed the title
UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 2812
UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 2812 #BUG
Aug 2, 2017
liuweizzuie
changed the title
UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 2812 #BUG
UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 2812
Aug 2, 2017
Hi @liuweizzuie, I did a quick search, this seems to happen with Windows with default Chinese encoding with Python3. See a same discussion here: sshwsfc/xadmin#330.
If you have some time, it would be great that you can open a Pull Request to branch dev that fixes it. Otherwise, we will plan it maybe in later days.
here is an error of Unicode Issue:
python environment:
The text was updated successfully, but these errors were encountered: