0
我試圖下載谷歌新聞飼料解析器包Python和遇到了以下錯誤:Python的GNP包錯誤:UnicodeDecodeError錯誤:「字符映射」編解碼器不能在4894位置解碼字節0×81:字符映射爲<undefined>
Collecting gnp
Using cached gnp-0.0.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\ajlow\AppData\Local\Temp\pycharm-packaging\gnp\setup.py", line 6, in <module>
long_description = file.read()
File "C:\Users\ajlow\AppData\Local\Programs\Python\Python35-32\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 4894: character maps to <undefined>
我該如何克服這一點?