Closed qsyao closed 5 years ago
Thanks for the bug report. I don't have any problems on my system (it might depend on your local character encoding settings). I've removed the non-ASCII characters from the readme. Could you try again?
with open("README.md", encoding='utf-8') can fix this problem :) . Thanks for this good tool!
Yes, that's indeed a better solution. Thanks!
Looking in indexes: https://mirrors.ustc.edu.cn/pypi/web/simple Collecting git+https://github.com/gvtulder/elasticdeform Cloning https://github.com/gvtulder/elasticdeform to /tmp/pip-req-build-gw9pip3y Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in
File "/tmp/pip-req-build-gw9pip3y/setup.py", line 13, in
readme_txt = f.read()
File "/home/chuang/torvnet/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 601: ordinal not in range(128)