setup.py ```python with open('README.rst', 'r') as f: readme = f.read() ``` 在windows, 中文系统, 系统默认编码为gbk, open会使用gbk来打开文件, 而不是utf-8, 导致报错, 无法安装.