Closed wizardCMU closed 2 years ago
I got the following error while installing the package: UnicodeDecodeError: 'gbk' codec can't decode byte 0x82 in position 9931: illegal multibyte sequence
Guess we need to change the line 13 to: with open("README.md", encoding='utf-8') as f:
I do not observe that error. Which OS/configuration are you using?
Sorry for the typo in the title (now updated). I'm using Windows.
Since your fix seems to works fine I have pushed it.
I got the following error while installing the package: UnicodeDecodeError: 'gbk' codec can't decode byte 0x82 in position 9931: illegal multibyte sequence
Guess we need to change the line 13 to: with open("README.md", encoding='utf-8') as f: