-
Notifications
You must be signed in to change notification settings - Fork 50
Description
执行pip install django-simple-serializer
的时候,报错如下:
Collecting django-simple-serializer
Downloading django-simple-serializer-2.0.7.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Administrator\AppData\Local\Temp\pip-build-8awkwv3a\django-simple-serializer\setup.py", line 21, in
LONG_DESCRIPTION = read("README.rst")
File "C:\Users\Administrator\AppData\Local\Temp\pip-build-8awkwv3a\django-simple-serializer\setup.py", line 12, in read
return codecs.open(os.path.join(os.path.dirname(file), fname)).read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0xaf in position 112: illegal multibyte sequence
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Administrator\AppData\Local\Temp\pip-build-8awkwv3a\django-simple-serializer\
环境为python3.4.3~
祝顺利~