RaphaelOlivier / robust_speech

Apache License 2.0
40 stars 14 forks source link

setup.py for Windows #4

Closed wizardCMU closed 2 years ago

wizardCMU commented 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:

RaphaelOlivier commented 2 years ago

I do not observe that error. Which OS/configuration are you using?

wizardCMU commented 2 years ago

Sorry for the typo in the title (now updated). I'm using Windows.

RaphaelOlivier commented 2 years ago

Since your fix seems to works fine I have pushed it.